diff --git a/Makefile b/Makefile index c0fd73f..da8bfa5 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ VALIDATION_CONTAINER := maru-hleda-byt-validation VALIDATION_VOLUME := maru-hleda-byt-validation-data PORT := 8080 -.PHONY: build run stop logs scrape restart clean help validation validation-local validation-stop validation-local-debug +.PHONY: build run stop logs scrape restart clean help validation validation-local validation-stop validation-local-debug serve serve-debug help: @echo "Available targets:" @@ -20,6 +20,8 @@ help: @echo " validation-local-debug - Run validation locally with DEBUG logging" @echo " restart - Restart the container (stop and run again)" @echo " clean - Stop container and remove the Docker image" + @echo " serve - Run server.py locally (DATA_DIR=., port $(PORT))" + @echo " serve-debug - Run server.py locally with DEBUG logging" @echo " help - Show this help message" build: @@ -65,6 +67,12 @@ validation-local: validation-local-debug: ./run_all.sh --max-pages 1 --max-properties 10 --log-level DEBUG +serve: + DATA_DIR=. PORT=$(PORT) python server.py + +serve-debug: + DATA_DIR=. PORT=$(PORT) python server.py --verbose + restart: stop run clean: stop diff --git a/build/Dockerfile b/build/Dockerfile index a9bc15f..2bf7afa 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -6,11 +6,13 @@ RUN apk add --no-cache curl bash tzdata \ ENV PYTHONUNBUFFERED=1 +RUN pip install --no-cache-dir flask + WORKDIR /app COPY scrape_and_map.py scrape_realingo.py scrape_bezrealitky.py \ scrape_idnes.py scrape_psn.py scrape_cityhome.py \ - merge_and_map.py regen_map.py run_all.sh ratings_server.py ./ + merge_and_map.py regen_map.py run_all.sh server.py ./ COPY build/crontab /etc/crontabs/root COPY build/entrypoint.sh /entrypoint.sh @@ -18,7 +20,7 @@ RUN chmod +x /entrypoint.sh run_all.sh RUN mkdir -p /app/data -EXPOSE 8080 8081 +EXPOSE 8080 HEALTHCHECK --interval=60s --timeout=5s --start-period=300s \ CMD wget -q -O /dev/null http://localhost:8080/ || exit 1 diff --git a/build/entrypoint.sh b/build/entrypoint.sh index da84e83..f584df9 100644 --- a/build/entrypoint.sh +++ b/build/entrypoint.sh @@ -18,8 +18,5 @@ crond -b -l 2 echo "[entrypoint] Starting initial scrape in background..." bash /app/run_all.sh & -echo "[entrypoint] Starting ratings API server on port 8081..." -DATA_DIR="$DATA_DIR" python3 /app/ratings_server.py & - -echo "[entrypoint] Starting HTTP server on port 8080..." -exec python3 -m http.server 8080 --directory "$DATA_DIR" +echo "[entrypoint] Starting combined server on port 8080..." +exec DATA_DIR="$DATA_DIR" python3 /app/server.py diff --git a/byty_bezrealitky.json b/byty_bezrealitky.json index 04af82c..e20d12b 100644 --- a/byty_bezrealitky.json +++ b/byty_bezrealitky.json @@ -1,38 +1,4 @@ [ - { - "hash_id": 990183, - "name": "Prodej bytu 3+kk 86 m²", - "price": 10385000, - "price_formatted": "10 385 000 Kč", - "locality": "Ke Tvrzi, Praha - Královice", - "lat": 50.0390519, - "lon": 14.63862, - "disposition": "3+kk", - "floor": 2, - "area": 86, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.bezrealitky.cz/nemovitosti-byty-domy/990183-nabidka-prodej-bytu-ke-tvrzi-praha", - "source": "bezrealitky", - "image": "" - }, - { - "hash_id": 989862, - "name": "Prodej bytu 3+kk 73 m²", - "price": 12790000, - "price_formatted": "12 790 000 Kč", - "locality": "Vrázova, Praha - Smíchov", - "lat": 50.0711312, - "lon": 14.4076652, - "disposition": "3+kk", - "floor": 3, - "area": 73, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.bezrealitky.cz/nemovitosti-byty-domy/989862-nabidka-prodej-bytu-vrazova-praha", - "source": "bezrealitky", - "image": "" - }, { "hash_id": 981278, "name": "Prodej bytu 3+kk 70 m²", @@ -48,380 +14,27 @@ "ownership": "Osobní", "url": "https://www.bezrealitky.cz/nemovitosti-byty-domy/981278-nabidka-prodej-bytu-argentinska-praha", "source": "bezrealitky", - "image": "" + "image": "", + "first_seen": "2026-02-15", + "last_updated": "2026-02-15" }, { - "hash_id": 989817, - "name": "Prodej bytu 3+kk 88 m²", - "price": 13490000, - "price_formatted": "13 490 000 Kč", - "locality": "Miroslava Hajna, Praha - Letňany", - "lat": 50.1406487, - "lon": 14.5207541, - "disposition": "3+kk", - "floor": 2, - "area": 88, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.bezrealitky.cz/nemovitosti-byty-domy/989817-nabidka-prodej-bytu-miroslava-hajna-praha", - "source": "bezrealitky", - "image": "" - }, - { - "hash_id": 970257, - "name": "Prodej bytu 3+1 106 m²", - "price": 12950000, - "price_formatted": "12 950 000 Kč", - "locality": "Novákových, Praha - Libeň", - "lat": 50.1034771, - "lon": 14.4758735, - "disposition": "3+1", - "floor": 5, - "area": 106, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.bezrealitky.cz/nemovitosti-byty-domy/970257-nabidka-prodej-bytu-novakovych-praha", - "source": "bezrealitky", - "image": "" - }, - { - "hash_id": 972406, - "name": "Prodej bytu 3+kk 83 m²", - "price": 10490000, - "price_formatted": "10 490 000 Kč", - "locality": "Na Výrovně, Praha - Stodůlky", - "lat": 50.0396067, - "lon": 14.3167022, - "disposition": "3+kk", - "floor": 2, - "area": 83, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.bezrealitky.cz/nemovitosti-byty-domy/972406-nabidka-prodej-bytu-na-vyrovne", - "source": "bezrealitky", - "image": "" - }, - { - "hash_id": 967142, - "name": "Prodej bytu 3+kk 78 m²", - "price": 11648000, - "price_formatted": "11 648 000 Kč", - "locality": "Na Míčánkách, Praha - Vršovice", - "lat": 50.0713284, - "lon": 14.4638722, - "disposition": "3+kk", - "floor": 6, - "area": 78, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.bezrealitky.cz/nemovitosti-byty-domy/967142-nabidka-prodej-bytu-na-micankach", - "source": "bezrealitky", - "image": "" - }, - { - "hash_id": 955977, - "name": "Prodej bytu 4+kk 75 m²", - "price": 10363000, - "price_formatted": "10 363 000 Kč", - "locality": "Karla Guta, Praha - Uhříněves", - "lat": 50.03017, - "lon": 14.5940072, - "disposition": "4+kk", - "floor": 4, - "area": 75, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.bezrealitky.cz/nemovitosti-byty-domy/955977-nabidka-prodej-bytu-karla-guta", - "source": "bezrealitky", - "image": "" - }, - { - "hash_id": 974557, - "name": "Prodej bytu 4+kk 94 m²", - "price": 13499900, - "price_formatted": "13 499 900 Kč", - "locality": "V Dolině, Praha - Michle", - "lat": 50.0579963, - "lon": 14.4682887, - "disposition": "4+kk", - "floor": 8, - "area": 94, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.bezrealitky.cz/nemovitosti-byty-domy/974557-nabidka-prodej-bytu-v-doline-praha", - "source": "bezrealitky", - "image": "" - }, - { - "hash_id": 988498, - "name": "Prodej bytu 3+1 75 m²", - "price": 11400000, - "price_formatted": "11 400 000 Kč", - "locality": "5. května, Praha - Nusle", - "lat": 50.0604096, - "lon": 14.4326302, - "disposition": "3+1", - "floor": 4, - "area": 75, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.bezrealitky.cz/nemovitosti-byty-domy/988498-nabidka-prodej-bytu-5-kvetna-praha", - "source": "bezrealitky", - "image": "" - }, - { - "hash_id": 985285, - "name": "Prodej bytu 3+kk 70 m²", - "price": 12200000, - "price_formatted": "12 200 000 Kč", - "locality": "Klausova, Praha - Stodůlky", - "lat": 50.0370204, - "lon": 14.3432643, - "disposition": "3+kk", - "floor": 5, - "area": 70, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.bezrealitky.cz/nemovitosti-byty-domy/985285-nabidka-prodej-bytu-klausova-praha", - "source": "bezrealitky", - "image": "" - }, - { - "hash_id": 965526, - "name": "Prodej bytu 3+kk 77 m²", - "price": 11890000, - "price_formatted": "11 890 000 Kč", - "locality": "Vinohradská, Praha - Strašnice", - "lat": 50.0776726, - "lon": 14.4870072, - "disposition": "3+kk", - "floor": 16, - "area": 77, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.bezrealitky.cz/nemovitosti-byty-domy/965526-nabidka-prodej-bytu-vinohradska-praha", - "source": "bezrealitky", - "image": "" - }, - { - "hash_id": 924811, - "name": "Prodej bytu 3+kk 75 m²", - "price": 13390000, - "price_formatted": "13 390 000 Kč", - "locality": "Waltariho, Praha - Hloubětín", - "lat": 50.1076717, - "lon": 14.5248559, - "disposition": "3+kk", - "floor": 4, - "area": 75, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.bezrealitky.cz/nemovitosti-byty-domy/924811-nabidka-prodej-bytu-waltariho-praha", - "source": "bezrealitky", - "image": "" - }, - { - "hash_id": 985859, - "name": "Prodej bytu 3+1 80 m²", - "price": 9000000, - "price_formatted": "9 000 000 Kč", - "locality": "Staňkova, Praha - Háje", - "lat": 50.0377128, - "lon": 14.5311557, - "disposition": "3+1", - "floor": 2, - "area": 80, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.bezrealitky.cz/nemovitosti-byty-domy/985859-nabidka-prodej-bytu-stankova-praha", - "source": "bezrealitky", - "image": "" - }, - { - "hash_id": 985583, - "name": "Prodej bytu 3+kk 76 m²", - "price": 10850000, - "price_formatted": "10 850 000 Kč", - "locality": "Boloňská, Praha - Horní Měcholupy", - "lat": 50.047328, - "lon": 14.5565277, - "disposition": "3+kk", - "floor": 4, - "area": 76, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.bezrealitky.cz/nemovitosti-byty-domy/985583-nabidka-prodej-bytu-bolonska-praha", - "source": "bezrealitky", - "image": "" - }, - { - "hash_id": 981178, - "name": "Prodej bytu 4+kk 86 m²", - "price": 11990000, - "price_formatted": "11 990 000 Kč", - "locality": "Sušilova, Praha - Uhříněves", - "lat": 50.032081, - "lon": 14.5885148, - "disposition": "4+kk", - "floor": 2, - "area": 86, - "building_type": "SKELET", - "ownership": "Osobní", - "url": "https://www.bezrealitky.cz/nemovitosti-byty-domy/981178-nabidka-prodej-bytu-susilova-praha", - "source": "bezrealitky", - "image": "" - }, - { - "hash_id": 973216, - "name": "Prodej bytu 4+1 82 m²", - "price": 11357000, - "price_formatted": "11 357 000 Kč", - "locality": "Nad Kapličkou, Praha - Strašnice", - "lat": 50.0839509, - "lon": 14.4904493, - "disposition": "4+1", - "floor": 2, - "area": 82, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.bezrealitky.cz/nemovitosti-byty-domy/973216-nabidka-prodej-bytu-nad-kaplickou-praha", - "source": "bezrealitky", - "image": "" - }, - { - "hash_id": 868801, - "name": "Prodej bytu 3+kk 109 m²", - "price": 7299000, - "price_formatted": "7 299 000 Kč", - "locality": "Pod Karlovem, Praha - Vinohrady", - "lat": 50.0676313, - "lon": 14.432498, - "disposition": "3+kk", - "floor": 5, - "area": 109, - "building_type": "Cihlová", - "ownership": "Družstevní", - "url": "https://www.bezrealitky.cz/nemovitosti-byty-domy/868801-nabidka-prodej-bytu-pod-karlovem-praha", - "source": "bezrealitky", - "image": "" - }, - { - "hash_id": 868795, - "name": "Prodej bytu 3+kk 106 m²", - "price": 6299000, - "price_formatted": "6 299 000 Kč", - "locality": "Pod Karlovem, Praha - Vinohrady", - "lat": 50.0676313, - "lon": 14.432498, - "disposition": "3+kk", - "floor": 2, - "area": 106, - "building_type": "Cihlová", - "ownership": "Družstevní", - "url": "https://www.bezrealitky.cz/nemovitosti-byty-domy/868795-nabidka-prodej-bytu-pod-karlovem-praha", - "source": "bezrealitky", - "image": "" - }, - { - "hash_id": 981890, - "name": "Prodej bytu 3+1 84 m²", - "price": 12980000, - "price_formatted": "12 980 000 Kč", - "locality": "Novákových, Praha - Libeň", - "lat": 50.103273, - "lon": 14.4746894, - "disposition": "3+1", - "floor": 2, - "area": 84, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.bezrealitky.cz/nemovitosti-byty-domy/981890-nabidka-prodej-bytu-novakovych-praha", - "source": "bezrealitky", - "image": "" - }, - { - "hash_id": 976276, - "name": "Prodej bytu 3+kk 75 m²", - "price": 13490000, - "price_formatted": "13 490 000 Kč", - "locality": "Svornosti, Praha - Smíchov", - "lat": 50.0673284, - "lon": 14.4095087, - "disposition": "3+kk", - "floor": 2, - "area": 75, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.bezrealitky.cz/nemovitosti-byty-domy/976276-nabidka-prodej-bytu-svornosti-praha", - "source": "bezrealitky", - "image": "" - }, - { - "hash_id": 950787, - "name": "Prodej bytu 3+kk 70 m²", - "price": 9999000, - "price_formatted": "9 999 000 Kč", - "locality": "Sečská, Praha - Strašnice", - "lat": 50.071191, - "lon": 14.5035501, + "hash_id": 991217, + "name": "Prodej bytu 3+kk 71 m²", + "price": 11490000, + "price_formatted": "11 490 000 Kč", + "locality": "Kolbenova, Praha - Vysočany", + "lat": 50.1113213, + "lon": 14.5106858, "disposition": "3+kk", "floor": 3, - "area": 70, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.bezrealitky.cz/nemovitosti-byty-domy/950787-nabidka-prodej-bytu-secska-praha", - "source": "bezrealitky", - "image": "" - }, - { - "hash_id": 978045, - "name": "Prodej bytu 3+kk 76 m²", - "price": 11133000, - "price_formatted": "11 133 000 Kč", - "locality": "K Vinoři, Praha - Kbely", - "lat": 50.1329656, - "lon": 14.5618499, - "disposition": "3+kk", - "floor": 2, - "area": 76, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.bezrealitky.cz/nemovitosti-byty-domy/978045-nabidka-prodej-bytu-k-vinori", - "source": "bezrealitky", - "image": "" - }, - { - "hash_id": 974552, - "name": "Prodej bytu 3+1 75 m²", - "price": 11000000, - "price_formatted": "11 000 000 Kč", - "locality": "Vejražkova, Praha - Košíře", - "lat": 50.0637808, - "lon": 14.3612275, - "disposition": "3+1", - "floor": 2, - "area": 75, + "area": 71, "building_type": "Cihlová", "ownership": "Osobní", - "url": "https://www.bezrealitky.cz/nemovitosti-byty-domy/974552-nabidka-prodej-bytu-vejrazkova-praha", + "url": "https://www.bezrealitky.cz/nemovitosti-byty-domy/991217-nabidka-prodej-bytu-kolbenova-praha", "source": "bezrealitky", - "image": "" - }, - { - "hash_id": 955010, - "name": "Prodej bytu 3+kk 70 m²", - "price": 12290000, - "price_formatted": "12 290 000 Kč", - "locality": "Břeclavská, Praha - Kyje", - "lat": 50.0951045, - "lon": 14.5454237, - "disposition": "3+kk", - "floor": 2, - "area": 70, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.bezrealitky.cz/nemovitosti-byty-domy/955010-nabidka-prodej-bytu-breclavska-hlavni-mesto-praha", - "source": "bezrealitky", - "image": "" + "image": "", + "last_updated": "2026-02-15", + "first_seen": "2026-02-15" } ] \ No newline at end of file diff --git a/byty_cityhome.json b/byty_cityhome.json index fe51488..e8e3def 100644 --- a/byty_cityhome.json +++ b/byty_cityhome.json @@ -1 +1,38 @@ -[] +[ + { + "hash_id": "cityhome_na-vaclavce-34_Byt A2.3", + "name": "Prodej bytu 3+1, 99 m² — Na Václavce 34", + "price": 13490000, + "price_formatted": "13 490 000 Kč", + "locality": "Na Václavce 34, Praha 5", + "lat": 50.0652858, + "lon": 14.3931318, + "disposition": "3+1", + "floor": 2, + "area": 99.1, + "building_type": "Cihlová", + "ownership": "neuvedeno", + "url": "https://www.city-home.cz/projekty/na-vaclavce-34/nabidka-nemovitosti/byt-a23", + "source": "cityhome", + "image": "", + "scraped_at": "2026-02-25" + }, + { + "hash_id": "cityhome_na-vaclavce-34_Byt A3.2", + "name": "Prodej bytu 3+1, 95 m² — Na Václavce 34", + "price": 13490000, + "price_formatted": "13 490 000 Kč", + "locality": "Na Václavce 34, Praha 5", + "lat": 50.0652858, + "lon": 14.3931318, + "disposition": "3+1", + "floor": 3, + "area": 95.6, + "building_type": "Cihlová", + "ownership": "neuvedeno", + "url": "https://www.city-home.cz/projekty/na-vaclavce-34/nabidka-nemovitosti/byt-a32", + "source": "cityhome", + "image": "", + "scraped_at": "2026-02-25" + } +] \ No newline at end of file diff --git a/byty_idnes.json b/byty_idnes.json index 05d21ad..e115b83 100644 --- a/byty_idnes.json +++ b/byty_idnes.json @@ -1,315 +1,45 @@ [ { - "hash_id": "698f29d557b00239e30dd37c", - "name": "Prodej bytu 3+kk 73 m²", - "price": 12790000, - "price_formatted": "12 790 000 Kč", - "locality": "Vrázova, Praha 5 - Smíchov", - "lat": 50.0711312, - "lon": 14.4076652, - "disposition": "3+kk", - "floor": 5, - "area": 73, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-5-vrazova/698f29d557b00239e30dd37c/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "69257f003de5ba0f3d0d14df", - "name": "Prodej bytu 3+kk 112 m²", - "price": 11350000, - "price_formatted": "11 350 000 Kč", - "locality": "Pod lesíkem, Praha 10 - Dolní Měcholupy", - "lat": 50.054027, - "lon": 14.561742, - "disposition": "3+kk", - "floor": 3, - "area": 112, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-15-pod-lesikem/69257f003de5ba0f3d0d14df/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "698448c259544158ad04fff5", - "name": "Prodej bytu 3+1 95 m²", - "price": 10990000, - "price_formatted": "10 990 000 Kč", - "locality": "Spojařů, Praha 5 - Zbraslav", - "lat": 49.96423454, - "lon": 14.3954358, + "hash_id": "699ed0af74468ff4c2079aa1", + "name": "Prodej bytu 3+1 86 m²", + "price": 4600000, + "price_formatted": "4 600 000 Kč", + "locality": "Hynka Puce, Praha 5 - Stodůlky", + "lat": 50.049168412058556, + "lon": 14.302095927878957, "disposition": "3+1", - "floor": 4, - "area": 95, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-16-spojaru/698448c259544158ad04fff5/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "69138a989e751d57c40149ed", - "name": "Prodej bytu 3+kk 86 m²", - "price": 12350000, - "price_formatted": "12 350 000 Kč", - "locality": "Nademlejnská, Praha 9 - Hloubětín", - "lat": 50.1035530556, - "lon": 14.5289308333, - "disposition": "3+kk", - "floor": 14, + "floor": 8, "area": 86, "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-9-nademlejnska/69138a989e751d57c40149ed/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6970cd06bb4041362704220a", - "name": "Prodej bytu 4+kk 90 m²", - "price": 11700000, - "price_formatted": "11 700 000 Kč", - "locality": "Ke stadionu, Praha 9 - Čakovice", - "lat": 50.1465429, - "lon": 14.5324278, - "disposition": "4+kk", - "floor": 4, - "area": 90, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-18-ke-stadionu/6970cd06bb4041362704220a/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68e68c78711996cca80361d9", - "name": "Prodej bytu 3+kk 87 m²", - "price": 3641309, - "price_formatted": "3 641 309 Kč", - "locality": "Praha 9", - "lat": 50.08455185632672, - "lon": 14.417781214403561, - "disposition": "3+kk", - "floor": 5, - "area": 87, - "building_type": "Smíšená", "ownership": "družstevní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha/68e68c78711996cca80361d9/", + "url": "https://reality.idnes.cz/detail/prodej/byt/praha-13-hynka-puce/699ed0af74468ff4c2079aa1/", "source": "idnes", - "image": "" + "image": "", + "scraped_at": "2026-02-25" }, { - "hash_id": "691efc4766b4394f6e01547b", - "name": "Prodej bytu 3+kk 100 m²", - "price": 12350000, - "price_formatted": "12 350 000 Kč", - "locality": "Radouňova, Praha 5 - Stodůlky", - "lat": 50.039044256225, - "lon": 14.31488216759, - "disposition": "3+kk", - "floor": 4, - "area": 100, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-13-radounova/691efc4766b4394f6e01547b/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "698ef3cffcc502d9b005a8c3", - "name": "Prodej bytu 4+kk 105 m²", - "price": 4990000, - "price_formatted": "4 990 000 Kč", - "locality": "Thomasova, Praha 5 - Třebonice", - "lat": 50.047399302552684, - "lon": 14.298441451701592, - "disposition": "4+kk", - "floor": 5, - "area": 105, - "building_type": "Cihlová", - "ownership": "družstevní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-thomasova/698ef3cffcc502d9b005a8c3/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "698ee41a1b6e23320a00af9e", - "name": "Prodej bytu 3+kk 87 m²", - "price": 4950000, - "price_formatted": "4 950 000 Kč", - "locality": "Thomasova, Praha 5 - Třebonice", - "lat": 50.047399302552684, - "lon": 14.298441451701592, - "disposition": "3+kk", - "floor": 5, - "area": 87, - "building_type": "Cihlová", - "ownership": "družstevní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-thomasova/698ee41a1b6e23320a00af9e/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "690c2c7b22e38ce1f50ec0c6", - "name": "Prodej bytu 3+1 74 m²", - "price": 12691991, - "price_formatted": "12 691 991 Kč", - "locality": "Svitákova, Praha 5 - Stodůlky", - "lat": 50.0480552778, - "lon": 14.3019416667, - "disposition": "3+1", - "floor": 8, - "area": 74, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-13-svitakova/690c2c7b22e38ce1f50ec0c6/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "682b20ae5fcffc3dc8072856", - "name": "Prodej bytu 3+kk 78 m²", - "price": 12463000, - "price_formatted": "12 463 000 Kč", - "locality": "Kubelíkova, Praha 3 - Žižkov", - "lat": 50.0823325029164, - "lon": 14.451052236466976, - "disposition": "3+kk", - "floor": 5, - "area": 78, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-3-kubelikova/682b20ae5fcffc3dc8072856/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6929a403719d27e86e048f99", - "name": "Prodej bytu 3+kk 99 m²", - "price": 12990000, - "price_formatted": "12 990 000 Kč", - "locality": "Čeljabinská, Praha 10 - Vršovice", - "lat": 50.069642, - "lon": 14.470198, - "disposition": "3+kk", - "floor": 7, - "area": 99, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-10-celjabinska/6929a403719d27e86e048f99/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68f8c37040ba037507092804", - "name": "Prodej bytu 3+kk 110 m²", - "price": 12450000, - "price_formatted": "12 450 000 Kč", - "locality": "Nuselská, Praha 4 - Nusle, okres Praha", - "lat": 50.0599937, - "lon": 14.4494581, - "disposition": "3+kk", - "floor": 6, - "area": 110, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-4-nuselska/68f8c37040ba037507092804/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68404b3d8178bbed020f1742", - "name": "Prodej bytu 3+kk 71 m²", - "price": 10990000, - "price_formatted": "10 990 000 Kč", - "locality": "Praha 10 - Uhříněves", - "lat": 50.026899, - "lon": 14.613713, - "disposition": "3+kk", - "floor": 5, - "area": 71, - "building_type": "Skeletová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-22/68404b3d8178bbed020f1742/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6984bb6dca1cf4ae6601293d", - "name": "Prodej bytu 4+kk 79 m²", - "price": 11912880, - "price_formatted": "11 912 880 Kč", - "locality": "Polabská, Praha 9 - Miškovice", - "lat": 50.154754822523955, - "lon": 14.5378785085802, - "disposition": "4+kk", - "floor": 3, - "area": 79, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-18-polabska/6984bb6dca1cf4ae6601293d/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6984bb67b328d819bd01cefa", - "name": "Prodej bytu 4+kk 80 m²", - "price": 11664856, - "price_formatted": "11 664 856 Kč", - "locality": "Polabská, Praha 9 - Miškovice", - "lat": 50.154754822523955, - "lon": 14.5378785085802, - "disposition": "4+kk", - "floor": 3, - "area": 80, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-18-polabska/6984bb67b328d819bd01cefa/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6938364b01ac7be26c0afed4", + "hash_id": "699ecf47513757ba150e0c74", "name": "Prodej bytu 3+kk 83 m²", - "price": 10490000, - "price_formatted": "10 490 000 Kč", - "locality": "Na Výrovně, Praha 5 - Stodůlky", - "lat": 50.0398747222, - "lon": 14.3176552778, + "price": 11390000, + "price_formatted": "11 390 000 Kč", + "locality": "Kytlická, Praha 9 - Prosek", + "lat": 50.1251431182, + "lon": 14.5077027612, "disposition": "3+kk", - "floor": 2, - "area": 83, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-13-na-vyrovne/6938364b01ac7be26c0afed4/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "690c2c6fd1ac535eaa087b46", - "name": "Prodej bytu 3+1 71 m²", - "price": 12792564, - "price_formatted": "12 792 564 Kč", - "locality": "Svitákova, Praha 5 - Stodůlky", - "lat": 50.0480552778, - "lon": 14.3019416667, - "disposition": "3+1", "floor": 8, - "area": 71, - "building_type": "Cihlová", + "area": 83, + "building_type": "2011", "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-13-svitakova/690c2c6fd1ac535eaa087b46/", + "url": "https://reality.idnes.cz/detail/prodej/byt/praha-9-kytlicka/699ecf47513757ba150e0c74/", "source": "idnes", - "image": "" + "image": "", + "scraped_at": "2026-02-25" }, { - "hash_id": "698d87fef51c3cdad50dcfaf", + "hash_id": "699c09d25d571b3c7b026d3e", "name": "Prodej bytu 3+kk 93 m²", - "price": 12390000, - "price_formatted": "12 390 000 Kč", + "price": 11890000, + "price_formatted": "11 890 000 Kč", "locality": "Kříženeckého náměstí, Praha 5 - Hlubočepy", "lat": 50.03137852, "lon": 14.39175816, @@ -318,604 +48,10 @@ "area": 93, "building_type": "Cihlová", "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-5-krizeneckeho-namesti/698d87fef51c3cdad50dcfaf/", + "url": "https://reality.idnes.cz/detail/prodej/byt/praha-5-krizeneckeho-namesti/699c09d25d571b3c7b026d3e/", "source": "idnes", - "image": "" - }, - { - "hash_id": "68c4c9a1345e0bffba03d7e0", - "name": "Prodej bytu 3+kk 112 m²", - "price": 10990000, - "price_formatted": "10 990 000 Kč", - "locality": "U Prefy, Praha 8 - Ďáblice", - "lat": 50.1445055631, - "lon": 14.4834831086, - "disposition": "3+kk", - "floor": 2, - "area": 112, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-8-u-prefy/68c4c9a1345e0bffba03d7e0/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "698ebe245b26b78a240f8347", - "name": "Prodej bytu 4+kk 85 m²", - "price": 2720000, - "price_formatted": "2 720 000 Kč", - "locality": "Střimelická, Praha 4 - Záběhlice", - "lat": 50.04999, - "lon": 14.483, - "disposition": "4+kk", - "floor": 7, - "area": 85, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-4-strimelicka/698ebe245b26b78a240f8347/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "697ccd56fde7802c550b3869", - "name": "Prodej bytu 3+kk 81 m²", - "price": 12390000, - "price_formatted": "12 390 000 Kč", - "locality": "Stochovská, Praha 6 - Ruzyně", - "lat": 50.082984, - "lon": 14.3118154, - "disposition": "3+kk", - "floor": 3, - "area": 81, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-6-stochovska/697ccd56fde7802c550b3869/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "69381e1d489a739b520bfed1", - "name": "Prodej bytu 3+kk 90 m²", - "price": 13450000, - "price_formatted": "13 450 000 Kč", - "locality": "Mantovská, Praha 10 - Horní Měcholupy", - "lat": 50.041127055, - "lon": 14.569748248, - "disposition": "3+kk", - "floor": 13, - "area": 90, - "building_type": "2016", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-15-mantovska/69381e1d489a739b520bfed1/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "69493b03b25eeeef370f7354", - "name": "Prodej bytu 3+kk 72 m²", - "price": 12290000, - "price_formatted": "12 290 000 Kč", - "locality": "Kolbenova, Praha 9 - Hloubětín", - "lat": 50.1099840177, - "lon": 14.5276563254, - "disposition": "3+kk", - "floor": 2, - "area": 72, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-9-kolbenova/69493b03b25eeeef370f7354/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "698de5d8ec7bf2e61204c1bd", - "name": "Prodej bytu 3+kk 72 m²", - "price": 12298976, - "price_formatted": "12 298 976 Kč", - "locality": "Mladoboleslavská, Praha 9 - Vinoř", - "lat": 50.13150044924256, - "lon": 14.557908612465905, - "disposition": "3+kk", - "floor": 3, - "area": 72, - "building_type": "Skeletová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-19-mladoboleslavska/698de5d8ec7bf2e61204c1bd/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "698de5be4169fd47310c681b", - "name": "Prodej bytu 3+kk 72 m²", - "price": 11758857, - "price_formatted": "11 758 857 Kč", - "locality": "Mladoboleslavská, Praha 9 - Vinoř", - "lat": 50.13150044924256, - "lon": 14.557908612465905, - "disposition": "3+kk", - "floor": 3, - "area": 72, - "building_type": "Skeletová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-19-mladoboleslavska/698de5be4169fd47310c681b/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68385c1b603aba764a0885ac", - "name": "Prodej bytu 3+1 74 m²", - "price": 8290000, - "price_formatted": "8 290 000 Kč", - "locality": "Livornská, Praha 10 - Horní Měcholupy", - "lat": 50.041220976982, - "lon": 14.556174049321, - "disposition": "3+1", - "floor": 8, - "area": 74, - "building_type": "1992", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-15-livornska/68385c1b603aba764a0885ac/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6939de60cdf5a8b4f2014fd1", - "name": "Prodej bytu 3+1 77 m²", - "price": 9400000, - "price_formatted": "9 400 000 Kč", - "locality": "Žitavského, Praha 5 - Zbraslav", - "lat": 49.96761254, - "lon": 14.3944239731, - "disposition": "3+1", - "floor": 3, - "area": 77, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-16-zitavskeho/6939de60cdf5a8b4f2014fd1/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "698de556711f67e4250a381b", - "name": "Prodej bytu 3+kk 69 m²", - "price": 11853625, - "price_formatted": "11 853 625 Kč", - "locality": "Nekonečného, Praha 5 - Stodůlky", - "lat": 50.042287368666926, - "lon": 14.30696945790677, - "disposition": "3+kk", - "floor": 4, - "area": 69, - "building_type": "Dřevěná", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-13-nekonecneho/698de556711f67e4250a381b/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "698de596c265f784aa058ebd", - "name": "Prodej bytu 3+kk 72 m²", - "price": 12863000, - "price_formatted": "12 863 000 Kč", - "locality": "Toufarova, Praha 5 - Stodůlky", - "lat": 50.0429594349725, - "lon": 14.312128724436125, - "disposition": "3+kk", - "floor": 5, - "area": 72, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-13-toufarova/698de596c265f784aa058ebd/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6983c1e5fd084e8c43091b2b", - "name": "Prodej bytu 3+kk 476 m²", - "price": 12800000, - "price_formatted": "12 800 000 Kč", - "locality": "K Radotínu, Praha 5 - Zbraslav", - "lat": 49.9710480556, - "lon": 14.3748161111, - "disposition": "3+kk", - "floor": 3, - "area": 476, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-16-k-radotinu/6983c1e5fd084e8c43091b2b/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "690c2cba1c264f9f43027912", - "name": "Prodej bytu 3+kk 74 m²", - "price": 10631123, - "price_formatted": "10 631 123 Kč", - "locality": "Voskovcova, Praha 5 - Hlubočepy", - "lat": 50.0290438889, - "lon": 14.3641566667, - "disposition": "3+kk", - "floor": 6, - "area": 74, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-5-voskovcova/690c2cba1c264f9f43027912/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "693b5e5a00760379a401821b", - "name": "Prodej bytu 3+kk 95 m²", - "price": 11650000, - "price_formatted": "11 650 000 Kč", - "locality": "Na Harfě, Praha 9 - Vysočany", - "lat": 50.1038046289704, - "lon": 14.501972362813257, - "disposition": "3+kk", - "floor": 9, - "area": 95, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-9-na-harfe/693b5e5a00760379a401821b/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "698d9e19cac7b9dddd09d8c9", - "name": "Prodej bytu 3+1 100 m²", - "price": 12900000, - "price_formatted": "12 900 000 Kč", - "locality": "Dětská, Praha 10 - Strašnice", - "lat": 50.07342624121801, - "lon": 14.496230728678622, - "disposition": "3+1", - "floor": 4, - "area": 100, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-10-detska/698d9e19cac7b9dddd09d8c9/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "69628b03d3cdf38ac0091111", - "name": "Prodej bytu 3+kk 71 m²", - "price": 12990000, - "price_formatted": "12 990 000 Kč", - "locality": "Na Plískavě, Praha 10 - Hostivař", - "lat": 50.052543, - "lon": 14.528918, - "disposition": "3+kk", - "floor": 4, - "area": 71, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-15-na-pliskave/69628b03d3cdf38ac0091111/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68fa1082a4f634c8030822b5", - "name": "Prodej bytu 3+kk 87 m²", - "price": 5950000, - "price_formatted": "5 950 000 Kč", - "locality": "náměstí Plukovníka Vlčka, Praha 9 - Černý Most, okres Praha", - "lat": 50.1041841, - "lon": 14.5751611, - "disposition": "3+kk", - "floor": 5, - "area": 87, - "building_type": "2002", - "ownership": "družstevní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-14-namesti-plukovnika-vlcka/68fa1082a4f634c8030822b5/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "694012289c5877fec601493f", - "name": "Prodej bytu 3+kk 79 m²", - "price": 12950000, - "price_formatted": "12 950 000 Kč", - "locality": "Klečkova, Praha 5 - Stodůlky", - "lat": 50.0595436, - "lon": 14.3301792, - "disposition": "3+kk", - "floor": 3, - "area": 79, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-13-kleckova/694012289c5877fec601493f/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "698db689c24c0d9ebd066f15", - "name": "Prodej bytu 3+1 88 m²", - "price": 11900000, - "price_formatted": "11 900 000 Kč", - "locality": "Kříženeckého náměstí, Praha 5 - Hlubočepy", - "lat": 50.0311433313, - "lon": 14.3920582621, - "disposition": "3+1", - "floor": 2, - "area": 88, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-5-krizeneckeho-namesti/698db689c24c0d9ebd066f15/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68f5f4da009b8cddbe03695a", - "name": "Prodej bytu 3+kk 123 m²", - "price": 13000000, - "price_formatted": "13 000 000 Kč", - "locality": "Geologická, Praha 5 - Hlubočepy", - "lat": 50.034855333006, - "lon": 14.386802069579, - "disposition": "3+kk", - "floor": 8, - "area": 123, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-5-geologicka/68f5f4da009b8cddbe03695a/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "698c9b7f4e5ee22b610df109", - "name": "Prodej bytu 3+kk 79 m²", - "price": 12900000, - "price_formatted": "12 900 000 Kč", - "locality": "Bulharská, Praha 10 - Vršovice", - "lat": 50.0718418294, - "lon": 14.4628197164, - "disposition": "3+kk", - "floor": 6, - "area": 79, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-10-bulharska/698c9b7f4e5ee22b610df109/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "698d9212a332949d0704d1ca", - "name": "Prodej bytu 3+kk 71 m²", - "price": 10990000, - "price_formatted": "10 990 000 Kč", - "locality": "Vřesovická, Praha 5 - Zličín, okres Praha", - "lat": 50.0598679, - "lon": 14.2868376, - "disposition": "3+kk", - "floor": 4, - "area": 71, - "building_type": "2008", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-17-vresovicka/698d9212a332949d0704d1ca/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "688655ef19d1a10e6d0df4e2", - "name": "Prodej bytu 4+kk 85 m²", - "price": 12890000, - "price_formatted": "12 890 000 Kč", - "locality": "Stavbařů, Praha 4 - Hodkovičky", - "lat": 50.02503388, - "lon": 14.41229631, - "disposition": "4+kk", - "floor": 4, - "area": 85, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-4-stavbaru/688655ef19d1a10e6d0df4e2/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "69206d11469af6f2a604339a", - "name": "Prodej bytu 3+kk 78 m²", - "price": 11648000, - "price_formatted": "11 648 000 Kč", - "locality": "Na Míčánkách, Praha 10 - Vršovice", - "lat": 50.0713252778, - "lon": 14.4638722222, - "disposition": "3+kk", - "floor": 6, - "area": 78, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-10-na-micankach/69206d11469af6f2a604339a/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68f0b7b4263df471cb050df9", - "name": "Prodej bytu 4+kk 75 m²", - "price": 10363000, - "price_formatted": "10 363 000 Kč", - "locality": "Karla Guta, Praha 10 - Uhříněves", - "lat": 50.030382258, - "lon": 14.5931238354, - "disposition": "4+kk", - "floor": 4, - "area": 75, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-22-karla-guta/68f0b7b4263df471cb050df9/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "698043172cee999f6e08dbcd", - "name": "Prodej bytu 3+kk 78 m²", - "price": 8490000, - "price_formatted": "8 490 000 Kč", - "locality": "náměstí Protifašistických bojovníků, Praha 10 - Uhříněves, okres Praha", - "lat": 50.0294609, - "lon": 14.6009016, - "disposition": "3+kk", - "floor": 4, - "area": 78, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-22-namesti-protifasistickych-bojovniku/698043172cee999f6e08dbcd/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "69454e3a4d7180c709007c4a", - "name": "Prodej bytu 3+1 90 m²", - "price": 12468000, - "price_formatted": "12 468 000 Kč", - "locality": "Horovo náměstí, Praha 8 - Libeň", - "lat": 50.1102975, - "lon": 14.4729913889, - "disposition": "3+1", - "floor": 6, - "area": 90, - "building_type": "1920", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-8-horovo-namesti/69454e3a4d7180c709007c4a/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6976778ff55be514d4071a53", - "name": "Prodej bytu 3+kk 72 m²", - "price": 11622863, - "price_formatted": "11 622 863 Kč", - "locality": "Starochodovská, Praha 4 - Chodov", - "lat": 50.028076, - "lon": 14.504953, - "disposition": "3+kk", - "floor": 12, - "area": 72, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-11-starochodovska/6976778ff55be514d4071a53/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "688cd3f308a453721706958a", - "name": "Prodej bytu 3+1 96 m²", - "price": 13490000, - "price_formatted": "13 490 000 Kč", - "locality": "Na Václavce, Praha 5 - Smíchov", - "lat": 50.0652882346, - "lon": 14.3931192571, - "disposition": "3+1", - "floor": 4, - "area": 96, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-5-na-vaclavce/688cd3f308a453721706958a/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "698c5b41ad4c39dccd0afa3e", - "name": "Prodej bytu 4+kk 72 m²", - "price": 9350000, - "price_formatted": "9 350 000 Kč", - "locality": "Daškova, Praha 4 - Modřany, okres Praha", - "lat": 50.0128975, - "lon": 14.4255943, - "disposition": "4+kk", - "floor": 8, - "area": 72, - "building_type": "1984", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-12-daskova/698c5b41ad4c39dccd0afa3e/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6985e1acb16fca008307a4b9", - "name": "Prodej bytu 3+kk 70 m²", - "price": 13500000, - "price_formatted": "13 500 000 Kč", - "locality": "Bratislavská, Praha 10 - Hostivař", - "lat": 50.0440465745, - "lon": 14.5164970644, - "disposition": "3+kk", - "floor": 6, - "area": 70, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-15-bratislavska/6985e1acb16fca008307a4b9/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "696778400f4f88207402671d", - "name": "Prodej bytu 3+1 82 m²", - "price": 8490000, - "price_formatted": "8 490 000 Kč", - "locality": "Neustupného, Praha 5 - Stodůlky", - "lat": 50.044232097, - "lon": 14.322528048, - "disposition": "3+1", - "floor": 13, - "area": 82, - "building_type": "1984", - "ownership": "družstevní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-13-neustupneho/696778400f4f88207402671d/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68daa5fad1380e63fd0e4c0b", - "name": "Prodej bytu 3+kk 85 m²", - "price": 12300000, - "price_formatted": "12 300 000 Kč", - "locality": "Federova, Praha 9 - Kyje", - "lat": 50.1156890139, - "lon": 14.5659583395, - "disposition": "3+kk", - "floor": 2, - "area": 85, - "building_type": "2008", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-14-federova/68daa5fad1380e63fd0e4c0b/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68f685677972e286c9008f79", - "name": "Prodej bytu 3+kk 81 m²", - "price": 12350000, - "price_formatted": "12 350 000 Kč", - "locality": "Novákových, Praha 8 - Libeň", - "lat": 50.1040011703, - "lon": 14.4772190102, - "disposition": "3+kk", - "floor": 5, - "area": 81, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-8-novakovych/68f685677972e286c9008f79/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "697cd13eeba83452400e456e", - "name": "Prodej bytu 3+kk 81 m²", - "price": 12980000, - "price_formatted": "12 980 000 Kč", - "locality": "Novákových, Praha 8 - Libeň", - "lat": 50.1040011703, - "lon": 14.4772190102, - "disposition": "3+kk", - "floor": 5, - "area": 81, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-8-novakovych/697cd13eeba83452400e456e/", - "source": "idnes", - "image": "" + "image": "", + "scraped_at": "2026-02-25" }, { "hash_id": "693690e98418631b48025208", @@ -932,1809 +68,26 @@ "ownership": "družstevní", "url": "https://reality.idnes.cz/detail/prodej/byt/praha-12-libusska/693690e98418631b48025208/", "source": "idnes", - "image": "" + "image": "", + "scraped_at": "2026-02-25" }, { - "hash_id": "6973d33c88ca81367f06fb02", - "name": "Prodej bytu 3+kk 73 m²", - "price": 11990000, - "price_formatted": "11 990 000 Kč", - "locality": "Fabiánové, Praha 5 - Hlubočepy", - "lat": 50.0317519835622, - "lon": 14.364441230210975, - "disposition": "3+kk", - "floor": 9, - "area": 73, - "building_type": "2025", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-5-fabianove/6973d33c88ca81367f06fb02/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "69809053a6b92131ae09f06c", - "name": "Prodej bytu 3+kk 76 m²", - "price": 12680000, - "price_formatted": "12 680 000 Kč", - "locality": "Matoušova, Praha 5 - Smíchov", - "lat": 50.074124199, - "lon": 14.404070522, - "disposition": "3+kk", - "floor": 6, - "area": 76, - "building_type": "1905", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-5-matousova/69809053a6b92131ae09f06c/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "698cb4b66f8fce347a007702", - "name": "Prodej bytu 3+kk 86 m²", - "price": 10385000, - "price_formatted": "10 385 000 Kč", - "locality": "Ke Tvrzi, Praha 10 - Královice", - "lat": 50.03959989271, - "lon": 14.638010635883, - "disposition": "3+kk", - "floor": 3, - "area": 86, - "building_type": "2022", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-22-ke-tvrzi/698cb4b66f8fce347a007702/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "698c9524a7b12615d00be7f3", - "name": "Prodej bytu 3+kk 69 m²", - "price": 10450000, - "price_formatted": "10 450 000 Kč", - "locality": "U tvrze, Praha 10 - Malešice", - "lat": 50.08658908813519, - "lon": 14.513577144557365, - "disposition": "3+kk", - "floor": 4, - "area": 69, - "building_type": "Skeletová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-10-u-tvrze/698c9524a7b12615d00be7f3/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "698c952ef7504cc175061685", - "name": "Prodej bytu 3+kk 72 m²", - "price": 11269136, - "price_formatted": "11 269 136 Kč", - "locality": "Mladoboleslavská, Praha 9 - Vinoř", - "lat": 50.13150044924256, - "lon": 14.557908612465905, - "disposition": "3+kk", - "floor": 3, - "area": 72, - "building_type": "Skeletová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-19-mladoboleslavska/698c952ef7504cc175061685/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68b060b3436447e53c0c8c37", - "name": "Prodej bytu 3+kk 71 m²", - "price": 13220749, - "price_formatted": "13 220 749 Kč", - "locality": "Vršní, Praha 8 - Kobylisy, okres Praha", - "lat": 50.1244888, - "lon": 14.4532089, - "disposition": "3+kk", - "floor": 5, - "area": 71, - "building_type": "2025", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-8-vrsni/68b060b3436447e53c0c8c37/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6983c2695534b648480fc40e", - "name": "Prodej bytu 3+kk 101 m²", - "price": 9900000, - "price_formatted": "9 900 000 Kč", - "locality": "Elišky Přemyslovny, Praha 5 - Zbraslav", - "lat": 49.9686372222, - "lon": 14.3876172222, - "disposition": "3+kk", - "floor": 4, - "area": 101, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-16-elisky-premyslovny/6983c2695534b648480fc40e/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6983c2f614cb6b0e0a0b0bc5", - "name": "Prodej bytu 3+kk 74 m²", - "price": 13250000, - "price_formatted": "13 250 000 Kč", - "locality": "U libeňského pivovaru, Praha 8 - Libeň", - "lat": 50.1080713889, - "lon": 14.4755, - "disposition": "3+kk", - "floor": 8, - "area": 74, - "building_type": "Skeletová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-8-u-libenskeho-pivovaru/6983c2f614cb6b0e0a0b0bc5/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6985ec599e07ab85d600d3d8", - "name": "Prodej bytu 3+kk 83 m²", - "price": 11650000, - "price_formatted": "11 650 000 Kč", - "locality": "K Radotínu, Praha 5 - Zbraslav", - "lat": 49.971117, - "lon": 14.374913, - "disposition": "3+kk", - "floor": 3, - "area": 83, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-16-k-radotinu/6985ec599e07ab85d600d3d8/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "688a1b7a323e405f5f08d544", - "name": "Prodej bytu 4+kk 113 m²", - "price": 5033600, - "price_formatted": "5 033 600 Kč", - "locality": "Honzíkova, Praha 10 - Dolní Měcholupy", - "lat": 50.06753288666939, - "lon": 14.554144510753238, - "disposition": "4+kk", - "floor": 6, - "area": 113, - "building_type": "Cihlová", - "ownership": "družstevní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-15-honzikova/688a1b7a323e405f5f08d544/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "698c94508f7f66b02600451c", - "name": "Prodej bytu 3+kk 72 m²", - "price": 11685992, - "price_formatted": "11 685 992 Kč", - "locality": "Mladoboleslavská, Praha 9 - Vinoř", - "lat": 50.13150044924256, - "lon": 14.557908612465905, - "disposition": "3+kk", - "floor": 3, - "area": 72, - "building_type": "Skeletová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-19-mladoboleslavska/698c94508f7f66b02600451c/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "69708aa7667a2fa3780f8a16", - "name": "Prodej bytu 3+1 71 m²", - "price": 8350000, - "price_formatted": "8 350 000 Kč", - "locality": "Hlavní, Praha 4 - Záběhlice", - "lat": 50.047489, - "lon": 14.490741, - "disposition": "3+1", - "floor": 9, - "area": 71, - "building_type": "Cihlová", - "ownership": "družstevní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-4-hlavni/69708aa7667a2fa3780f8a16/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "690ccaf788a1d2327f0e5d97", - "name": "Prodej bytu 3+kk 100 m²", - "price": 11499000, - "price_formatted": "11 499 000 Kč", - "locality": "Pod Žvahovem, Praha 5 - Hlubočepy", - "lat": 50.04227069, - "lon": 14.39740829, - "disposition": "3+kk", - "floor": 3, - "area": 100, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-5-pod-zvahovem/690ccaf788a1d2327f0e5d97/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "692475015b878ec5d20e6385", - "name": "Prodej bytu 4+kk 77 m²", - "price": 13490000, - "price_formatted": "13 490 000 Kč", - "locality": "Domažlická, Praha 3 - Žižkov", - "lat": 50.0883889, - "lon": 14.4636917, - "disposition": "4+kk", - "floor": 2, - "area": 77, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-3-domazlicka/692475015b878ec5d20e6385/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6983d6bb21d46911fe0cfed1", - "name": "Prodej bytu 3+kk 88 m²", - "price": 13499000, - "price_formatted": "13 499 000 Kč", - "locality": "Plzeňská, Praha 5 - Stodůlky", - "lat": 50.06813850895901, - "lon": 14.350825435515016, - "disposition": "3+kk", - "floor": 5, - "area": 88, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-plzenska/6983d6bb21d46911fe0cfed1/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6942cee203b93084b001160b", - "name": "Prodej bytu 3+1 77 m²", - "price": 12380000, - "price_formatted": "12 380 000 Kč", - "locality": "Čeljabinská, Praha 10 - Vršovice", - "lat": 50.0696703941, - "lon": 14.4698994929, - "disposition": "3+1", - "floor": 7, - "area": 77, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-10-celjabinska/6942cee203b93084b001160b/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6970032b61c7c378c70c6705", - "name": "Prodej bytu 3+1 116 m²", - "price": 11400000, - "price_formatted": "11 400 000 Kč", - "locality": "Legerova, Praha 1 - Vinohrady", - "lat": 50.07541882239689, - "lon": 14.430193224842462, - "disposition": "3+1", - "floor": 5, - "area": 116, - "building_type": "Cihlová", - "ownership": "družstevní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-legerova/6970032b61c7c378c70c6705/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6941cf632ff10124be08ce19", - "name": "Prodej bytu 4+kk 94 m²", - "price": 13499900, - "price_formatted": "13 499 900 Kč", - "locality": "V dolině, Praha 10 - Michle", - "lat": 50.0579944444, - "lon": 14.4682905556, - "disposition": "4+kk", - "floor": 14, - "area": 94, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-10-v-doline/6941cf632ff10124be08ce19/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6810f28277b1c7261f0fc989", - "name": "Prodej bytu 3+kk 87 m²", - "price": 8990000, - "price_formatted": "8 990 000 Kč", - "locality": "Zárybská, Praha 9 - Prosek", - "lat": 50.1232495208, - "lon": 14.5060708524, - "disposition": "3+kk", - "floor": 8, - "area": 87, - "building_type": "1980", - "ownership": "družstevní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-9-zarybska/6810f28277b1c7261f0fc989/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "695cdf5113e97880200d9e62", - "name": "Prodej bytu 3+kk 76 m²", - "price": 11133000, - "price_formatted": "11 133 000 Kč", - "locality": "K Vinoři, Praha 9 - Kbely", - "lat": 50.132835725, - "lon": 14.5613326001, - "disposition": "3+kk", - "floor": 3, - "area": 76, - "building_type": "2026", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-19-k-vinori/695cdf5113e97880200d9e62/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "697f6dfba387e17d910cbde2", - "name": "Prodej bytu 4+kk 237 m²", - "price": 7990000, - "price_formatted": "7 990 000 Kč", - "locality": "Stočesova, Praha 6 - Ruzyně", - "lat": 50.090734241439165, - "lon": 14.298680000217555, - "disposition": "4+kk", - "floor": 6, - "area": 237, - "building_type": "Cihlová", - "ownership": "družstevní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-stocesova/697f6dfba387e17d910cbde2/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "695cdeb1034d53b244074016", - "name": "Prodej bytu 3+kk 76 m²", - "price": 11682000, - "price_formatted": "11 682 000 Kč", - "locality": "K Vinoři, Praha 9 - Kbely", - "lat": 50.132835725, - "lon": 14.5613326001, - "disposition": "3+kk", - "floor": 3, - "area": 76, - "building_type": "2026", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-19-k-vinori/695cdeb1034d53b244074016/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68ecf0a5a99e83e338039d0f", - "name": "Prodej bytu 3+kk 74 m²", - "price": 10972300, - "price_formatted": "10 972 300 Kč", - "locality": "Jáchymovská, Praha 5 - Řeporyje", - "lat": 50.03524802, - "lon": 14.31407393, - "disposition": "3+kk", - "floor": 6, - "area": 74, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-13-jachymovska/68ecf0a5a99e83e338039d0f/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68075ecbf70487b6ff03669d", - "name": "Prodej bytu 3+1 97 m²", - "price": 11399000, - "price_formatted": "11 399 000 Kč", - "locality": "Školní, Praha 4 - Braník", - "lat": 50.037447715751, - "lon": 14.413370087937, - "disposition": "3+1", - "floor": 6, - "area": 97, - "building_type": "1970", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-4-skolni/68075ecbf70487b6ff03669d/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "683efbd9216bbcb8930c0c29", - "name": "Prodej bytu 3+1 99 m²", + "hash_id": "699487a84abe8029bd065570", + "name": "Prodej bytu 3+1 96 m²", "price": 13490000, "price_formatted": "13 490 000 Kč", "locality": "Na Václavce, Praha 5 - Smíchov", "lat": 50.0652882346, "lon": 14.3931192571, "disposition": "3+1", - "floor": 2, - "area": 99, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-5-na-vaclavce/683efbd9216bbcb8930c0c29/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "687a086a0e2786cfbd0697c7", - "name": "Prodej bytu 3+kk 95 m²", - "price": 12990000, - "price_formatted": "12 990 000 Kč", - "locality": "V Zámcích, Praha 8 - Bohnice", - "lat": 50.1397816667, - "lon": 14.3977727778, - "disposition": "3+kk", - "floor": 3, - "area": 95, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-8-v-zamcich/687a086a0e2786cfbd0697c7/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "64edfa5ce31ee12cdb097cf9", - "name": "Prodej bytu 3+kk 74 m²", - "price": 11634400, - "price_formatted": "11 634 400 Kč", - "locality": "Jáchymovská, Praha 5 - Řeporyje", - "lat": 50.03524802, - "lon": 14.31407393, - "disposition": "3+kk", - "floor": 6, - "area": 74, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-13-jachymovska/64edfa5ce31ee12cdb097cf9/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6979eba9b26f8108a60175bb", - "name": "Prodej bytu 3+kk 86 m²", - "price": 12990000, - "price_formatted": "12 990 000 Kč", - "locality": "Starochodovská, Praha 4 - Chodov", - "lat": 50.032271864, - "lon": 14.50034775, - "disposition": "3+kk", "floor": 4, - "area": 86, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-11-starochodovska/6979eba9b26f8108a60175bb/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "698b546761c7c8e3bc031b01", - "name": "Prodej bytu 4+kk 79 m²", - "price": 12026070, - "price_formatted": "12 026 070 Kč", - "locality": "Polabská, Praha 9 - Miškovice", - "lat": 50.154754822523955, - "lon": 14.5378785085802, - "disposition": "4+kk", - "floor": 3, - "area": 79, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-18-polabska/698b546761c7c8e3bc031b01/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "698b547097cbce9dbf0f0af9", - "name": "Prodej bytu 4+kk 79 m²", - "price": 12281850, - "price_formatted": "12 281 850 Kč", - "locality": "Polabská, Praha 9 - Miškovice", - "lat": 50.154754822523955, - "lon": 14.5378785085802, - "disposition": "4+kk", - "floor": 3, - "area": 79, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-18-polabska/698b547097cbce9dbf0f0af9/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "690c2c6ca04e300226094f53", - "name": "Prodej bytu 3+kk 71 m²", - "price": 11594328, - "price_formatted": "11 594 328 Kč", - "locality": "Voskovcova, Praha 5 - Hlubočepy", - "lat": 50.0290438889, - "lon": 14.3641566667, - "disposition": "3+kk", - "floor": 6, - "area": 71, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-5-voskovcova/690c2c6ca04e300226094f53/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "698b53ddb2426abf0e02d136", - "name": "Prodej bytu 3+kk 69 m²", - "price": 10700000, - "price_formatted": "10 700 000 Kč", - "locality": "U tvrze, Praha 10 - Malešice", - "lat": 50.08658908813519, - "lon": 14.513577144557365, - "disposition": "3+kk", - "floor": 4, - "area": 69, - "building_type": "Skeletová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-10-u-tvrze/698b53ddb2426abf0e02d136/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6964ed60f096a6b28e04837d", - "name": "Prodej bytu 3+kk 78 m²", - "price": 13190000, - "price_formatted": "13 190 000 Kč", - "locality": "Poděbradská, Praha 9 - Vysočany", - "lat": 50.1029438889, - "lon": 14.5107822222, - "disposition": "3+kk", - "floor": 4, - "area": 78, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-9-podebradska/6964ed60f096a6b28e04837d/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "690c2c5c27ca75b0da0b8e65", - "name": "Prodej bytu 3+kk 82 m²", - "price": 12379556, - "price_formatted": "12 379 556 Kč", - "locality": "Voskovcova, Praha 5 - Hlubočepy", - "lat": 50.0290438889, - "lon": 14.3641566667, - "disposition": "3+kk", - "floor": 6, - "area": 82, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-5-voskovcova/690c2c5c27ca75b0da0b8e65/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "698638bdceda0b005709e3c4", - "name": "Prodej bytu 3+1 84 m²", - "price": 13390000, - "price_formatted": "13 390 000 Kč", - "locality": "Komunardů, Praha 7 - Holešovice", - "lat": 50.1021675, - "lon": 14.450205, - "disposition": "3+1", - "floor": 8, - "area": 84, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-7-komunardu/698638bdceda0b005709e3c4/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "698b43cb6882bd280e098e48", - "name": "Prodej bytu 3+kk 87 m²", - "price": 10690000, - "price_formatted": "10 690 000 Kč", - "locality": "Vacínova, Praha 8 - Libeň", - "lat": 50.103408, - "lon": 14.478106, - "disposition": "3+kk", - "floor": 6, - "area": 87, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-8-vacinova/698b43cb6882bd280e098e48/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "698b3cdfaee29440820c7928", - "name": "Prodej bytu 3+1 74 m²", - "price": 7988000, - "price_formatted": "7 988 000 Kč", - "locality": "Jarníkova, Praha 4 - Chodov", - "lat": 50.026144893754086, - "lon": 14.491142996659116, - "disposition": "3+1", - "floor": 6, - "area": 74, - "building_type": "1985", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-11-jarnikova/698b3cdfaee29440820c7928/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "698b3c4e7cbe2ad09d0c4425", - "name": "Prodej bytu 3+1 100 m²", - "price": 12499000, - "price_formatted": "12 499 000 Kč", - "locality": "Dětská, Praha 10 - Strašnice", - "lat": 50.0730935, - "lon": 14.4942213, - "disposition": "3+1", - "floor": 4, - "area": 100, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-10-detska/698b3c4e7cbe2ad09d0c4425/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "697b2a85efe7d6d8f1099a57", - "name": "Prodej bytu 3+kk 104 m²", - "price": 11730000, - "price_formatted": "11 730 000 Kč", - "locality": "V Zeleném údolí, Praha 4 - Kunratice", - "lat": 50.02108655214112, - "lon": 14.465924770369325, - "disposition": "3+kk", - "floor": 5, - "area": 104, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-4-v-zelenem-udoli/697b2a85efe7d6d8f1099a57/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6963aacc3c3a46e4390022cf", - "name": "Prodej bytu 3+kk 70 m²", - "price": 11490000, - "price_formatted": "11 490 000 Kč", - "locality": "Na Viktorce, Praha 3 - Žižkov", - "lat": 50.0863422222, - "lon": 14.4825963889, - "disposition": "3+kk", - "floor": 3, - "area": 70, - "building_type": "2006", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-3-na-viktorce/6963aacc3c3a46e4390022cf/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "696e13b61642f47a6a0ba091", - "name": "Prodej bytu 3+1 78 m²", - "price": 11900000, - "price_formatted": "11 900 000 Kč", - "locality": "Budějovická, Praha 4", - "lat": 50.0445698723, - "lon": 14.4499867597, - "disposition": "3+1", - "floor": 4, - "area": 78, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-4-budejovicka/696e13b61642f47a6a0ba091/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "696a1e58272f95dfab0dc215", - "name": "Prodej bytu 3+kk 70 m²", - "price": 13493000, - "price_formatted": "13 493 000 Kč", - "locality": "Leitzova, Praha 5 - Košíře", - "lat": 50.070544, - "lon": 14.358712, - "disposition": "3+kk", - "floor": 6, - "area": 70, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-5-leitzova/696a1e58272f95dfab0dc215/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "67ab29a674692cb029054604", - "name": "Prodej bytu 3+kk 69 m²", - "price": 11250000, - "price_formatted": "11 250 000 Kč", - "locality": "Blažimská, Praha 4 - Chodov", - "lat": 50.04195215, - "lon": 14.49621258, - "disposition": "3+kk", - "floor": 5, - "area": 69, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-11-blazimska/67ab29a674692cb029054604/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6986f3c52b6271b2cd0c021a", - "name": "Prodej bytu 3+1 84 m²", - "price": 12890000, - "price_formatted": "12 890 000 Kč", - "locality": "Valtínovská, Praha 4 - Krč, okres Praha", - "lat": 50.0410919, - "lon": 14.4573488, - "disposition": "3+1", - "floor": 4, - "area": 84, - "building_type": "1981", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-4-valtinovska/6986f3c52b6271b2cd0c021a/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "695cdd593df370d4cf058c06", - "name": "Prodej bytu 3+kk 76 m²", - "price": 11740000, - "price_formatted": "11 740 000 Kč", - "locality": "K Vinoři, Praha 9 - Kbely", - "lat": 50.132835725, - "lon": 14.5613326001, - "disposition": "3+kk", - "floor": 3, - "area": 76, - "building_type": "2026", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-19-k-vinori/695cdd593df370d4cf058c06/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "694548989d4a3d08150b0056", - "name": "Prodej bytu 3+kk 83 m²", - "price": 9700000, - "price_formatted": "9 700 000 Kč", - "locality": "Malkovského, Praha 9 - Letňany", - "lat": 50.1422189219, - "lon": 14.5083567299, - "disposition": "3+kk", - "floor": 6, - "area": 83, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-18-malkovskeho/694548989d4a3d08150b0056/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "687f5ffdcde6239d910fc3a5", - "name": "Prodej bytu 3+kk 76 m²", - "price": 12690000, - "price_formatted": "12 690 000 Kč", - "locality": "Poděbradská, Praha 9 - Hloubětín", - "lat": 50.10429789575332, - "lon": 14.528252715701129, - "disposition": "3+kk", - "floor": 14, - "area": 76, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-podebradska/687f5ffdcde6239d910fc3a5/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6966a83fcc2874c12c02ebf4", - "name": "Prodej bytu 3+1 74 m²", - "price": 8188000, - "price_formatted": "8 188 000 Kč", - "locality": "Jasmínová, Praha 10 - Záběhlice", - "lat": 50.054108714, - "lon": 14.508177373, - "disposition": "3+1", - "floor": 6, - "area": 74, - "building_type": "1965", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-10-jasminova/6966a83fcc2874c12c02ebf4/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6989fd76d9081d192d0aef05", - "name": "Prodej bytu 4+kk 80 m²", - "price": 12054000, - "price_formatted": "12 054 000 Kč", - "locality": "Polabská, Praha 9 - Miškovice", - "lat": 50.154754822523955, - "lon": 14.5378785085802, - "disposition": "4+kk", - "floor": 3, - "area": 80, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-18-polabska/6989fd76d9081d192d0aef05/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6989fd47c54a70435c0d7b47", - "name": "Prodej bytu 3+kk 84 m²", - "price": 12505000, - "price_formatted": "12 505 000 Kč", - "locality": "Zenklova, Praha 8 - Libeň", - "lat": 50.11572428454786, - "lon": 14.468560582109703, - "disposition": "3+kk", - "floor": 7, - "area": 84, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-8-zenklova/6989fd47c54a70435c0d7b47/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "69655258e9dff45515053052", - "name": "Prodej bytu 3+kk 75 m²", - "price": 13295000, - "price_formatted": "13 295 000 Kč", - "locality": "Poděbradská, Praha 9 - Hloubětín", - "lat": 50.103301, - "lon": 14.524847, - "disposition": "3+kk", - "floor": 6, - "area": 75, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-9-podebradska/69655258e9dff45515053052/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "697cd719b904a198b6069f9b", - "name": "Prodej bytu 3+1 84 m²", - "price": 11349087, - "price_formatted": "11 349 087 Kč", - "locality": "Hartigova, Praha 3 - Žižkov", - "lat": 50.0895058333, - "lon": 14.4637413889, - "disposition": "3+1", - "floor": 6, - "area": 84, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-3-hartigova/697cd719b904a198b6069f9b/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "697cd7052458ac10ec08eea0", - "name": "Prodej bytu 3+kk 74 m²", - "price": 10316413, - "price_formatted": "10 316 413 Kč", - "locality": "Hartigova, Praha 3 - Žižkov", - "lat": 50.0895058333, - "lon": 14.4637413889, - "disposition": "3+kk", - "floor": 6, - "area": 74, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-3-hartigova/697cd7052458ac10ec08eea0/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "695cdcf0902f769a9204ca33", - "name": "Prodej bytu 3+kk 75 m²", - "price": 12939000, - "price_formatted": "12 939 000 Kč", - "locality": "K Vinoři, Praha 9 - Kbely", - "lat": 50.132835725, - "lon": 14.5613326001, - "disposition": "3+kk", - "floor": 3, - "area": 75, - "building_type": "2026", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-19-k-vinori/695cdcf0902f769a9204ca33/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68d3b5ac3abb5fb31a058c64", - "name": "Prodej bytu 3+kk 69 m²", - "price": 7250000, - "price_formatted": "7 250 000 Kč", - "locality": "Poděbradská, Praha 9 - Hloubětín", - "lat": 50.10429789575332, - "lon": 14.528252715701129, - "disposition": "3+kk", - "floor": 7, - "area": 69, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-14-podebradska/68d3b5ac3abb5fb31a058c64/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6981bde3d41d109ee600a553", - "name": "Prodej bytu 3+kk 95 m²", - "price": 9990000, - "price_formatted": "9 990 000 Kč", - "locality": "Malkovského, Praha 9 - Letňany", - "lat": 50.140867, - "lon": 14.507361, - "disposition": "3+kk", - "floor": 6, - "area": 95, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-18-malkovskeho/6981bde3d41d109ee600a553/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6981d3b321b779077609a3fb", - "name": "Prodej bytu 3+kk 78 m²", - "price": 11990000, - "price_formatted": "11 990 000 Kč", - "locality": "Sinkulova, Praha 4 - Podolí", - "lat": 50.058435, - "lon": 14.424773, - "disposition": "3+kk", - "floor": 4, - "area": 78, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-4-sinkulova/6981d3b321b779077609a3fb/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "67dafb67f092453d900219d8", - "name": "Prodej bytu 3+kk 69 m²", - "price": 10200000, - "price_formatted": "10 200 000 Kč", - "locality": "Praha", - "lat": 50.060591, - "lon": 14.434184, - "disposition": "3+kk", - "floor": 5, - "area": 69, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha/67dafb67f092453d900219d8/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6989b6b770429d6af80f6d1c", - "name": "Prodej bytu 3+kk 74 m²", - "price": 8490000, - "price_formatted": "8 490 000 Kč", - "locality": "Žabovřeská, Praha 5 - Zbraslav", - "lat": 49.970192499267846, - "lon": 14.385311322107105, - "disposition": "3+kk", - "floor": 3, - "area": 74, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-16-zabovreska/6989b6b770429d6af80f6d1c/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "69415b242cbb83a9900dc4cc", - "name": "Prodej bytu 3+1 96 m²", - "price": 13000000, - "price_formatted": "13 000 000 Kč", - "locality": "5. května, Praha 4 - Nusle", - "lat": 50.055013, - "lon": 14.437956, - "disposition": "3+1", - "floor": 6, "area": 96, - "building_type": "1945", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-4-5-kvetna/69415b242cbb83a9900dc4cc/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "69899f3f7c0dfa91360b0c07", - "name": "Prodej bytu 3+kk 85 m²", - "price": 11157000, - "price_formatted": "11 157 000 Kč", - "locality": "Penízovková, Praha 10 - Pitkovice", - "lat": 50.0133927, - "lon": 14.5829343, - "disposition": "3+kk", - "floor": 4, - "area": 85, - "building_type": "Skeletová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-22-penizovkova/69899f3f7c0dfa91360b0c07/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68ca3fbd4cee6f04800702a8", - "name": "Prodej bytu 3+kk 85 m²", - "price": 9999000, - "price_formatted": "9 999 000 Kč", - "locality": "Jugoslávských partyzánů, Praha 6 - Bubeneč", - "lat": 50.1050618373, - "lon": 14.3950366317, - "disposition": "3+kk", - "floor": 5, - "area": 85, "building_type": "Cihlová", "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-6-jugoslavskych-partyzanu/68ca3fbd4cee6f04800702a8/", + "url": "https://reality.idnes.cz/detail/prodej/byt/praha-5-na-vaclavce/699487a84abe8029bd065570/", "source": "idnes", - "image": "" - }, - { - "hash_id": "696e0bead2c7292a23008129", - "name": "Prodej bytu 4+kk 83 m²", - "price": 11490000, - "price_formatted": "11 490 000 Kč", - "locality": "Fráni Šrámka, Praha 5 - Smíchov", - "lat": 50.069507, - "lon": 14.389555, - "disposition": "4+kk", - "floor": 4, - "area": 83, - "building_type": "Cihlová", - "ownership": "družstevní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-5-frani-sramka/696e0bead2c7292a23008129/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "69891cf869623576170b0328", - "name": "Prodej bytu 3+kk 82 m²", - "price": 12799900, - "price_formatted": "12 799 900 Kč", - "locality": "Žďárská, Praha 8 - Dolní Chabry", - "lat": 50.14318408030535, - "lon": 14.452621254328445, - "disposition": "3+kk", - "floor": 5, - "area": 82, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-8-zdarska/69891cf869623576170b0328/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "69891cbb69361301480ec4d8", - "name": "Prodej bytu 3+kk 83 m²", - "price": 13290900, - "price_formatted": "13 290 900 Kč", - "locality": "Ládevská, Praha 8 - Dolní Chabry", - "lat": 50.14469416016799, - "lon": 14.451626399462926, - "disposition": "3+kk", - "floor": 5, - "area": 83, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-8-ladevska/69891cbb69361301480ec4d8/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6978cbd2ecadae004f0aba9b", - "name": "Prodej bytu 3+kk 76 m²", - "price": 10850000, - "price_formatted": "10 850 000 Kč", - "locality": "Boloňská, Praha 10 - Horní Měcholupy", - "lat": 50.04801380155416, - "lon": 14.559418454408725, - "disposition": "3+kk", - "floor": 4, - "area": 76, - "building_type": "2025", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-15-bolonska/6978cbd2ecadae004f0aba9b/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68481f9f9cca55599909cbab", - "name": "Prodej bytu 6+ 77 m²", - "price": 7390000, - "price_formatted": "7 390 000 Kč", - "locality": "Jana Zajíce, Praha 7 - Bubeneč, okres Praha", - "lat": 50.1006775, - "lon": 14.4174061, - "disposition": "6+", - "floor": 6, - "area": 77, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-7-jana-zajice/68481f9f9cca55599909cbab/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "698605d6ade0dff22d04e889", - "name": "Prodej bytu 3+kk 79 m²", - "price": 10900000, - "price_formatted": "10 900 000 Kč", - "locality": "U tvrze, Praha 10 - Malešice", - "lat": 50.08658908813519, - "lon": 14.513577144557365, - "disposition": "3+kk", - "floor": 4, - "area": 79, - "building_type": "Skeletová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-10-u-tvrze/698605d6ade0dff22d04e889/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6957c892680181fcc60b0fcc", - "name": "Prodej bytu 3+kk 81 m²", - "price": 13100000, - "price_formatted": "13 100 000 Kč", - "locality": "V Předním Hloubětíně, Praha 9 - Vysočany", - "lat": 50.104130977412694, - "lon": 14.515103987197646, - "disposition": "3+kk", - "floor": 9, - "area": 81, - "building_type": "2025", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-9-v-prednim-hloubetine/6957c892680181fcc60b0fcc/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68b9880cbd080a3bb707ea53", - "name": "Prodej bytu 3+1 80 m²", - "price": 8800000, - "price_formatted": "8 800 000 Kč", - "locality": "Pod lysinami, Praha 4 - Hodkovičky", - "lat": 50.02155542343411, - "lon": 14.41251915189411, - "disposition": "3+1", - "floor": 3, - "area": 80, - "building_type": "1990", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-4-pod-lysinami/68b9880cbd080a3bb707ea53/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6985e224d980959cd40a293b", - "name": "Prodej bytu 3+kk 85 m²", - "price": 12950000, - "price_formatted": "12 950 000 Kč", - "locality": "Jateční, Praha 7 - Holešovice", - "lat": 50.100844, - "lon": 14.448587, - "disposition": "3+kk", - "floor": 6, - "area": 85, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-7-jatecni/6985e224d980959cd40a293b/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6987b67a0b23ad1de903e5cb", - "name": "Prodej bytu 3+1 70 m²", - "price": 8500000, - "price_formatted": "8 500 000 Kč", - "locality": "Prosecká, Praha 9 - Prosek", - "lat": 50.12128630947278, - "lon": 14.503441295020448, - "disposition": "3+1", - "floor": null, - "area": 70, - "building_type": "neuvedeno", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-9-prosecka/6987b67a0b23ad1de903e5cb/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6876610da6e6ea5185089f67", - "name": "Prodej bytu 3+1 79 m²", - "price": 8699000, - "price_formatted": "8 699 000 Kč", - "locality": "Lovosická, Praha 9 - Prosek", - "lat": 50.125168379, - "lon": 14.503832218, - "disposition": "3+1", - "floor": 8, - "area": 79, - "building_type": "1970", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-9-lovosicka/6876610da6e6ea5185089f67/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6811d577e992a9b5e600a509", - "name": "Prodej bytu 3+kk 77 m²", - "price": 4991300, - "price_formatted": "4 991 300 Kč", - "locality": "Gollové, Praha 5 - Hlubočepy", - "lat": 50.0284702528, - "lon": 14.3601029166, - "disposition": "3+kk", - "floor": 3, - "area": 77, - "building_type": "Cihlová", - "ownership": "družstevní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-5-gollove/6811d577e992a9b5e600a509/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "695c296806b8c1f1f40ad6a8", - "name": "Prodej bytu 3+1 86 m²", - "price": 9970000, - "price_formatted": "9 970 000 Kč", - "locality": "Šumperská, Praha 9 - Letňany", - "lat": 50.136751, - "lon": 14.508588, - "disposition": "3+1", - "floor": 6, - "area": 86, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-18-sumperska/695c296806b8c1f1f40ad6a8/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "697526bb0d283e3abe0b1427", - "name": "Prodej bytu 3+kk 83 m²", - "price": 12950000, - "price_formatted": "12 950 000 Kč", - "locality": "Holubí, Praha 6 - Suchdol", - "lat": 50.133282, - "lon": 14.367061, - "disposition": "3+kk", - "floor": 5, - "area": 83, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-6-holubi/697526bb0d283e3abe0b1427/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "69848c9efebf0fa22601f2a5", - "name": "Prodej bytu 3+kk 81 m²", - "price": 10991201, - "price_formatted": "10 991 201 Kč", - "locality": "Poděbradská, Praha 9 - Hloubětín", - "lat": 50.1031867, - "lon": 14.5211887, - "disposition": "3+kk", - "floor": 11, - "area": 81, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-9-podebradska/69848c9efebf0fa22601f2a5/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "698482652ff68fb6f501c734", - "name": "Prodej bytu 3+kk 82 m²", - "price": 9580000, - "price_formatted": "9 580 000 Kč", - "locality": "Otavská, Praha 9 - Čakovice", - "lat": 50.1488571, - "lon": 14.5233116, - "disposition": "3+kk", - "floor": 4, - "area": 82, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-18-otavska/698482652ff68fb6f501c734/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68f56dd4c22ae1e5fe060874", - "name": "Prodej bytu 3+kk 264 m²", - "price": 3000000, - "price_formatted": "3 000 000 Kč", - "locality": "Sanderova, Praha 7 - Holešovice", - "lat": 50.10521135880409, - "lon": 14.458393093485842, - "disposition": "3+kk", - "floor": 2, - "area": 264, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-7-sanderova/68f56dd4c22ae1e5fe060874/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6960e610326c8e2aa50b0e25", - "name": "Prodej bytu 3+kk 80 m²", - "price": 12990000, - "price_formatted": "12 990 000 Kč", - "locality": "Krnkova, Praha", - "lat": 50.056095198944, - "lon": 14.467427477184, - "disposition": "3+kk", - "floor": 6, - "area": 80, - "building_type": "2020", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-krnkova/6960e610326c8e2aa50b0e25/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "697bbfd2805b3b8cf20cc949", - "name": "Prodej bytu 3+kk 78 m²", - "price": 12180000, - "price_formatted": "12 180 000 Kč", - "locality": "Dělnická, Praha 7 - Holešovice", - "lat": 50.103254417, - "lon": 14.45019749, - "disposition": "3+kk", - "floor": 7, - "area": 78, - "building_type": "1938", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-7-delnicka/697bbfd2805b3b8cf20cc949/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "69837a2678762ad9e50a8416", - "name": "Prodej bytu 4+kk 86 m²", - "price": 11790000, - "price_formatted": "11 790 000 Kč", - "locality": "Píškova, Praha 5 - Stodůlky", - "lat": 50.042857667, - "lon": 14.333192042, - "disposition": "4+kk", - "floor": 7, - "area": 86, - "building_type": "1990", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-13-piskova/69837a2678762ad9e50a8416/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68505c4e3fa80133e9060f59", - "name": "Prodej bytu 3+kk 73 m²", - "price": 10100000, - "price_formatted": "10 100 000 Kč", - "locality": "Nučická, Praha 10 - Strašnice", - "lat": 50.066798211942, - "lon": 14.497653287123, - "disposition": "3+kk", - "floor": 4, - "area": 73, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-10-nucicka/68505c4e3fa80133e9060f59/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6870ee1db06e4ed0ce06efa6", - "name": "Prodej bytu 3+kk 83 m²", - "price": 11380000, - "price_formatted": "11 380 000 Kč", - "locality": "Prouzova, Praha 9 - Vysočany", - "lat": 50.11050876627416, - "lon": 14.503855832724124, - "disposition": "3+kk", - "floor": 4, - "area": 83, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-9-prouzova/6870ee1db06e4ed0ce06efa6/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "698331995f61e008ea0b2f7f", - "name": "Prodej bytu 4+kk 120 m²", - "price": 4990000, - "price_formatted": "4 990 000 Kč", - "locality": "Honzíkova, Praha 10 - Dolní Měcholupy", - "lat": 50.06753288666939, - "lon": 14.554144510753238, - "disposition": "4+kk", - "floor": 7, - "area": 120, - "building_type": "Smíšená", - "ownership": "družstevní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-15-honzikova/698331995f61e008ea0b2f7f/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68d124be47b7cf10fd005d17", - "name": "Prodej bytu 5+kk 113 m²", - "price": 5189000, - "price_formatted": "5 189 000 Kč", - "locality": "Praha 4 - Chodov", - "lat": 50.03514693187853, - "lon": 14.505833268562736, - "disposition": "5+kk", - "floor": 12, - "area": 113, - "building_type": "Smíšená", - "ownership": "družstevní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha/68d124be47b7cf10fd005d17/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6967af4782eb64778a0c77ae", - "name": "Prodej bytu 4+kk 125 m²", - "price": 3799037, - "price_formatted": "3 799 037 Kč", - "locality": "Honzíkova, Praha 10 - Dolní Měcholupy", - "lat": 50.06753288666939, - "lon": 14.554144510753238, - "disposition": "4+kk", - "floor": 6, - "area": 125, - "building_type": "Smíšená", - "ownership": "družstevní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-15-honzikova/6967af4782eb64778a0c77ae/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "697cf38bf8e9a728eb0c8168", - "name": "Prodej bytu 4+kk 104 m²", - "price": 3999999, - "price_formatted": "3 999 999 Kč", - "locality": "náměstí Olgy Scheinpflugové, Praha 5 - Hlubočepy", - "lat": 50.03019039117059, - "lon": 14.362089417523057, - "disposition": "4+kk", - "floor": 6, - "area": 104, - "building_type": "Cihlová", - "ownership": "družstevní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-namesti-olgy-scheinpflugove/697cf38bf8e9a728eb0c8168/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "697b5ac091ee99efb80860f9", - "name": "Prodej bytu 3+1 74 m²", - "price": 9600000, - "price_formatted": "9 600 000 Kč", - "locality": "Dolákova, Praha 8 - Bohnice", - "lat": 50.134416657, - "lon": 14.409806899, - "disposition": "3+1", - "floor": 4, - "area": 74, - "building_type": "1980", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-8-dolakova/697b5ac091ee99efb80860f9/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "69830b24473e01f4cf0c7438", - "name": "Prodej bytu 3+kk 75 m²", - "price": 12999000, - "price_formatted": "12 999 000 Kč", - "locality": "Babická, Praha 4 - Chodov", - "lat": 50.040405, - "lon": 14.498413, - "disposition": "3+kk", - "floor": 5, - "area": 75, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-11-babicka/69830b24473e01f4cf0c7438/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "69830acbc71e74d8d20729d4", - "name": "Prodej bytu 3+kk 82 m²", - "price": 13500000, - "price_formatted": "13 500 000 Kč", - "locality": "V Předním Hloubětíně, Praha 9 - Vysočany", - "lat": 50.104130977412694, - "lon": 14.515103987197646, - "disposition": "3+kk", - "floor": 9, - "area": 82, - "building_type": "2024", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-9-v-prednim-hloubetine/69830acbc71e74d8d20729d4/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6859393a57fe2ea99e09a067", - "name": "Prodej bytu 3+1 88 m²", - "price": 9350000, - "price_formatted": "9 350 000 Kč", - "locality": "Cementářská, Praha 5 - Lochkov", - "lat": 50.0034203152, - "lon": 14.3523860807, - "disposition": "3+1", - "floor": 3, - "area": 88, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-16-cementarska/6859393a57fe2ea99e09a067/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "690064161935a2da550ff094", - "name": "Prodej bytu 4+kk 102 m²", - "price": 12230000, - "price_formatted": "12 230 000 Kč", - "locality": "Netlucká, Praha 10 - Dubeč", - "lat": 50.061521, - "lon": 14.595706, - "disposition": "4+kk", - "floor": 3, - "area": 102, - "building_type": "Skeletová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-15-netlucka/690064161935a2da550ff094/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6980759b55a5d945890fbd26", - "name": "Prodej bytu 3+1 76 m²", - "price": 10990000, - "price_formatted": "10 990 000 Kč", - "locality": "Na Černém vrchu, Praha 5 - Smíchov", - "lat": 50.068666900703, - "lon": 14.389450912217, - "disposition": "3+1", - "floor": 5, - "area": 76, - "building_type": "1971", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-5-na-cernem-vrchu/6980759b55a5d945890fbd26/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "698066fe3855df99ad06bfd6", - "name": "Prodej bytu 3+kk 85 m²", - "price": 11499000, - "price_formatted": "11 499 000 Kč", - "locality": "Na Dědince, Praha 8 - Libeň", - "lat": 50.115683, - "lon": 14.472486, - "disposition": "3+kk", - "floor": 5, - "area": 85, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-8-na-dedince/698066fe3855df99ad06bfd6/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "69805d745f45c0b75e02a44f", - "name": "Prodej bytu 3+kk 72 m²", - "price": 11600000, - "price_formatted": "11 600 000 Kč", - "locality": "Kolbenova, Praha 9 - Vysočany, okres Praha", - "lat": 50.1113205, - "lon": 14.5106859, - "disposition": "3+kk", - "floor": 6, - "area": 72, - "building_type": "2024", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-9-kolbenova/69805d745f45c0b75e02a44f/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "698042a1e6b3602ae00816ab", - "name": "Prodej bytu 3+kk 102 m²", - "price": 12800000, - "price_formatted": "12 800 000 Kč", - "locality": "Šlechtitelská, Praha 9 - Klánovice", - "lat": 50.099662, - "lon": 14.673859, - "disposition": "3+kk", - "floor": 4, - "area": 102, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-21-slechtitelska/698042a1e6b3602ae00816ab/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6978927373abe5947a07a889", - "name": "Prodej bytu 4+kk 97 m²", - "price": 8990000, - "price_formatted": "8 990 000 Kč", - "locality": "Rohožnická, Praha 9 - Újezd nad Lesy", - "lat": 50.070702653, - "lon": 14.677487298, - "disposition": "4+kk", - "floor": 5, - "area": 97, - "building_type": "2003", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-21-rohoznicka/6978927373abe5947a07a889/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "690f2ccd1fe9675eb0013bee", - "name": "Prodej bytu 3+kk 71 m²", - "price": 11990000, - "price_formatted": "11 990 000 Kč", - "locality": "Pod Harfou, Praha 9 - Vysočany", - "lat": 50.103845, - "lon": 14.508692, - "disposition": "3+kk", - "floor": 15, - "area": 71, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-9-pod-harfou/690f2ccd1fe9675eb0013bee/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "696e54943b8203c996011547", - "name": "Prodej bytu 4+kk 84 m²", - "price": 11990000, - "price_formatted": "11 990 000 Kč", - "locality": "Karla Guta, Praha 10 - Uhříněves", - "lat": 50.030126, - "lon": 14.59409, - "disposition": "4+kk", - "floor": 5, - "area": 84, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-22-karla-guta/696e54943b8203c996011547/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6909f575ce67e265cc05f137", - "name": "Prodej bytu 4+kk 113 m²", - "price": 13350000, - "price_formatted": "13 350 000 Kč", - "locality": "Ocelkova, Praha 9 - Černý Most", - "lat": 50.102634891, - "lon": 14.572014611, - "disposition": "4+kk", - "floor": 6, - "area": 113, - "building_type": "2010", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-14-ocelkova/6909f575ce67e265cc05f137/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "697dce0b6e0417dd18064a72", - "name": "Prodej bytu 3+kk 70 m²", - "price": 12200000, - "price_formatted": "12 200 000 Kč", - "locality": "Klausova, Praha 5 - Stodůlky", - "lat": 50.0370204, - "lon": 14.3432643, - "disposition": "3+kk", - "floor": 6, - "area": 70, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-13-klausova/697dce0b6e0417dd18064a72/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "697c8e77d0410b0eea088d49", - "name": "Prodej bytu 4+1 103 m²", - "price": 12990000, - "price_formatted": "12 990 000 Kč", - "locality": "Praha 4 - Krč", - "lat": 50.040960259, - "lon": 14.448237602, - "disposition": "4+1", - "floor": 3, - "area": 103, - "building_type": "1986", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha/697c8e77d0410b0eea088d49/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "69034d42e07d3186210f8a27", - "name": "Prodej bytu 3+kk 87 m²", - "price": 12820000, - "price_formatted": "12 820 000 Kč", - "locality": "Českobrodská, Praha 9 - Hrdlořezy", - "lat": 50.092051, - "lon": 14.509862, - "disposition": "3+kk", - "floor": 4, - "area": 87, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-9-ceskobrodska/69034d42e07d3186210f8a27/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "697cabcd53499453ac0fc91d", - "name": "Prodej bytu 3+kk 74 m²", - "price": 9990000, - "price_formatted": "9 990 000 Kč", - "locality": "Bermanova, Praha 9 - Čakovice", - "lat": 50.1561898973769, - "lon": 14.517371204277774, - "disposition": "3+kk", - "floor": 3, - "area": 74, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-18-bermanova/697cabcd53499453ac0fc91d/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "697ca9b3dd8ec8221109c96b", - "name": "Prodej bytu 3+kk 91 m²", - "price": 10480000, - "price_formatted": "10 480 000 Kč", - "locality": "Danielova, Praha 9 - Čakovice", - "lat": 50.153612476149505, - "lon": 14.530496528958862, - "disposition": "3+kk", - "floor": 4, - "area": 91, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-18-danielova/697ca9b3dd8ec8221109c96b/", - "source": "idnes", - "image": "" + "image": "", + "scraped_at": "2026-02-25" }, { "hash_id": "697c7e54d08e16f19902d777", @@ -2751,3117 +104,187 @@ "ownership": "osobní", "url": "https://reality.idnes.cz/detail/prodej/byt/praha-4-zilinska/697c7e54d08e16f19902d777/", "source": "idnes", - "image": "" + "image": "", + "scraped_at": "2026-02-25" }, { - "hash_id": "68456197455fb0f8cf0b85d8", - "name": "Prodej bytu 3+kk 106 m²", - "price": 12490000, - "price_formatted": "12 490 000 Kč", - "locality": "Na Plískavě, Praha 10 - Hostivař", - "lat": 50.051745, - "lon": 14.526683, - "disposition": "3+kk", - "floor": 5, - "area": 106, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-15-na-pliskave/68456197455fb0f8cf0b85d8/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "686e73b278a9f9f7fc0d637b", - "name": "Prodej bytu 3+kk 92 m²", - "price": 11890000, - "price_formatted": "11 890 000 Kč", - "locality": "Semická, Praha 4 - Modřany", - "lat": 49.9980655556, - "lon": 14.4180480556, - "disposition": "3+kk", - "floor": 7, - "area": 92, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-12-semicka/686e73b278a9f9f7fc0d637b/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6926ccbb72770e28fc0471c4", - "name": "Prodej bytu 3+kk 84 m²", - "price": 10590000, - "price_formatted": "10 590 000 Kč", - "locality": "Ke Tvrzi, Praha 10 - Královice", - "lat": 50.039064, - "lon": 14.638628, - "disposition": "3+kk", - "floor": 3, - "area": 84, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-22-ke-tvrzi/6926ccbb72770e28fc0471c4/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "69006b022d29e339ce0d2537", - "name": "Prodej bytu 3+kk 88 m²", - "price": 10999999, - "price_formatted": "10 999 999 Kč", - "locality": "Tehovská, Praha 10 - Strašnice", - "lat": 50.0665258639, - "lon": 14.5059953425, - "disposition": "3+kk", - "floor": 3, - "area": 88, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-10-tehovska/69006b022d29e339ce0d2537/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "697afd805886cb146003dbaa", - "name": "Prodej bytu 3+kk 71 m²", - "price": 12990000, - "price_formatted": "12 990 000 Kč", - "locality": "V korytech, Praha 10 - Záběhlice", - "lat": 50.0545287216, - "lon": 14.490030395, - "disposition": "3+kk", - "floor": 4, - "area": 71, - "building_type": "2020", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-10-v-korytech/697afd805886cb146003dbaa/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "697ab12d7b92422fc10a3b57", - "name": "Prodej bytu 4+1 97 m²", - "price": 11790000, - "price_formatted": "11 790 000 Kč", - "locality": "Praha 7", - "lat": 50.08455185632672, - "lon": 14.417781214403561, - "disposition": "4+1", - "floor": 5, - "area": 97, - "building_type": "Cihlová", - "ownership": "družstevní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-7/697ab12d7b92422fc10a3b57/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "697a0a0dd394b0854909e083", - "name": "Prodej bytu 3+kk 72 m²", - "price": 12295360, - "price_formatted": "12 295 360 Kč", - "locality": "Komárkova, Praha 4 - Chodov", - "lat": 50.036015, - "lon": 14.4808868, - "disposition": "3+kk", - "floor": 7, - "area": 72, - "building_type": "2026", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-11-komarkova/697a0a0dd394b0854909e083/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6979fbb9055273e9a50b95bb", - "name": "Prodej bytu 3+1 76 m²", - "price": 8300000, - "price_formatted": "8 300 000 Kč", - "locality": "Zrzavého, Praha 6 - Řepy", - "lat": 50.06709960074502, - "lon": 14.310593411134988, - "disposition": "3+1", - "floor": 9, - "area": 76, - "building_type": "1989", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-17-zrzaveho/6979fbb9055273e9a50b95bb/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "689b4cb5c8a953cb510b078b", - "name": "Prodej bytu 3+kk 86 m²", - "price": 11900000, - "price_formatted": "11 900 000 Kč", - "locality": "Semická, Praha 4 - Modřany", - "lat": 49.9980514935, - "lon": 14.4185178809, - "disposition": "3+kk", - "floor": 2, - "area": 86, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-12-semicka/689b4cb5c8a953cb510b078b/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6921b8171dc74755460e08e6", - "name": "Prodej bytu 4+kk 76 m²", - "price": 8598000, - "price_formatted": "8 598 000 Kč", - "locality": "Bělčická, Praha 4 - Záběhlice", - "lat": 50.046977458141995, - "lon": 14.490076431213465, - "disposition": "4+kk", - "floor": 9, - "area": 76, - "building_type": "Cihlová", - "ownership": "družstevní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-4-belcicka/6921b8171dc74755460e08e6/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "69639eaaa8bf17e931001766", - "name": "Prodej bytu 3+kk 99 m²", - "price": 11500000, - "price_formatted": "11 500 000 Kč", - "locality": "Heydukova, Praha 8 - Libeň", - "lat": 50.102847, - "lon": 14.4760357, - "disposition": "3+kk", - "floor": 5, - "area": 99, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-8-heydukova/69639eaaa8bf17e931001766/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "697772e4e78b8c6d3700be16", - "name": "Prodej bytu 3+1 74 m²", - "price": 9090000, - "price_formatted": "9 090 000 Kč", - "locality": "Na hroudě, Praha 10 - Strašnice, okres Praha", - "lat": 50.070694, - "lon": 14.4870958, - "disposition": "3+1", - "floor": 5, - "area": 74, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-10-na-hroude/697772e4e78b8c6d3700be16/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "69773efb7804cee2c9056bb5", - "name": "Prodej bytu 3+1 83 m²", - "price": 11500000, - "price_formatted": "11 500 000 Kč", - "locality": "U smaltovny, Praha 7 - Holešovice", - "lat": 50.10247009348005, - "lon": 14.436090615062689, - "disposition": "3+1", - "floor": 9, - "area": 83, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-7-u-smaltovny/69773efb7804cee2c9056bb5/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68348082882f7786e20679b4", - "name": "Prodej bytu 3+1 74 m²", - "price": 11200000, - "price_formatted": "11 200 000 Kč", - "locality": "Velehradská, Praha 3 - Vinohrady", - "lat": 50.0792134, - "lon": 14.4536155, - "disposition": "3+1", - "floor": 5, - "area": 74, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-3-velehradska/68348082882f7786e20679b4/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6964f4564db636775601d691", - "name": "Prodej bytu 3+kk 104 m²", - "price": 12580000, - "price_formatted": "12 580 000 Kč", - "locality": "V Zeleném údolí, Praha 4 - Kunratice", - "lat": 50.02108655214112, - "lon": 14.465924770369325, - "disposition": "3+kk", - "floor": 5, - "area": 104, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-4-v-zelenem-udoli/6964f4564db636775601d691/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68c3c5153fb0421d1402cba8", - "name": "Prodej bytu 3+1 77 m²", - "price": 11490000, - "price_formatted": "11 490 000 Kč", - "locality": "Na výšinách, Praha 7 - Bubeneč", - "lat": 50.100366, - "lon": 14.41832, - "disposition": "3+1", - "floor": 6, - "area": 77, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-7-na-vysinach/68c3c5153fb0421d1402cba8/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "69296efd623dd1024009db18", - "name": "Prodej bytu 3+1 69 m²", - "price": 9750000, - "price_formatted": "9 750 000 Kč", - "locality": "náměstí Bořislavka, Praha 6 - Dejvice", - "lat": 50.097791408, - "lon": 14.3683984113, - "disposition": "3+1", - "floor": 4, - "area": 69, - "building_type": "1970", - "ownership": "družstevní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-6-namesti-borislavka/69296efd623dd1024009db18/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "697344279e001f3a8e00f963", - "name": "Prodej bytu 3+1 78 m²", - "price": 7980000, - "price_formatted": "7 980 000 Kč", - "locality": "Bryksova, Praha 9 - Černý Most", - "lat": 50.1039232444, - "lon": 14.5852090381, - "disposition": "3+1", - "floor": 10, - "area": 78, - "building_type": "1990", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-14-bryksova/697344279e001f3a8e00f963/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "689f21925cc721190d023780", - "name": "Prodej bytu 3+kk 71 m²", - "price": 7250000, - "price_formatted": "7 250 000 Kč", - "locality": "náměstí U lípy svobody, Praha 10 - Dubeč", - "lat": 50.062946777, - "lon": 14.594689398, - "disposition": "3+kk", - "floor": 3, - "area": 71, - "building_type": "1980", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-15-namesti-u-lipy-svobody/689f21925cc721190d023780/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6970d7a01a66a3d23b01c93c", - "name": "Prodej bytu 3+kk 87 m²", - "price": 7900000, - "price_formatted": "7 900 000 Kč", - "locality": "Bryksova, Praha 9 - Černý Most", - "lat": 50.106037053674, - "lon": 14.58124539512, - "disposition": "3+kk", - "floor": 6, - "area": 87, - "building_type": "neuvedeno", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-14-bryksova/6970d7a01a66a3d23b01c93c/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6970cdb4c505f34c4d0788f3", - "name": "Prodej bytu 3+kk 75 m²", - "price": 13390000, - "price_formatted": "13 390 000 Kč", - "locality": "Waltariho, Praha 9 - Hloubětín", - "lat": 50.1076717, - "lon": 14.5248559, - "disposition": "3+kk", - "floor": 6, - "area": 75, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-9-waltariho/6970cdb4c505f34c4d0788f3/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68edf6d0d7a5b31d47070b23", - "name": "Prodej bytu 4+kk 97 m²", - "price": 4595524, - "price_formatted": "4 595 524 Kč", - "locality": "Sedlářova, Praha 9 - Kbely", - "lat": 50.13010505703291, - "lon": 14.535304985309535, - "disposition": "4+kk", - "floor": 6, - "area": 97, - "building_type": "Smíšená", - "ownership": "družstevní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-sedlarova/68edf6d0d7a5b31d47070b23/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6970a3654fa485790006edef", - "name": "Prodej bytu 3+kk 109 m²", - "price": 11900000, - "price_formatted": "11 900 000 Kč", - "locality": "Pýchavková, Praha 10 - Pitkovice", - "lat": 50.016738, - "lon": 14.582249, - "disposition": "3+kk", - "floor": 4, - "area": 109, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-22-pychavkova/6970a3654fa485790006edef/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "696fb757b4fda47fea0edaaa", - "name": "Prodej bytu 3+1 84 m²", - "price": 12980000, - "price_formatted": "12 980 000 Kč", - "locality": "Novákových, Praha 8 - Libeň", - "lat": 50.103270204564, - "lon": 14.474682182456, - "disposition": "3+1", - "floor": 5, - "area": 84, - "building_type": "neuvedeno", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-8-novakovych/696fb757b4fda47fea0edaaa/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "696f84de85662bba5c061b76", - "name": "Prodej bytu 3+kk 105 m²", - "price": 11500000, - "price_formatted": "11 500 000 Kč", - "locality": "Křesomyslova, Praha 4 - Nusle", - "lat": 50.06475423164972, - "lon": 14.438525392861202, - "disposition": "3+kk", - "floor": 5, - "area": 105, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-4-kresomyslova/696f84de85662bba5c061b76/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "696f62c341f814489e056e57", - "name": "Prodej bytu 3+1 95 m²", - "price": 10990000, - "price_formatted": "10 990 000 Kč", - "locality": "Černokostelecká, Praha 10 - Strašnice", - "lat": 50.0774815678, - "lon": 14.5058865398, - "disposition": "3+1", - "floor": 4, - "area": 95, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-10-cernokostelecka/696f62c341f814489e056e57/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "69495591f1fb3568e60972df", - "name": "Prodej bytu 3+kk 74 m²", - "price": 11900000, - "price_formatted": "11 900 000 Kč", - "locality": "Svitákova, Praha 5 - Stodůlky", - "lat": 50.0475907, - "lon": 14.30249, - "disposition": "3+kk", - "floor": 6, - "area": 74, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-13-svitakova/69495591f1fb3568e60972df/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "696e8707ddf58ced740be041", - "name": "Prodej bytu 3+1 70 m²", - "price": 11250000, - "price_formatted": "11 250 000 Kč", - "locality": "Zeyerova alej, Praha 6 - Břevnov", - "lat": 50.08465185, - "lon": 14.3400265, - "disposition": "3+1", - "floor": 4, - "area": 70, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-6-zeyerova-alej/696e8707ddf58ced740be041/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "696e31741f16d964b202d4f9", - "name": "Prodej bytu 3+1 79 m²", - "price": 11290000, - "price_formatted": "11 290 000 Kč", - "locality": "Jugoslávských partyzánů, Praha 6 - Bubeneč", - "lat": 50.107974, - "lon": 14.394898, - "disposition": "3+1", - "floor": 6, - "area": 79, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-6-jugoslavskych-partyzanu/696e31741f16d964b202d4f9/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "696e25b46546fcb0340018a4", - "name": "Prodej bytu 3+kk 72 m²", - "price": 10990000, - "price_formatted": "10 990 000 Kč", - "locality": "Pod Marjánkou, Praha 6 - Břevnov", - "lat": 50.08438, - "lon": 14.372257, - "disposition": "3+kk", - "floor": 6, - "area": 72, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-6-pod-marjankou/696e25b46546fcb0340018a4/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "696e0059a0a80fe9bf0e70ad", - "name": "Prodej bytu 3+kk 78 m²", - "price": 11144021, - "price_formatted": "11 144 021 Kč", - "locality": "Lodžská, Praha 8 - Bohnice", - "lat": 50.1307587008, - "lon": 14.4232492973, - "disposition": "3+kk", - "floor": 6, - "area": 78, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-8-lodzska/696e0059a0a80fe9bf0e70ad/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "691826dd62cb4f87340c2252", - "name": "Prodej bytu 3+kk 86 m²", - "price": 11490000, - "price_formatted": "11 490 000 Kč", - "locality": "Spojovací, Praha 9 - Vysočany", - "lat": 50.10017548390078, - "lon": 14.492078958851959, - "disposition": "3+kk", - "floor": 2, - "area": 86, - "building_type": "2025", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-9-spojovaci/691826dd62cb4f87340c2252/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "696ca8d139b07cf49203e5e4", - "name": "Prodej bytu 3+kk 78 m²", - "price": 3990000, - "price_formatted": "3 990 000 Kč", - "locality": "náměstí Olgy Scheinpflugové, Praha 5 - Hlubočepy", - "lat": 50.029734, - "lon": 14.361686, - "disposition": "3+kk", - "floor": 6, - "area": 78, - "building_type": "Cihlová", - "ownership": "družstevní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-5-namesti-olgy-scheinpflugove/696ca8d139b07cf49203e5e4/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "692d4c7690915722e8057a0f", - "name": "Prodej bytu 3+kk 88 m²", - "price": 13390000, - "price_formatted": "13 390 000 Kč", - "locality": "K Beranovu, Praha 8 - Dolní Chabry", - "lat": 50.1396564919, - "lon": 14.4460958173, - "disposition": "3+kk", - "floor": 5, - "area": 88, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-8-k-beranovu/692d4c7690915722e8057a0f/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "696bfacab30738c42304de6a", - "name": "Prodej bytu 3+kk 70 m²", - "price": 11890000, - "price_formatted": "11 890 000 Kč", - "locality": "Argentinská, Praha 7 - Holešovice", - "lat": 50.1026043, - "lon": 14.4435365, - "disposition": "3+kk", - "floor": 7, - "area": 70, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-7-argentinska/696bfacab30738c42304de6a/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "696bc167bdbf107f20027335", - "name": "Prodej bytu 3+1 83 m²", - "price": 8590000, - "price_formatted": "8 590 000 Kč", - "locality": "Přecechtělova, Praha 5 - Stodůlky", - "lat": 50.0368082201, - "lon": 14.3426995583, - "disposition": "3+1", - "floor": 8, - "area": 83, - "building_type": "1990", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-13-precechtelova/696bc167bdbf107f20027335/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "696b84c86ca72cae210416c9", - "name": "Prodej bytu 3+kk 83 m²", - "price": 12887000, - "price_formatted": "12 887 000 Kč", - "locality": "Šífařská, Praha 4 - Hodkovičky", - "lat": 50.0205315102448, - "lon": 14.402942804862954, - "disposition": "3+kk", - "floor": 8, - "area": 83, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-4-sifarska/696b84c86ca72cae210416c9/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "696b7bf034638bdf1109946a", - "name": "Prodej bytu 4+kk 76 m²", - "price": 9390000, - "price_formatted": "9 390 000 Kč", - "locality": "Valentova, Praha 4 - Chodov", - "lat": 50.032195175479686, - "lon": 14.506163873859355, - "disposition": "4+kk", - "floor": 10, - "area": 76, - "building_type": "neuvedeno", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-11-valentova/696b7bf034638bdf1109946a/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "696b6e32392dfac6a90a4fa5", - "name": "Prodej bytu 4+kk 86 m²", - "price": 11990000, - "price_formatted": "11 990 000 Kč", - "locality": "Sušilova, Praha 10 - Uhříněves", - "lat": 50.032081, - "lon": 14.5885148, - "disposition": "4+kk", - "floor": 4, - "area": 86, - "building_type": "Skeletová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-22-susilova/696b6e32392dfac6a90a4fa5/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "690e1edfd781fda3dd03599d", - "name": "Prodej bytu 4+kk 77 m²", - "price": 12840000, - "price_formatted": "12 840 000 Kč", - "locality": "Na výšinách, Praha 7 - Bubeneč", - "lat": 50.100366, - "lon": 14.41832, - "disposition": "4+kk", - "floor": 6, - "area": 77, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-7-na-vysinach/690e1edfd781fda3dd03599d/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "695251c8ecf44b652b0e47e8", - "name": "Prodej bytu 3+1 136 m²", - "price": 13400000, - "price_formatted": "13 400 000 Kč", - "locality": "Patočkova, Praha 6 - Střešovice", - "lat": 50.0869951, - "lon": 14.374834, - "disposition": "3+1", - "floor": 5, - "area": 136, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-6-patockova/695251c8ecf44b652b0e47e8/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "69691a7f2d9f701b9002646a", - "name": "Prodej bytu 3+kk 81 m²", - "price": 12296750, - "price_formatted": "12 296 750 Kč", - "locality": "Teplická, Praha 9 - Střížkov", - "lat": 50.124499130602764, - "lon": 14.485102144666847, - "disposition": "3+kk", - "floor": 11, - "area": 81, - "building_type": "Skeletová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-9-teplicka/69691a7f2d9f701b9002646a/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6968f6b3cbe1207dd40df97d", - "name": "Prodej bytu 4+kk 81 m²", - "price": 9450000, - "price_formatted": "9 450 000 Kč", - "locality": "Vokrojova, Praha 4 - Modřany", - "lat": 50.00109625392, - "lon": 14.428675866101, - "disposition": "4+kk", - "floor": 12, - "area": 81, - "building_type": "neuvedeno", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-12-vokrojova/6968f6b3cbe1207dd40df97d/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "697c72ae16176fbc6907c8ef", - "name": "Prodej bytu 3+kk 75 m²", - "price": 12620000, - "price_formatted": "12 620 000 Kč", - "locality": "K Lahovské, Praha 5 - Lochkov", - "lat": 50.0030069971, - "lon": 14.3556033796, - "disposition": "3+kk", - "floor": 2, - "area": 75, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-16-k-lahovske/697c72ae16176fbc6907c8ef/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "697c72d16685afadbb096ab5", - "name": "Prodej bytu 3+kk 75 m²", - "price": 11550000, - "price_formatted": "11 550 000 Kč", - "locality": "K Lahovské, Praha 5 - Lochkov", - "lat": 50.0022785902, - "lon": 14.3566518848, - "disposition": "3+kk", - "floor": 2, - "area": 75, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-16-k-lahovske/697c72d16685afadbb096ab5/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6967a6cbc1dab35b040964bb", - "name": "Prodej bytu 3+1 70 m²", - "price": 8490000, - "price_formatted": "8 490 000 Kč", - "locality": "Plzeňská, Praha 5 - Smíchov", - "lat": 50.07071181580859, - "lon": 14.378930903614469, - "disposition": "3+1", - "floor": 6, - "area": 70, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-5-plzenska/6967a6cbc1dab35b040964bb/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6966b8e542e0350e480cd765", - "name": "Prodej bytu 4+kk 96 m²", - "price": 4486462, - "price_formatted": "4 486 462 Kč", - "locality": "Praha 4 - Chodov", - "lat": 50.03514693187853, - "lon": 14.505833268562736, - "disposition": "4+kk", - "floor": 12, - "area": 96, - "building_type": "Smíšená", - "ownership": "družstevní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha/6966b8e542e0350e480cd765/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "69669c8af2e3e129430d4490", - "name": "Prodej bytu 3+kk 80 m²", - "price": 12690000, - "price_formatted": "12 690 000 Kč", - "locality": "Novotného, Praha 5 - Hlubočepy", - "lat": 50.027777020429, - "lon": 14.36529060279745, - "disposition": "3+kk", - "floor": 5, - "area": 80, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-5-novotneho/69669c8af2e3e129430d4490/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6965414921a5eed0d40e2a90", - "name": "Prodej bytu 3+kk 87 m²", - "price": 11999000, - "price_formatted": "11 999 000 Kč", - "locality": "Kryšpínova, Praha 10 - Dolní Měcholupy", - "lat": 50.06625218277263, - "lon": 14.551359421662326, - "disposition": "3+kk", - "floor": 8, - "area": 87, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-15-kryspinova/6965414921a5eed0d40e2a90/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "692047aebdabaa905403bd5b", - "name": "Prodej bytu 3+1 80 m²", - "price": 8900000, - "price_formatted": "8 900 000 Kč", - "locality": "Svojšovická, Praha 4 - Záběhlice", - "lat": 50.0457402479, - "lon": 14.4894557774, - "disposition": "3+1", - "floor": 9, - "area": 80, - "building_type": "1970", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-4-svojsovicka/692047aebdabaa905403bd5b/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "696139e1869e4088600bff90", - "name": "Prodej bytu 3+kk 72 m²", - "price": 3690000, - "price_formatted": "3 690 000 Kč", - "locality": "Hugo Haase, Praha 5 - Hlubočepy", - "lat": 50.028495, - "lon": 14.36266, - "disposition": "3+kk", - "floor": 6, - "area": 72, - "building_type": "Cihlová", - "ownership": "družstevní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-5-hugo-haase/696139e1869e4088600bff90/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "695fc85b1bab08f5cd0a54aa", - "name": "Prodej bytu 3+kk 83 m²", - "price": 8290000, - "price_formatted": "8 290 000 Kč", - "locality": "Milánská, Praha 10 - Horní Měcholupy", - "lat": 50.04310804790626, - "lon": 14.556516607376174, - "disposition": "3+kk", - "floor": 8, - "area": 83, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-15-milanska/695fc85b1bab08f5cd0a54aa/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "695faeeb7f8b8f90da05e3fa", - "name": "Prodej bytu 3+kk 84 m²", - "price": 9980000, - "price_formatted": "9 980 000 Kč", - "locality": "Sezimova, Praha 4 - Nusle", - "lat": 50.0632836111, - "lon": 14.44034, - "disposition": "3+kk", - "floor": 5, - "area": 84, - "building_type": "Cihlová", - "ownership": "družstevní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-4-sezimova/695faeeb7f8b8f90da05e3fa/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "695fab23d4635f4c99017de7", - "name": "Prodej bytu 3+kk 73 m²", - "price": 12036000, - "price_formatted": "12 036 000 Kč", - "locality": "Praha 5", - "lat": 50.08455185632672, - "lon": 14.417781214403561, - "disposition": "3+kk", - "floor": 2, - "area": 73, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha/695fab23d4635f4c99017de7/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "695fa83bada3a21aca01ffd7", - "name": "Prodej bytu 4+kk 91 m²", - "price": 11900000, - "price_formatted": "11 900 000 Kč", - "locality": "Jana Růžičky, Praha 4 - Kunratice", - "lat": 50.020439441644754, - "lon": 14.489450706156203, - "disposition": "4+kk", - "floor": 4, - "area": 91, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-4-jana-ruzicky/695fa83bada3a21aca01ffd7/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "695f81c8e6ad5085e30b6085", - "name": "Prodej bytu 4+1 82 m²", - "price": 9590000, - "price_formatted": "9 590 000 Kč", - "locality": "Otradovická, Praha 4 - Kamýk, okres Praha", - "lat": 50.0177383, - "lon": 14.4461784, - "disposition": "4+1", - "floor": 13, - "area": 82, - "building_type": "1980", - "ownership": "družstevní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-12-otradovicka/695f81c8e6ad5085e30b6085/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "693ac18c116654ef7809bd57", - "name": "Prodej bytu 3+kk 72 m²", - "price": 12433542, - "price_formatted": "12 433 542 Kč", - "locality": "Leopoldova, Praha 4 - Chodov", - "lat": 50.03864481633858, - "lon": 14.510968238282734, - "disposition": "3+kk", - "floor": null, - "area": 72, - "building_type": "neuvedeno", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-11-leopoldova/693ac18c116654ef7809bd57/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "669b67f0fadf086cdd02bdc7", - "name": "Prodej bytu 3+kk 83 m²", - "price": 10909109, - "price_formatted": "10 909 109 Kč", - "locality": "Karlická, Praha 5 - Radotín", - "lat": 49.976356, - "lon": 14.349735, - "disposition": "3+kk", - "floor": 5, - "area": 83, - "building_type": "2024", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-16-karlicka/669b67f0fadf086cdd02bdc7/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "669b6ced5372aa958c0fee76", - "name": "Prodej bytu 3+kk 83 m²", - "price": 11533419, - "price_formatted": "11 533 419 Kč", - "locality": "Karlická, Praha 5 - Radotín", - "lat": 49.976356, - "lon": 14.349735, - "disposition": "3+kk", - "floor": 5, - "area": 83, - "building_type": "2024", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-16-karlicka/669b6ced5372aa958c0fee76/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "669b6fceb4feb255ca0cb795", - "name": "Prodej bytu 4+kk 78 m²", - "price": 11010439, - "price_formatted": "11 010 439 Kč", - "locality": "Karlická, Praha 5 - Radotín", - "lat": 49.976356, - "lon": 14.349735, - "disposition": "4+kk", - "floor": 5, - "area": 78, - "building_type": "2024", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-16-karlicka/669b6fceb4feb255ca0cb795/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "669b7279c6518fecac08d03a", - "name": "Prodej bytu 4+kk 78 m²", - "price": 11317180, - "price_formatted": "11 317 180 Kč", - "locality": "Karlická, Praha 5 - Radotín", - "lat": 49.976356, - "lon": 14.349735, - "disposition": "4+kk", - "floor": 5, - "area": 78, - "building_type": "2024", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-16-karlicka/669b7279c6518fecac08d03a/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "695d778cc67bc03b3905523c", - "name": "Prodej bytu 3+kk 69 m²", - "price": 9299000, - "price_formatted": "9 299 000 Kč", - "locality": "Záběhlická, Praha 10 - Záběhlice", - "lat": 50.053508, - "lon": 14.488925, - "disposition": "3+kk", - "floor": 5, - "area": 69, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-10-zabehlicka/695d778cc67bc03b3905523c/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "695d5df1096d5660420aec54", - "name": "Prodej bytu 3+kk 78 m²", - "price": 13190000, - "price_formatted": "13 190 000 Kč", - "locality": "Práčská, Praha 10 - Záběhlice", - "lat": 50.053253009015, - "lon": 14.507652051661, - "disposition": "3+kk", - "floor": 3, - "area": 78, - "building_type": "neuvedeno", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-10-pracska/695d5df1096d5660420aec54/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68d67866b326d716780a74ce", - "name": "Prodej bytu 3+kk 74 m²", - "price": 11519550, - "price_formatted": "11 519 550 Kč", - "locality": "Střížkovská, Praha 8", - "lat": 50.121210995, - "lon": 14.478603167, - "disposition": "3+kk", - "floor": 4, - "area": 74, - "building_type": "Cihlová", - "ownership": "jiné", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-strizkovska/68d67866b326d716780a74ce/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68559611320b702dc20d2a8d", - "name": "Prodej bytu 3+kk 95 m²", - "price": 12490000, - "price_formatted": "12 490 000 Kč", - "locality": "Za Hládkovem, Praha 6 - Střešovice", - "lat": 50.089687596, - "lon": 14.384326191, - "disposition": "3+kk", - "floor": 7, - "area": 95, - "building_type": "1960", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-6-za-hladkovem/68559611320b702dc20d2a8d/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "695c3f695b281cf0c107c9e3", - "name": "Prodej bytu 3+kk 93 m²", - "price": 13395000, - "price_formatted": "13 395 000 Kč", - "locality": "Táborská, Praha 4 - Nusle", - "lat": 50.061747, - "lon": 14.438057, - "disposition": "3+kk", - "floor": 7, - "area": 93, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-4-taborska/695c3f695b281cf0c107c9e3/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6927735cca75dd1a3a05b4dd", - "name": "Prodej bytu 3+1 80 m²", - "price": 10800000, - "price_formatted": "10 800 000 Kč", - "locality": "Černokostelecká, Praha 10 - Strašnice", - "lat": 50.0778389, - "lon": 14.5065165, - "disposition": "3+1", - "floor": 5, - "area": 80, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-10-cernokostelecka/6927735cca75dd1a3a05b4dd/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "695b7e437c37ce6d510e7072", - "name": "Prodej bytu 3+kk 72 m²", - "price": 12998720, - "price_formatted": "12 998 720 Kč", - "locality": "Komárkova, Praha 4 - Chodov", - "lat": 50.036015, - "lon": 14.4808868, - "disposition": "3+kk", - "floor": 6, - "area": 72, - "building_type": "2026", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-11-komarkova/695b7e437c37ce6d510e7072/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "695b7e227414086f01079aa6", - "name": "Prodej bytu 3+kk 75 m²", - "price": 12782000, - "price_formatted": "12 782 000 Kč", - "locality": "Komárkova, Praha 4 - Chodov", - "lat": 50.036015, - "lon": 14.4808868, - "disposition": "3+kk", - "floor": 7, - "area": 75, - "building_type": "2026", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-11-komarkova/695b7e227414086f01079aa6/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "695b7e160f50bf7b390eef74", - "name": "Prodej bytu 3+kk 75 m²", - "price": 13155520, - "price_formatted": "13 155 520 Kč", - "locality": "Komárkova, Praha 4 - Chodov", - "lat": 50.036015, - "lon": 14.4808868, - "disposition": "3+kk", - "floor": 7, - "area": 75, - "building_type": "2026", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-11-komarkova/695b7e160f50bf7b390eef74/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "695b7dc62f52eaef8f00aa05", - "name": "Prodej bytu 3+kk 72 m²", - "price": 12907440, - "price_formatted": "12 907 440 Kč", - "locality": "Komárkova, Praha 4 - Chodov", - "lat": 50.036015, - "lon": 14.4808868, - "disposition": "3+kk", - "floor": 7, - "area": 72, - "building_type": "2026", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-11-komarkova/695b7dc62f52eaef8f00aa05/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "695b7db5b39d3024c1093a27", - "name": "Prodej bytu 3+kk 72 m²", - "price": 12863760, - "price_formatted": "12 863 760 Kč", - "locality": "Komárkova, Praha 4 - Chodov", - "lat": 50.036015, - "lon": 14.4808868, - "disposition": "3+kk", - "floor": 7, - "area": 72, - "building_type": "2026", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-11-komarkova/695b7db5b39d3024c1093a27/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "695b7da1b02d74b45f007b5c", - "name": "Prodej bytu 3+kk 72 m²", - "price": 13450080, - "price_formatted": "13 450 080 Kč", - "locality": "Komárkova, Praha 4 - Chodov", - "lat": 50.036015, - "lon": 14.4808868, - "disposition": "3+kk", - "floor": 7, - "area": 72, - "building_type": "2026", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-11-komarkova/695b7da1b02d74b45f007b5c/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "695b7d824abc8b7b5d070fc8", - "name": "Prodej bytu 3+kk 71 m²", - "price": 13080480, - "price_formatted": "13 080 480 Kč", - "locality": "Komárkova, Praha 4 - Chodov", - "lat": 50.036015, - "lon": 14.4808868, - "disposition": "3+kk", - "floor": 7, - "area": 71, - "building_type": "2026", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-11-komarkova/695b7d824abc8b7b5d070fc8/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "695b7d35d3209245bc02fbe2", - "name": "Prodej bytu 3+kk 71 m²", - "price": 12310480, - "price_formatted": "12 310 480 Kč", - "locality": "Komárkova, Praha 4 - Chodov", - "lat": 50.036015, - "lon": 14.4808868, - "disposition": "3+kk", - "floor": 6, - "area": 71, - "building_type": "2026", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-11-komarkova/695b7d35d3209245bc02fbe2/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6932a772e5e50b08340fdf3e", - "name": "Prodej bytu 3+1 81 m²", - "price": 13493000, - "price_formatted": "13 493 000 Kč", - "locality": "Medinská, Praha 9 - Klánovice", - "lat": 50.089264479, - "lon": 14.669036349, - "disposition": "3+1", - "floor": 3, - "area": 81, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-21-medinska/6932a772e5e50b08340fdf3e/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "69565e9e93db34a5e30793f4", - "name": "Prodej bytu 3+1 86 m²", - "price": 4500000, - "price_formatted": "4 500 000 Kč", - "locality": "Hynka Puce, Praha 5 - Stodůlky", - "lat": 50.049168412058556, - "lon": 14.302095927878957, - "disposition": "3+1", - "floor": 8, - "area": 86, - "building_type": "Cihlová", - "ownership": "družstevní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-13-hynka-puce/69565e9e93db34a5e30793f4/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "695652edc501c3909c019597", - "name": "Prodej bytu 3+kk 71 m²", - "price": 4925000, - "price_formatted": "4 925 000 Kč", - "locality": "Bartůňkova, Praha 4 - Chodov", - "lat": 50.02997144426337, - "lon": 14.506356848095125, - "disposition": "3+kk", - "floor": 12, - "area": 71, - "building_type": "Smíšená", - "ownership": "družstevní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-11-bartunkova/695652edc501c3909c019597/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "695645b8aa549b845c0618e4", - "name": "Prodej bytu 3+kk 75 m²", - "price": 13490000, - "price_formatted": "13 490 000 Kč", - "locality": "Svornosti, Praha 5 - Smíchov", - "lat": 50.0673284, - "lon": 14.4095087, - "disposition": "3+kk", - "floor": 6, - "area": 75, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-5-svornosti/695645b8aa549b845c0618e4/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68b6a5b19c40920f0600b224", - "name": "Prodej bytu 3+kk 80 m²", - "price": 11995000, - "price_formatted": "11 995 000 Kč", - "locality": "Wiesenthalova, Praha 5 - Řeporyje", - "lat": 50.038616671045126, - "lon": 14.321467160344104, - "disposition": "3+kk", - "floor": 5, - "area": 80, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-13-wiesenthalova/68b6a5b19c40920f0600b224/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "69891f1598f013d4e004a6b4", - "name": "Prodej bytu 3+kk 76 m²", - "price": 12111900, - "price_formatted": "12 111 900 Kč", - "locality": "Pod zámečkem, Praha 8 - Dolní Chabry", - "lat": 50.150530079984165, - "lon": 14.438863564402928, - "disposition": "3+kk", - "floor": 5, - "area": 76, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-8-pod-zameckem/69891f1598f013d4e004a6b4/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6943bd817b9f937dbe05c596", + "hash_id": "68f5f1e873fec2e50c0cc20e", "name": "Prodej bytu 3+kk 85 m²", - "price": 11313453, - "price_formatted": "11 313 453 Kč", - "locality": "Penízovková, Praha 10 - Pitkovice", - "lat": 50.0133927, - "lon": 14.5829343, + "price": 13499900, + "price_formatted": "13 499 900 Kč", + "locality": "Hořejší nábřeží, Praha 5 - Smíchov", + "lat": 50.0724036111, + "lon": 14.4103030556, "disposition": "3+kk", - "floor": 4, + "floor": 3, "area": 85, - "building_type": "Skeletová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-22-penizovkova/6943bd817b9f937dbe05c596/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6942fc1665d4a7a0ff0c7626", - "name": "Prodej bytu 3+kk 80 m²", - "price": 9290000, - "price_formatted": "9 290 000 Kč", - "locality": "Holubinková, Praha 10 - Pitkovice", - "lat": 50.0162621, - "lon": 14.5839319, - "disposition": "3+kk", - "floor": 4, - "area": 80, "building_type": "Cihlová", "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-22-holubinkova/6942fc1665d4a7a0ff0c7626/", + "url": "https://reality.idnes.cz/detail/prodej/byt/praha-5-horejsi-nabrezi/68f5f1e873fec2e50c0cc20e/", "source": "idnes", - "image": "" + "image": "", + "scraped_at": "2026-02-25" }, { - "hash_id": "694259bfa902a3273b0bbaef", + "hash_id": "6941cf632ff10124be08ce19", + "name": "Prodej bytu 4+kk 94 m²", + "price": 13249900, + "price_formatted": "13 249 900 Kč", + "locality": "V dolině, Praha 10 - Michle", + "lat": 50.0579944444, + "lon": 14.4682905556, + "disposition": "4+kk", + "floor": 14, + "area": 94, + "building_type": "Cihlová", + "ownership": "osobní", + "url": "https://reality.idnes.cz/detail/prodej/byt/praha-10-v-doline/6941cf632ff10124be08ce19/", + "source": "idnes", + "image": "", + "scraped_at": "2026-02-25" + }, + { + "hash_id": "690c2cba1c264f9f43027912", + "name": "Prodej bytu 3+kk 74 m²", + "price": 10631123, + "price_formatted": "10 631 123 Kč", + "locality": "Voskovcova, Praha 5 - Hlubočepy", + "lat": 50.0290438889, + "lon": 14.3641566667, + "disposition": "3+kk", + "floor": 6, + "area": 74, + "building_type": "Cihlová", + "ownership": "osobní", + "url": "https://reality.idnes.cz/detail/prodej/byt/praha-5-voskovcova/690c2cba1c264f9f43027912/", + "source": "idnes", + "image": "", + "scraped_at": "2026-02-25" + }, + { + "hash_id": "68404b3d8178bbed020f1742", "name": "Prodej bytu 3+kk 71 m²", - "price": 12360000, - "price_formatted": "12 360 000 Kč", - "locality": "V Horní Stromce, Praha 3 - Vinohrady", - "lat": 50.076892613447505, - "lon": 14.470292689612728, + "price": 10990000, + "price_formatted": "10 990 000 Kč", + "locality": "Praha 10 - Uhříněves", + "lat": 50.026899, + "lon": 14.613713, "disposition": "3+kk", "floor": 5, "area": 71, + "building_type": "Skeletová", + "ownership": "osobní", + "url": "https://reality.idnes.cz/detail/prodej/byt/praha-22/68404b3d8178bbed020f1742/", + "source": "idnes", + "image": "", + "scraped_at": "2026-02-25" + }, + { + "hash_id": "6932bf9dc9442dc194054416", + "name": "Prodej bytu 3+kk 71 m²", + "price": 8100000, + "price_formatted": "8 100 000 Kč", + "locality": "Štětínská, Praha 8 - Bohnice, okres Praha", + "lat": 50.1297302, + "lon": 14.4286652, + "disposition": "3+kk", + "floor": 5, + "area": 71, + "building_type": "1974", + "ownership": "osobní", + "url": "https://reality.idnes.cz/detail/prodej/byt/praha-8-stetinska/6932bf9dc9442dc194054416/", + "source": "idnes", + "image": "", + "scraped_at": "2026-02-25" + }, + { + "hash_id": "699eacc0a56ec9b4a80069b6", + "name": "Prodej bytu 3+kk 81 m²", + "price": 13000000, + "price_formatted": "13 000 000 Kč", + "locality": "Hlučkova, Praha 9 - Letňany", + "lat": 50.141739, + "lon": 14.522086, + "disposition": "3+kk", + "floor": 17, + "area": 81, "building_type": "Smíšená", "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-3-v-horni-stromce/694259bfa902a3273b0bbaef/", + "url": "https://reality.idnes.cz/detail/prodej/byt/praha-18-hluckova/699eacc0a56ec9b4a80069b6/", "source": "idnes", - "image": "" + "image": "", + "scraped_at": "2026-02-25" }, { - "hash_id": "6941ecce99e30dfd7b0cd9db", - "name": "Prodej bytu 3+kk 69 m²", - "price": 11460000, - "price_formatted": "11 460 000 Kč", - "locality": "Kováků, Praha 5 - Smíchov", - "lat": 50.067038, - "lon": 14.401919, + "hash_id": "682b20ae5fcffc3dc8072856", + "name": "Prodej bytu 3+kk 78 m²", + "price": 12463000, + "price_formatted": "12 463 000 Kč", + "locality": "Kubelíkova, Praha 3 - Žižkov", + "lat": 50.0823325029164, + "lon": 14.451052236466976, "disposition": "3+kk", - "floor": 4, - "area": 69, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-5-kovaku/6941ecce99e30dfd7b0cd9db/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6941eb8a1fb31d4ceb00b283", - "name": "Prodej bytu 4+1 82 m²", - "price": 11357000, - "price_formatted": "11 357 000 Kč", - "locality": "Nad kapličkou, Praha 10 - Strašnice", - "lat": 50.0839509, - "lon": 14.4904493, - "disposition": "4+1", - "floor": 5, - "area": 82, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-10-nad-kaplickou/6941eb8a1fb31d4ceb00b283/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6941863b29769e16dc012b65", - "name": "Prodej bytu 3+1 78 m²", - "price": 10990000, - "price_formatted": "10 990 000 Kč", - "locality": "Lihovarská, Praha 9 - Libeň", - "lat": 50.1044433824, - "lon": 14.4866470488, - "disposition": "3+1", "floor": 5, "area": 78, "building_type": "Cihlová", "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-9-lihovarska/6941863b29769e16dc012b65/", + "url": "https://reality.idnes.cz/detail/prodej/byt/praha-3-kubelikova/682b20ae5fcffc3dc8072856/", "source": "idnes", - "image": "" + "image": "", + "scraped_at": "2026-02-25" }, { - "hash_id": "651be69d175690bd1901c195", - "name": "Prodej bytu 3+kk 76 m²", - "price": 12097120, - "price_formatted": "12 097 120 Kč", - "locality": "Benkova, Praha 4 - Chodov", - "lat": 50.035475767892635, - "lon": 14.50163796707698, - "disposition": "3+kk", + "hash_id": "68f0b7b4263df471cb050df9", + "name": "Prodej bytu 4+kk 75 m²", + "price": 10363000, + "price_formatted": "10 363 000 Kč", + "locality": "Karla Guta, Praha 10 - Uhříněves", + "lat": 50.030382258, + "lon": 14.5931238354, + "disposition": "4+kk", "floor": 4, - "area": 76, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-11-benkova/651be69d175690bd1901c195/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6933665c0b9d908ec4092143", - "name": "Prodej bytu 3+1 106 m²", - "price": 12950000, - "price_formatted": "12 950 000 Kč", - "locality": "Novákových, Praha 8 - Libeň", - "lat": 50.1034771, - "lon": 14.4758735, - "disposition": "3+1", - "floor": 5, - "area": 106, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-8-novakovych/6933665c0b9d908ec4092143/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "692f1b16621bc3b9f90b5cc2", - "name": "Prodej bytu 3+1 78 m²", - "price": 10499000, - "price_formatted": "10 499 000 Kč", - "locality": "Milíčova, Praha 3 - Žižkov", - "lat": 50.085602468640246, - "lon": 14.451563307208103, - "disposition": "3+1", - "floor": 6, - "area": 78, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-3-milicova/692f1b16621bc3b9f90b5cc2/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68dfaec0ef05a33efc008037", - "name": "Prodej bytu 3+kk 89 m²", - "price": 13200000, - "price_formatted": "13 200 000 Kč", - "locality": "Bratislavská, Praha 10 - Hostivař", - "lat": 50.043701, - "lon": 14.513673, - "disposition": "3+kk", - "floor": 7, - "area": 89, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-15-bratislavska/68dfaec0ef05a33efc008037/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6900cd93a238c2ffae0c8d26", - "name": "Prodej bytu 3+kk 75 m²", - "price": 8990000, - "price_formatted": "8 990 000 Kč", - "locality": "Pomořanská, Praha 8 - Troja", - "lat": 50.126652, - "lon": 14.414047, - "disposition": "3+kk", - "floor": 20, "area": 75, "building_type": "Cihlová", "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-8-pomoranska/6900cd93a238c2ffae0c8d26/", + "url": "https://reality.idnes.cz/detail/prodej/byt/praha-22-karla-guta/68f0b7b4263df471cb050df9/", "source": "idnes", - "image": "" + "image": "", + "scraped_at": "2026-02-25" }, { - "hash_id": "692cb774de33d39d360366fa", - "name": "Prodej bytu 3+1 78 m²", - "price": 11780000, - "price_formatted": "11 780 000 Kč", - "locality": "Budějovická, Praha 4 - Krč", - "lat": 50.0477375, - "lon": 14.444299, - "disposition": "3+1", - "floor": 2, - "area": 78, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-4-budejovicka/692cb774de33d39d360366fa/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "69617464c9949e288a0f4769", - "name": "Prodej bytu 3+kk 87 m²", - "price": 12000000, - "price_formatted": "12 000 000 Kč", - "locality": "Choceradská, Praha 4 - Záběhlice", - "lat": 50.04329514, - "lon": 14.49035684, + "hash_id": "695cdf5113e97880200d9e62", + "name": "Prodej bytu 3+kk 82 m²", + "price": 11133000, + "price_formatted": "11 133 000 Kč", + "locality": "K Vinoři, Praha 9 - Kbely", + "lat": 50.132835725, + "lon": 14.5613326001, "disposition": "3+kk", - "floor": 6, - "area": 87, - "building_type": "Cihlová", + "floor": 3, + "area": 82, + "building_type": "2026", "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-4-choceradska/69617464c9949e288a0f4769/", + "url": "https://reality.idnes.cz/detail/prodej/byt/praha-19-k-vinori/695cdf5113e97880200d9e62/", "source": "idnes", - "image": "" + "image": "", + "scraped_at": "2026-02-25" }, { - "hash_id": "6908a6c8da71fb0f61052328", - "name": "Prodej bytu 3+1 71 m²", - "price": 8800000, - "price_formatted": "8 800 000 Kč", - "locality": "Počernická, Praha 10 - Malešice", - "lat": 50.081131147925056, - "lon": 14.497449979318361, - "disposition": "3+1", - "floor": null, - "area": 71, - "building_type": "neuvedeno", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-10-pocernicka/6908a6c8da71fb0f61052328/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6929538c3a953a2c420fd1d4", - "name": "Prodej bytu 3+kk 76 m²", - "price": 11875200, - "price_formatted": "11 875 200 Kč", - "locality": "náměstí Osvoboditelů, Praha 5 - Radotín", - "lat": 49.98363468859555, - "lon": 14.35849507779712, + "hash_id": "69930de7098209b20e066a6c", + "name": "Prodej bytu 3+kk 91 m²", + "price": 11000000, + "price_formatted": "11 000 000 Kč", + "locality": "Formanská, Praha 4 - Újezd u Průhonic, okres Praha", + "lat": 50.0114383, + "lon": 14.5469, "disposition": "3+kk", - "floor": 4, - "area": 76, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-16-namesti-osvoboditelu/6929538c3a953a2c420fd1d4/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "692808f00aaad65b250a560d", - "name": "Prodej bytu 3+kk 77 m²", - "price": 12626434, - "price_formatted": "12 626 434 Kč", - "locality": "Poděbradská, Praha 9 - Vysočany", - "lat": 50.1024581, - "lon": 14.5069986, - "disposition": "3+kk", - "floor": 12, - "area": 77, - "building_type": "Skeletová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-9-podebradska/692808f00aaad65b250a560d/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6870f3529399cf31d9043ab7", - "name": "Prodej bytu 3+kk 78 m²", - "price": 12200000, - "price_formatted": "12 200 000 Kč", - "locality": "Holýšovská, Praha 5 - Stodůlky", - "lat": 50.04111785788772, - "lon": 14.319890315742331, - "disposition": "3+kk", - "floor": 9, - "area": 78, + "floor": 3, + "area": 91, "building_type": "2017", "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-13-holysovska/6870f3529399cf31d9043ab7/", + "url": "https://reality.idnes.cz/detail/prodej/byt/praha-11-formanska/69930de7098209b20e066a6c/", "source": "idnes", - "image": "" - }, - { - "hash_id": "68b4156dc1a0a992110ebd06", - "name": "Prodej bytu 3+kk 78 m²", - "price": 11990000, - "price_formatted": "11 990 000 Kč", - "locality": "Na Baních, Praha 5 - Zbraslav", - "lat": 49.9509781, - "lon": 14.3767451, - "disposition": "3+kk", - "floor": 3, - "area": 78, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-16-na-banich/68b4156dc1a0a992110ebd06/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "683db579bf3d3710d8022109", - "name": "Prodej bytu 3+kk 88 m²", - "price": 10990000, - "price_formatted": "10 990 000 Kč", - "locality": "Netlucká, Praha 10 - Dubeč", - "lat": 50.061579, - "lon": 14.595828, - "disposition": "3+kk", - "floor": 4, - "area": 88, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-15-netlucka/683db579bf3d3710d8022109/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6921cf88f5f6e6ef790325d7", - "name": "Prodej bytu 5+kk 157 m²", - "price": 10499000, - "price_formatted": "10 499 000 Kč", - "locality": "Starolázeňská, Praha 5 - Velká Chuchle", - "lat": 50.015717, - "lon": 14.391931, - "disposition": "5+kk", - "floor": 2, - "area": 157, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-16-starolazenska/6921cf88f5f6e6ef790325d7/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "69204c9f3e0b248b4c023a05", - "name": "Prodej bytu 3+kk 69 m²", - "price": 9392000, - "price_formatted": "9 392 000 Kč", - "locality": "Milotická, Praha 5 - Zličín", - "lat": 50.058935236754905, - "lon": 14.282081094805354, - "disposition": "3+kk", - "floor": 7, - "area": 69, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-17-miloticka/69204c9f3e0b248b4c023a05/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "691ed254de57a171a205dc15", - "name": "Prodej bytu 3+kk 79 m²", - "price": 12290000, - "price_formatted": "12 290 000 Kč", - "locality": "Jenečská, Praha 6 - Liboc", - "lat": 50.091744990728, - "lon": 14.324618887634, - "disposition": "3+kk", - "floor": 4, - "area": 79, - "building_type": "1950", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-6-jenecska/691ed254de57a171a205dc15/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "691cd31764212c45460cfbe4", - "name": "Prodej bytu 3+kk 73 m²", - "price": 11990000, - "price_formatted": "11 990 000 Kč", - "locality": "K Vystrkovu, Praha 4 - Modřany", - "lat": 50.0002014463, - "lon": 14.406566807, - "disposition": "3+kk", - "floor": 6, - "area": 73, - "building_type": "2016", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-12-k-vystrkovu/691cd31764212c45460cfbe4/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6926ff090c89192efa0fd8ea", - "name": "Prodej bytu 3+kk 79 m²", - "price": 13324070, - "price_formatted": "13 324 070 Kč", - "locality": "Wassermannova, Praha 5 - Hlubočepy", - "lat": 50.0278965, - "lon": 14.3635833, - "disposition": "3+kk", - "floor": 5, - "area": 79, - "building_type": "2025", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-5-wassermannova/6926ff090c89192efa0fd8ea/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6926ff12e6f75bbc0703a2b9", - "name": "Prodej bytu 3+kk 79 m²", - "price": 13085940, - "price_formatted": "13 085 940 Kč", - "locality": "Wassermannova, Praha 5 - Hlubočepy", - "lat": 50.0278965, - "lon": 14.3635833, - "disposition": "3+kk", - "floor": 5, - "area": 79, - "building_type": "2025", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-5-wassermannova/6926ff12e6f75bbc0703a2b9/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "66dc09c8db98cbd1f1054a2e", - "name": "Prodej bytu 4+1 109 m²", - "price": 10990000, - "price_formatted": "10 990 000 Kč", - "locality": "Povltavská, Praha 7 - Troja", - "lat": 50.1147953685, - "lon": 14.4474364583, - "disposition": "4+1", - "floor": 6, - "area": 109, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-povltavska/66dc09c8db98cbd1f1054a2e/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "691a2a9e6ba4a5a488033299", - "name": "Prodej bytu 3+kk 74 m²", - "price": 9990000, - "price_formatted": "9 990 000 Kč", - "locality": "Pod Horkami, Praha 10 - Dubeč", - "lat": 50.060764, - "lon": 14.5812292, - "disposition": "3+kk", - "floor": 3, - "area": 74, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-15-pod-horkami/691a2a9e6ba4a5a488033299/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6985aa27277b68fbec0effdc", - "name": "Prodej bytu 3+kk 71 m²", - "price": 9990000, - "price_formatted": "9 990 000 Kč", - "locality": "U invalidovny, Praha 8 - Karlín", - "lat": 50.0931947306, - "lon": 14.4608039936, - "disposition": "3+kk", - "floor": 7, - "area": 71, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-8-u-invalidovny/6985aa27277b68fbec0effdc/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "690f00381802b4e0f003c27b", - "name": "Prodej bytu 4+1 78 m²", - "price": 13499000, - "price_formatted": "13 499 000 Kč", - "locality": "Stárkova, Praha 1 - Nové Město", - "lat": 50.092286540904, - "lon": 14.436032243983, - "disposition": "4+1", - "floor": 5, - "area": 78, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-1-starkova/690f00381802b4e0f003c27b/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "690e46332307de9a4f028108", - "name": "Prodej bytu 3+kk 71 m²", - "price": 11690000, - "price_formatted": "11 690 000 Kč", - "locality": "U louky, Praha 4 - Újezd u Průhonic", - "lat": 50.01875972744517, - "lon": 14.521989443070387, - "disposition": "3+kk", - "floor": 5, - "area": 71, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-11-u-louky/690e46332307de9a4f028108/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68fb6f72108d759aee0f9746", - "name": "Prodej bytu 3+kk 72 m²", - "price": 13500000, - "price_formatted": "13 500 000 Kč", - "locality": "Heřmanova, Praha 7 - Holešovice, okres Praha", - "lat": 50.100437, - "lon": 14.4355272, - "disposition": "3+kk", - "floor": 5, - "area": 72, - "building_type": "1910", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-7-hermanova/68fb6f72108d759aee0f9746/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "690dad492031f093420d2ba3", - "name": "Prodej bytu 3+kk 85 m²", - "price": 11309354, - "price_formatted": "11 309 354 Kč", - "locality": "Penízovková, Praha 10 - Pitkovice", - "lat": 50.0133927, - "lon": 14.5829343, - "disposition": "3+kk", - "floor": 4, - "area": 85, - "building_type": "Skeletová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-22-penizovkova/690dad492031f093420d2ba3/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68d2916776b54926b702555b", - "name": "Prodej bytu 3+kk 77 m²", - "price": 11668142, - "price_formatted": "11 668 142 Kč", - "locality": "Kardašovská, Praha 9 - Hloubětín", - "lat": 50.10634, - "lon": 14.54628, - "disposition": "3+kk", - "floor": 8, - "area": 77, - "building_type": "2024", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-14-kardasovska/68d2916776b54926b702555b/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "69093b172183ab6fdb0de4a4", - "name": "Prodej bytu 3+kk 97 m²", - "price": 12990000, - "price_formatted": "12 990 000 Kč", - "locality": "Gorazdova, Praha 2 - Nové Město", - "lat": 50.07549, - "lon": 14.414669, - "disposition": "3+kk", - "floor": 6, - "area": 97, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-2-gorazdova/69093b172183ab6fdb0de4a4/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6904bd9df42d6b7f2b0a0e65", - "name": "Prodej bytu 3+kk 72 m²", - "price": 10863914, - "price_formatted": "10 863 914 Kč", - "locality": "Kolbenova, Praha 9 - Vysočany, okres Praha", - "lat": 50.1113205, - "lon": 14.5106859, - "disposition": "3+kk", - "floor": 6, - "area": 72, - "building_type": "2024", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-9-kolbenova/6904bd9df42d6b7f2b0a0e65/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "689c9c32714fafc3940ecc16", - "name": "Prodej bytu 3+kk 92 m²", - "price": 13380000, - "price_formatted": "13 380 000 Kč", - "locality": "5. máje, Praha 5 - Stodůlky", - "lat": 50.06292523, - "lon": 14.3274528, - "disposition": "3+kk", - "floor": 3, - "area": 92, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-13-5-maje/689c9c32714fafc3940ecc16/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68ff5320e7c7ce728b0c7834", - "name": "Prodej bytu 4+kk 137 m²", - "price": 7490000, - "price_formatted": "7 490 000 Kč", - "locality": "Novákových, Praha 8 - Libeň", - "lat": 50.103169, - "lon": 14.4749514, - "disposition": "4+kk", - "floor": 5, - "area": 137, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-8-novakovych/68ff5320e7c7ce728b0c7834/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "695c279106812a01bc092f82", - "name": "Prodej bytu 3+kk 83 m²", - "price": 13290000, - "price_formatted": "13 290 000 Kč", - "locality": "Květnového vítězství, Praha 4 - Chodov", - "lat": 50.03313, - "lon": 14.50214, - "disposition": "3+kk", - "floor": 4, - "area": 83, - "building_type": "Skeletová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-11-kvetnoveho-vitezstvi/695c279106812a01bc092f82/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "698460e375cbfca0600760ed", - "name": "Prodej bytu 3+kk 82 m²", - "price": 9590000, - "price_formatted": "9 590 000 Kč", - "locality": "Pelzova, Praha 5 - Zbraslav", - "lat": 49.9684191, - "lon": 14.3859329, - "disposition": "3+kk", - "floor": 4, - "area": 82, - "building_type": "2010", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-16-pelzova/698460e375cbfca0600760ed/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "651be6603c0ee48cbc0046a8", - "name": "Prodej bytu 3+kk 72 m²", - "price": 12480160, - "price_formatted": "12 480 160 Kč", - "locality": "Benkova, Praha 4 - Chodov", - "lat": 50.035324091439335, - "lon": 14.501267032943243, - "disposition": "3+kk", - "floor": 4, - "area": 72, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-11-benkova/651be6603c0ee48cbc0046a8/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68efb61df2b683126c067e14", - "name": "Prodej bytu 3+kk 71 m²", - "price": 11995000, - "price_formatted": "11 995 000 Kč", - "locality": "Kutnohorská, Praha 10 - Dolní Měcholupy", - "lat": 50.0577323912, - "lon": 14.5615347027, - "disposition": "3+kk", - "floor": 3, - "area": 71, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-15-kutnohorska/68efb61df2b683126c067e14/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68ed3a4e14315044340d4817", - "name": "Prodej bytu 3+kk 70 m²", - "price": 12290000, - "price_formatted": "12 290 000 Kč", - "locality": "Břeclavská, Praha 9 - Kyje", - "lat": 50.095061752612, - "lon": 14.545510469195, - "disposition": "3+kk", - "floor": 3, - "area": 70, - "building_type": "2014", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-14-breclavska/68ed3a4e14315044340d4817/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6989cedfa75d0dc48a033265", - "name": "Prodej bytu 3+kk 77 m²", - "price": 12509412, - "price_formatted": "12 509 412 Kč", - "locality": "Marie Podvalové, Praha 9 - Čakovice", - "lat": 50.1576507651, - "lon": 14.5190109816, - "disposition": "3+kk", - "floor": 3, - "area": 77, - "building_type": "Skeletová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-18-marie-podvalove/6989cedfa75d0dc48a033265/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6989cfa55399c4c44c0ecf06", - "name": "Prodej bytu 3+kk 77 m²", - "price": 12207113, - "price_formatted": "12 207 113 Kč", - "locality": "Marie Podvalové, Praha 9 - Čakovice", - "lat": 50.1576507651, - "lon": 14.5190109816, - "disposition": "3+kk", - "floor": 3, - "area": 77, - "building_type": "Skeletová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-18-marie-podvalove/6989cfa55399c4c44c0ecf06/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6989cf6c2fa0b059ac045e1d", - "name": "Prodej bytu 3+kk 77 m²", - "price": 12556524, - "price_formatted": "12 556 524 Kč", - "locality": "Marie Podvalové, Praha 9 - Čakovice", - "lat": 50.1576507651, - "lon": 14.5190109816, - "disposition": "3+kk", - "floor": 3, - "area": 77, - "building_type": "Skeletová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-18-marie-podvalove/6989cf6c2fa0b059ac045e1d/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68ece49d85e5d266970b0066", - "name": "Prodej bytu 3+kk 72 m²", - "price": 11917901, - "price_formatted": "11 917 901 Kč", - "locality": "Marie Podvalové, Praha 9 - Čakovice", - "lat": 50.1576507651, - "lon": 14.5190109816, - "disposition": "3+kk", - "floor": 4, - "area": 72, - "building_type": "Skeletová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-18-marie-podvalove/68ece49d85e5d266970b0066/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68ece22fab2b26f9670da6ec", - "name": "Prodej bytu 3+kk 72 m²", - "price": 11597281, - "price_formatted": "11 597 281 Kč", - "locality": "Marie Podvalové, Praha 9 - Čakovice", - "lat": 50.1576507651, - "lon": 14.5190109816, - "disposition": "3+kk", - "floor": 4, - "area": 72, - "building_type": "Skeletová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-18-marie-podvalove/68ece22fab2b26f9670da6ec/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68ecdfd2f8c92eb6cd011da1", - "name": "Prodej bytu 3+kk 71 m²", - "price": 12318349, - "price_formatted": "12 318 349 Kč", - "locality": "Praha", - "lat": 50.0845518563, - "lon": 14.4177812144, - "disposition": "3+kk", - "floor": 4, - "area": 71, - "building_type": "Skeletová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha/68ecdfd2f8c92eb6cd011da1/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68ecc4b0c59a35842c0447d3", - "name": "Prodej bytu 3+kk 73 m²", - "price": 10947779, - "price_formatted": "10 947 779 Kč", - "locality": "Marie Podvalové, Praha 9 - Čakovice", - "lat": 50.1576507651, - "lon": 14.5190109816, - "disposition": "3+kk", - "floor": 5, - "area": 73, - "building_type": "Skeletová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-18-marie-podvalove/68ecc4b0c59a35842c0447d3/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68ecc262ab429d6a390ad291", - "name": "Prodej bytu 4+kk 77 m²", - "price": 12618295, - "price_formatted": "12 618 295 Kč", - "locality": "Praha", - "lat": 50.0845518563, - "lon": 14.4177812144, - "disposition": "4+kk", - "floor": 3, - "area": 77, - "building_type": "Skeletová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha/68ecc262ab429d6a390ad291/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68ecb54fc1e0e1d6ed046f87", - "name": "Prodej bytu 4+kk 76 m²", - "price": 12188188, - "price_formatted": "12 188 188 Kč", - "locality": "Marie Podvalové, Praha 9 - Čakovice", - "lat": 50.1576507651, - "lon": 14.5190109816, - "disposition": "4+kk", - "floor": 4, - "area": 76, - "building_type": "Skeletová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-18-marie-podvalove/68ecb54fc1e0e1d6ed046f87/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68e5535da3063e4061068093", - "name": "Prodej bytu 3+kk 74 m²", - "price": 10600000, - "price_formatted": "10 600 000 Kč", - "locality": "Špeciánova, Praha 9 - Třeboradice", - "lat": 50.164716281337306, - "lon": 14.526218560615936, - "disposition": "3+kk", - "floor": 3, - "area": 74, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-18-specianova/68e5535da3063e4061068093/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68e02db799d286d922014a27", - "name": "Prodej bytu 3+kk 70 m²", - "price": 9999000, - "price_formatted": "9 999 000 Kč", - "locality": "Sečská, Praha 10 - Strašnice", - "lat": 50.071191, - "lon": 14.5035501, - "disposition": "3+kk", - "floor": 4, - "area": 70, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-10-secska/68e02db799d286d922014a27/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68de7ca220f793bd2d01a7ba", - "name": "Prodej bytu 3+1 102 m²", - "price": 11450000, - "price_formatted": "11 450 000 Kč", - "locality": "náměstí Dr. Václava Holého, Praha 8 - Libeň", - "lat": 50.106581064, - "lon": 14.4728077627, - "disposition": "3+1", - "floor": 7, - "area": 102, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-8-namesti-dr-vaclava-holeho/68de7ca220f793bd2d01a7ba/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68de3ddd480e98a7d2042444", - "name": "Prodej bytu 3+kk 72 m²", - "price": 12250000, - "price_formatted": "12 250 000 Kč", - "locality": "V Předním Hloubětíně, Praha 9 - Vysočany", - "lat": 50.1041309774, - "lon": 14.5151039872, - "disposition": "3+kk", - "floor": 3, - "area": 72, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-9-v-prednim-hloubetine/68de3ddd480e98a7d2042444/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "681c5213137675ccc70a9359", - "name": "Prodej bytu 3+kk 80 m²", - "price": 8500000, - "price_formatted": "8 500 000 Kč", - "locality": "Drahobejlova, Praha 9 - Libeň", - "lat": 50.10438352, - "lon": 14.48548049, - "disposition": "3+kk", - "floor": 7, - "area": 80, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-9-drahobejlova/681c5213137675ccc70a9359/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68dcf76eb82f3e94ca07cf88", - "name": "Prodej bytu 3+kk 78 m²", - "price": 12965968, - "price_formatted": "12 965 968 Kč", - "locality": "Silurská, Praha 5 - Hlubočepy", - "lat": 50.03467693, - "lon": 14.38556713, - "disposition": "3+kk", - "floor": 9, - "area": 78, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-5-silurska/68dcf76eb82f3e94ca07cf88/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68dcd34d60514f87e9084152", - "name": "Prodej bytu 3+kk 69 m²", - "price": 13434064, - "price_formatted": "13 434 064 Kč", - "locality": "Jana Želivského, Praha 3 - Žižkov", - "lat": 50.0856713, - "lon": 14.4712711, - "disposition": "3+kk", - "floor": 6, - "area": 69, - "building_type": "Skeletová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-3-jana-zelivskeho/68dcd34d60514f87e9084152/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68da54469fa2cdf3580731f9", - "name": "Prodej bytu 3+kk 78 m²", - "price": 12769155, - "price_formatted": "12 769 155 Kč", - "locality": "Silurská, Praha 5 - Hlubočepy", - "lat": 50.03467693, - "lon": 14.38556713, - "disposition": "3+kk", - "floor": 9, - "area": 78, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-5-silurska/68da54469fa2cdf3580731f9/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68d6509f77a3d569b9097057", - "name": "Prodej bytu 3+kk 78 m²", - "price": 12336242, - "price_formatted": "12 336 242 Kč", - "locality": "Silurská, Praha 5 - Hlubočepy", - "lat": 50.03467693, - "lon": 14.38556713, - "disposition": "3+kk", - "floor": 9, - "area": 78, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-5-silurska/68d6509f77a3d569b9097057/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68d1157b9bd7407c4209eb91", - "name": "Prodej bytu 3+1 76 m²", - "price": 8990000, - "price_formatted": "8 990 000 Kč", - "locality": "Bělčická, Praha 4 - Záběhlice", - "lat": 50.046977458141995, - "lon": 14.490076431213465, - "disposition": "3+1", - "floor": 9, - "area": 76, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-4-belcicka/68d1157b9bd7407c4209eb91/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68d10be40b3712a6280ce796", - "name": "Prodej bytu 3+kk 76 m²", - "price": 10703709, - "price_formatted": "10 703 709 Kč", - "locality": "Makovská, Praha 9 - Dolní Počernice", - "lat": 50.0810347, - "lon": 14.5748394, - "disposition": "3+kk", - "floor": 4, - "area": 76, - "building_type": "Skeletová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-14-makovska/68d10be40b3712a6280ce796/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68c9c14c93e4f12a1909c176", - "name": "Prodej bytu 3+kk 69 m²", - "price": 10972300, - "price_formatted": "10 972 300 Kč", - "locality": "Jáchymovská, Praha 5 - Řeporyje", - "lat": 50.03794728380201, - "lon": 14.316455167780205, - "disposition": "3+kk", - "floor": 5, - "area": 69, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-13-jachymovska/68c9c14c93e4f12a1909c176/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68c95d8f397b4ccfe90c963d", - "name": "Prodej bytu 3+kk 91 m²", - "price": 13200000, - "price_formatted": "13 200 000 Kč", - "locality": "Velké Kunratické, Praha 4 - Kunratice", - "lat": 50.02018276, - "lon": 14.46754405, - "disposition": "3+kk", - "floor": 7, - "area": 91, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-4-velke-kunraticke/68c95d8f397b4ccfe90c963d/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68c80007b3009c83470a0db9", - "name": "Prodej bytu 4+kk 80 m²", - "price": 12450000, - "price_formatted": "12 450 000 Kč", - "locality": "Škrábkových, Praha 9 - Letňany", - "lat": 50.140383883, - "lon": 14.5194945634, - "disposition": "4+kk", - "floor": 6, - "area": 80, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-18-skrabkovych/68c80007b3009c83470a0db9/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68bea2af1092d035ff01aed5", - "name": "Prodej bytu 3+kk 89 m²", - "price": 11413521, - "price_formatted": "11 413 521 Kč", - "locality": "Penízovková, Praha 10 - Pitkovice", - "lat": 50.0133927, - "lon": 14.5829343, - "disposition": "3+kk", - "floor": 4, - "area": 89, - "building_type": "Skeletová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-22-penizovkova/68bea2af1092d035ff01aed5/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68b160137ee1988e950debcb", - "name": "Prodej bytu 3+kk 72 m²", - "price": 12399000, - "price_formatted": "12 399 000 Kč", - "locality": "Žerotínova, Praha 3 - Žižkov", - "lat": 50.08778468404467, - "lon": 14.46197461034897, - "disposition": "3+kk", - "floor": 6, - "area": 72, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-3-zerotinova/68b160137ee1988e950debcb/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68ae277e60e33d83260b5902", - "name": "Prodej bytu 3+kk 77 m²", - "price": 10990000, - "price_formatted": "10 990 000 Kč", - "locality": "Ďáblická, Praha 8 - Ďáblice", - "lat": 50.1423036398, - "lon": 14.4830350067, - "disposition": "3+kk", - "floor": 3, - "area": 77, - "building_type": "2007", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-8-dablicka/68ae277e60e33d83260b5902/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "689318b5c154266a480be9b3", - "name": "Prodej bytu 3+kk 86 m²", - "price": 12768040, - "price_formatted": "12 768 040 Kč", - "locality": "Penízovková, Praha 10 - Pitkovice", - "lat": 50.0133927, - "lon": 14.5829343, - "disposition": "3+kk", - "floor": 4, - "area": 86, - "building_type": "Skeletová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-22-penizovkova/689318b5c154266a480be9b3/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6809db87087327cb190b7cb6", - "name": "Prodej bytu 3+kk 71 m²", - "price": 12260535, - "price_formatted": "12 260 535 Kč", - "locality": "Silurská, Praha 5 - Hlubočepy", - "lat": 50.03467693, - "lon": 14.38556713, - "disposition": "3+kk", - "floor": 7, - "area": 71, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-5-silurska/6809db87087327cb190b7cb6/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "681059b76f980f16e10bd7e8", - "name": "Prodej bytu 3+kk 75 m²", - "price": 12110486, - "price_formatted": "12 110 486 Kč", - "locality": "Silurská, Praha 5 - Hlubočepy", - "lat": 50.03467693, - "lon": 14.38556713, - "disposition": "3+kk", - "floor": 7, - "area": 75, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-5-silurska/681059b76f980f16e10bd7e8/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6809e1b4a0d9273a7a0f6912", - "name": "Prodej bytu 3+kk 79 m²", - "price": 12675596, - "price_formatted": "12 675 596 Kč", - "locality": "Silurská, Praha 5 - Hlubočepy", - "lat": 50.034677, - "lon": 14.385567, - "disposition": "3+kk", - "floor": 7, - "area": 79, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-5-silurska/6809e1b4a0d9273a7a0f6912/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "681054dd9a54cfd0890cc42d", - "name": "Prodej bytu 3+kk 76 m²", - "price": 11942365, - "price_formatted": "11 942 365 Kč", - "locality": "Silurská, Praha 5 - Hlubočepy", - "lat": 50.03467693, - "lon": 14.38556713, - "disposition": "3+kk", - "floor": 8, - "area": 76, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-5-silurska/681054dd9a54cfd0890cc42d/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68105903328b4b01820580b0", - "name": "Prodej bytu 3+kk 72 m²", - "price": 11819718, - "price_formatted": "11 819 718 Kč", - "locality": "Silurská, Praha 5 - Hlubočepy", - "lat": 50.03467693, - "lon": 14.38556713, - "disposition": "3+kk", - "floor": 7, - "area": 72, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-5-silurska/68105903328b4b01820580b0/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "681056fcd6ad5e92d30428e5", - "name": "Prodej bytu 3+kk 80 m²", - "price": 12580194, - "price_formatted": "12 580 194 Kč", - "locality": "Silurská, Praha 5 - Hlubočepy", - "lat": 50.03467693, - "lon": 14.38556713, - "disposition": "3+kk", - "floor": 8, - "area": 80, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-5-silurska/681056fcd6ad5e92d30428e5/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6809dc3b546222c9c400f537", - "name": "Prodej bytu 3+kk 75 m²", - "price": 12445800, - "price_formatted": "12 445 800 Kč", - "locality": "Silurská, Praha 5 - Hlubočepy", - "lat": 50.03467693, - "lon": 14.38556713, - "disposition": "3+kk", - "floor": 7, - "area": 75, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-5-silurska/6809dc3b546222c9c400f537/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "687f961f49d736f8d705c116", - "name": "Prodej bytu 3+kk 77 m²", - "price": 12391000, - "price_formatted": "12 391 000 Kč", - "locality": "Kutnohorská, Praha 10 - Dolní Měcholupy", - "lat": 50.0577323912, - "lon": 14.5615347027, - "disposition": "3+kk", - "floor": 4, - "area": 77, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-15-kutnohorska/687f961f49d736f8d705c116/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68679bf0931a33391f01625a", - "name": "Prodej bytu 3+kk 73 m²", - "price": 10500000, - "price_formatted": "10 500 000 Kč", - "locality": "Doubravčická, Praha 10 - Strašnice", - "lat": 50.0659344384, - "lon": 14.5028422965, - "disposition": "3+kk", - "floor": 3, - "area": 73, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-10-doubravcicka/68679bf0931a33391f01625a/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68553529819a219de500348a", - "name": "Prodej bytu 3+kk 81 m²", - "price": 12594325, - "price_formatted": "12 594 325 Kč", - "locality": "Roudnická, Praha 8 - Střížkov", - "lat": 50.132416, - "lon": 14.485471, - "disposition": "3+kk", - "floor": 5, - "area": 81, - "building_type": "Skeletová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-8-roudnicka/68553529819a219de500348a/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "684aaf05323be5e14a09e3de", - "name": "Prodej bytu 3+kk 71 m²", - "price": 13500000, - "price_formatted": "13 500 000 Kč", - "locality": "Balbínova, Praha 2 - Vinohrady", - "lat": 50.07665050734163, - "lon": 14.433537847647935, - "disposition": "3+kk", - "floor": 6, - "area": 71, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-2-balbinova/684aaf05323be5e14a09e3de/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6859be614577b12dc3083f94", - "name": "Prodej bytu 3+kk 98 m²", - "price": 12762764, - "price_formatted": "12 762 764 Kč", - "locality": "Lodžská, Praha 8 - Bohnice", - "lat": 50.1307587008, - "lon": 14.4232492973, - "disposition": "3+kk", - "floor": 6, - "area": 98, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-8-lodzska/6859be614577b12dc3083f94/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "685164c39b4bc0dcfe02dfa7", - "name": "Prodej bytu 3+kk 86 m²", - "price": 7834047, - "price_formatted": "7 834 047 Kč", - "locality": "Zenklova, Praha 8 - Libeň", - "lat": 50.1122173272, - "lon": 14.475707518, - "disposition": "3+kk", - "floor": 5, - "area": 86, - "building_type": "Cihlová", - "ownership": "družstevní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-8-zenklova/685164c39b4bc0dcfe02dfa7/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6851648712c1e89c04033f6e", - "name": "Prodej bytu 3+kk 94 m²", - "price": 9968914, - "price_formatted": "9 968 914 Kč", - "locality": "Zenklova, Praha 8 - Libeň", - "lat": 50.1122173272, - "lon": 14.475707518, - "disposition": "3+kk", - "floor": 5, - "area": 94, - "building_type": "Cihlová", - "ownership": "družstevní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-8-zenklova/6851648712c1e89c04033f6e/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68516463e4f58ee22b0d95ba", - "name": "Prodej bytu 3+kk 106 m²", - "price": 9876336, - "price_formatted": "9 876 336 Kč", - "locality": "Zenklova, Praha 8 - Libeň", - "lat": 50.1122173272, - "lon": 14.475707518, - "disposition": "3+kk", - "floor": 5, - "area": 106, - "building_type": "Cihlová", - "ownership": "družstevní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-8-zenklova/68516463e4f58ee22b0d95ba/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6851643b081810b013029406", - "name": "Prodej bytu 3+kk 89 m²", - "price": 8103728, - "price_formatted": "8 103 728 Kč", - "locality": "Zenklova, Praha 8 - Libeň", - "lat": 50.1122173272, - "lon": 14.475707518, - "disposition": "3+kk", - "floor": 5, - "area": 89, - "building_type": "Cihlová", - "ownership": "družstevní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-8-zenklova/6851643b081810b013029406/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "685164051fa9c335a6086584", - "name": "Prodej bytu 3+kk 99 m²", - "price": 9799130, - "price_formatted": "9 799 130 Kč", - "locality": "Zenklova, Praha 8 - Libeň", - "lat": 50.1122173272, - "lon": 14.475707518, - "disposition": "3+kk", - "floor": 5, - "area": 99, - "building_type": "Cihlová", - "ownership": "družstevní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-8-zenklova/685164051fa9c335a6086584/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6836c55e9b723f9e16081069", - "name": "Prodej bytu 3+1 103 m²", - "price": 9790000, - "price_formatted": "9 790 000 Kč", - "locality": "Plánická, Praha 5 - Radotín", - "lat": 49.9921087988, - "lon": 14.366138543, - "disposition": "3+1", - "floor": 2, - "area": 103, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-16-planicka/6836c55e9b723f9e16081069/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "682d8e6d84563e987b004601", - "name": "Prodej bytu 3+kk 73 m²", - "price": 13042000, - "price_formatted": "13 042 000 Kč", - "locality": "Dunovského, Praha 4 - Chodov", - "lat": 50.0346172504, - "lon": 14.5070506261, - "disposition": "3+kk", - "floor": 3, - "area": 73, - "building_type": "2025", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-11-dunovskeho/682d8e6d84563e987b004601/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "682317ff9aeed215f105bc76", - "name": "Prodej bytu 3+1 104 m²", - "price": 11500000, - "price_formatted": "11 500 000 Kč", - "locality": "Nad drahou, Praha 5 - Velká Chuchle", - "lat": 50.012851, - "lon": 14.388161, - "disposition": "3+1", - "floor": 2, - "area": 104, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-16-nad-drahou/682317ff9aeed215f105bc76/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6819d47afe9222be1b077f49", - "name": "Prodej bytu 3+1 94 m²", - "price": 12490000, - "price_formatted": "12 490 000 Kč", - "locality": "Kladrubská, Praha 9 - Letňany", - "lat": 50.139446, - "lon": 14.510663, - "disposition": "3+1", - "floor": 3, - "area": 94, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-18-kladrubska/6819d47afe9222be1b077f49/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6815aa6eae058330530bc167", - "name": "Prodej bytu 3+kk 76 m²", - "price": 11858981, - "price_formatted": "11 858 981 Kč", - "locality": "Za Novákovou zahradou, Praha 9 - Satalice", - "lat": 50.1213324932, - "lon": 14.5755921068, - "disposition": "3+kk", - "floor": 3, - "area": 76, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-19-za-novakovou-zahradou/6815aa6eae058330530bc167/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6795f58820b80b55f60fc921", - "name": "Prodej bytu 4+kk 97 m²", - "price": 5070000, - "price_formatted": "5 070 000 Kč", - "locality": "Honzíkova, Praha 10 - Dolní Měcholupy", - "lat": 50.0676057644, - "lon": 14.5542148411, - "disposition": "4+kk", - "floor": 2, - "area": 97, - "building_type": "Smíšená", - "ownership": "družstevní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-10-honzikova/6795f58820b80b55f60fc921/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "678a2757c72bb99a79012ce9", - "name": "Prodej bytu 3+kk 73 m²", - "price": 3835000, - "price_formatted": "3 835 000 Kč", - "locality": "Honzíkova, Praha 10 - Dolní Měcholupy", - "lat": 50.0676057644, - "lon": 14.5542148411, - "disposition": "3+kk", - "floor": 6, - "area": 73, - "building_type": "Smíšená", - "ownership": "družstevní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-10-honzikova/678a2757c72bb99a79012ce9/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6717933d9ddddfda0b0e36e6", - "name": "Prodej bytu 3+kk 106 m²", - "price": 6299000, - "price_formatted": "6 299 000 Kč", - "locality": "Pod Karlovem, Praha 2 - Vinohrady, okres Praha", - "lat": 50.0675995, - "lon": 14.4325446, - "disposition": "3+kk", - "floor": 2, - "area": 106, - "building_type": "Skeletová", - "ownership": "družstevní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-2-pod-karlovem/6717933d9ddddfda0b0e36e6/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "671794c4c8d0586eb10af425", - "name": "Prodej bytu 3+kk 109 m²", - "price": 7299000, - "price_formatted": "7 299 000 Kč", - "locality": "Pod Karlovem, Praha 2 - Vinohrady, okres Praha", - "lat": 50.067627, - "lon": 14.4324932, - "disposition": "3+kk", - "floor": 4, - "area": 109, - "building_type": "Cihlová", - "ownership": "družstevní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-2-pod-karlovem/671794c4c8d0586eb10af425/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "66ed2170fbdcc3fabf018516", - "name": "Prodej bytu 3+kk 77 m²", - "price": 11931416, - "price_formatted": "11 931 416 Kč", - "locality": "Na Petynce, Praha 6 - Střešovice", - "lat": 50.0889264345478, - "lon": 14.3755985417262, - "disposition": "3+kk", - "floor": 9, - "area": 77, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-6-na-petynce/66ed2170fbdcc3fabf018516/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "66f15d1d7eac819b2409e544", - "name": "Prodej bytu 3+kk 80 m²", - "price": 12929790, - "price_formatted": "12 929 790 Kč", - "locality": "Wassermannova, Praha 5 - Hlubočepy", - "lat": 50.0271365, - "lon": 14.3654089, - "disposition": "3+kk", - "floor": 4, - "area": 80, - "building_type": "2024", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-5-wassermannova/66f15d1d7eac819b2409e544/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "66f15d0a068c328ee8095708", - "name": "Prodej bytu 3+kk 71 m²", - "price": 12836320, - "price_formatted": "12 836 320 Kč", - "locality": "Komárkova, Praha 4 - Chodov", - "lat": 50.036015, - "lon": 14.4808868, - "disposition": "3+kk", - "floor": 6, - "area": 71, - "building_type": "2026", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-11-komarkova/66f15d0a068c328ee8095708/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "66f15c7e7dd78ce8a103a8ca", - "name": "Prodej bytu 3+kk 72 m²", - "price": 11403120, - "price_formatted": "11 403 120 Kč", - "locality": "Wassermannova, Praha 5 - Hlubočepy", - "lat": 50.0271365, - "lon": 14.3654089, - "disposition": "3+kk", - "floor": 8, - "area": 72, - "building_type": "2024", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-5-wassermannova/66f15c7e7dd78ce8a103a8ca/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "66f15c780e4781017f08fba2", - "name": "Prodej bytu 3+kk 74 m²", - "price": 11912208, - "price_formatted": "11 912 208 Kč", - "locality": "Wassermannova, Praha 5 - Hlubočepy", - "lat": 50.0271365, - "lon": 14.3654089, - "disposition": "3+kk", - "floor": 8, - "area": 74, - "building_type": "2024", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-5-wassermannova/66f15c780e4781017f08fba2/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "66f15c4c2dc7284d33071155", - "name": "Prodej bytu 3+kk 71 m²", - "price": 12147190, - "price_formatted": "12 147 190 Kč", - "locality": "Wassermannova, Praha 5 - Hlubočepy", - "lat": 50.0271365, - "lon": 14.3654089, - "disposition": "3+kk", - "floor": 8, - "area": 71, - "building_type": "2024", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-5-wassermannova/66f15c4c2dc7284d33071155/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "66f15c477346a365a308a30d", - "name": "Prodej bytu 3+kk 74 m²", - "price": 12968283, - "price_formatted": "12 968 283 Kč", - "locality": "Wassermannova, Praha 5 - Hlubočepy", - "lat": 50.0271365, - "lon": 14.3654089, - "disposition": "3+kk", - "floor": 8, - "area": 74, - "building_type": "2024", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-5-wassermannova/66f15c477346a365a308a30d/", - "source": "idnes", - "image": "" + "image": "", + "scraped_at": "2026-02-25" } ] \ No newline at end of file diff --git a/byty_merged.json b/byty_merged.json index 1798662..fecccff 100644 --- a/byty_merged.json +++ b/byty_merged.json @@ -1,343 +1,57 @@ [ { - "hash_id": 752694092, - "name": "Prodej bytu 3+kk 72 m² (Jednopodlažní)", - "price": 11832300, - "price_formatted": "11 832 300 Kč", - "locality": "Kabátové, Praha - Hlubočepy", - "lat": 50.032154, - "lon": 14.378248, - "disposition": "3+kk", - "floor": 7, - "area": 72, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hlubocepy-kabatove/752694092", - "image": "https://d18-a.sdn.cz/d_18/c_img_oe_E/nO1Ur3YPjBDq6KH61ExTcp3/420f.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2681025356, - "name": "Prodej bytu 3+kk 75 m² (Jednopodlažní)", - "price": 11530100, - "price_formatted": "11 530 100 Kč", - "locality": "Kabátové, Praha - Hlubočepy", - "lat": 50.032154, - "lon": 14.378248, + "hash_id": "8941", + "name": "Prodej bytu 3+kk, 102 m² — JITRO", + "price": 13994000, + "price_formatted": "13 994 000 Kč", + "locality": "Litevská 1174/8, Praha 10", + "lat": 50.0729, + "lon": 14.4767, "disposition": "3+kk", "floor": 2, - "area": 75, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hlubocepy-kabatove/2681025356", - "image": "https://d18-a.sdn.cz/d_18/c_img_oe_E/nO1Ur3YPjBPH4pBCVExTO9M/f53c.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" + "area": 102.7, + "building_type": "neuvedeno", + "ownership": "osobní", + "url": "https://psn.cz/prodej/ubytovaci-jednotka-3-kk-litevska-praha-10-vrsovice-lit4219", + "source": "psn", + "image": "", + "scraped_at": "2026-02-25" }, { - "hash_id": 2427577164, - "name": "Prodej bytu 3+kk 73 m² (Jednopodlažní)", - "price": 10990000, - "price_formatted": "10 990 000 Kč", - "locality": "Václava Trojana, Praha 10 - Uhříněves", - "lat": 50.033005, - "lon": 14.61097, - "disposition": "3+kk", - "floor": 4, - "area": 73, + "hash_id": "cityhome_na-vaclavce-34_Byt A2.3", + "name": "Prodej bytu 3+1, 99 m² — Na Václavce 34", + "price": 13490000, + "price_formatted": "13 490 000 Kč", + "locality": "Na Václavce 34, Praha 5", + "lat": 50.0652858, + "lon": 14.3931318, + "disposition": "3+1", + "floor": 2, + "area": 99.1, "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-uhrineves-vaclava-trojana/2427577164", - "image": "https://d18-a.sdn.cz/d_18/c_img_of_B/kPRtHkVQLlCon8iBsVE3syhL/b04a.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" + "ownership": "neuvedeno", + "url": "https://www.city-home.cz/projekty/na-vaclavce-34/nabidka-nemovitosti/byt-a23", + "source": "cityhome", + "image": "", + "scraped_at": "2026-02-25" }, { - "hash_id": 158065228, - "name": "Prodej bytu 3+kk 73 m²", - "price": 10947779, - "price_formatted": "10 947 779 Kč", - "locality": "Marie Podvalové, Praha - Čakovice", - "lat": 50.157696, - "lon": 14.519159, - "disposition": "3+kk", - "floor": 4, - "area": 73, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-cakovice-marie-podvalove/158065228", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqawIkHTbFrh4zH/4f1d.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3019572044, - "name": "Prodej bytu 3+kk 76 m²", - "price": 10790000, - "price_formatted": "10 790 000 Kč", - "locality": "Plzákova, Praha - Kbely", - "lat": 50.13237, - "lon": 14.53639, - "disposition": "3+kk", + "hash_id": "cityhome_na-vaclavce-34_Byt A3.2", + "name": "Prodej bytu 3+1, 95 m² — Na Václavce 34", + "price": 13490000, + "price_formatted": "13 490 000 Kč", + "locality": "Na Václavce 34, Praha 5", + "lat": 50.0652858, + "lon": 14.3931318, + "disposition": "3+1", "floor": 3, - "area": 76, + "area": 95.6, "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-kbely-plzakova/3019572044", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_A/nDJ4VEZEqCaOxZQ8PFZch2R/b90f.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 399971148, - "name": "Prodej bytu 3+kk 72 m²", - "price": 12290000, - "price_formatted": "12 290 000 Kč", - "locality": "Kolbenova, Praha 9 - Hloubětín", - "lat": 50.109985, - "lon": 14.527657, - "disposition": "3+kk", - "floor": 2, - "area": 72, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hloubetin-kolbenova/399971148", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqB6axWHeeFr9uLa/35cc.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1390900044, - "name": "Prodej bytu 3+kk 70 m²", - "price": 13500000, - "price_formatted": "13 500 000 Kč", - "locality": "Bratislavská, Praha 10 - Hostivař", - "lat": 50.044048, - "lon": 14.516497, - "disposition": "3+kk", - "floor": 6, - "area": 70, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hostivar-bratislavska/1390900044", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqB8gfpH2mFuTE2m/d3cf.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3476759372, - "name": "Prodej bytu 3+kk 86 m²", - "price": 12350000, - "price_formatted": "12 350 000 Kč", - "locality": "Nademlejnská, Praha 9 - Hloubětín", - "lat": 50.103554, - "lon": 14.52893, - "disposition": "3+kk", - "floor": 7, - "area": 86, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hloubetin-nademlejnska/3476759372", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeND2I1YDyBFq3QlM/31ca.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3153072972, - "name": "Prodej bytu 3+kk 83 m² (Jednopodlažní)", - "price": 9700000, - "price_formatted": "9 700 000 Kč", - "locality": "Malkovského, Praha 9 - Letňany", - "lat": 50.142227, - "lon": 14.507899, - "disposition": "3+kk", - "floor": 6, - "area": 83, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-letnany-malkovskeho/3153072972", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/nPXMbbUsvqECACpDsmFmzrpS/e213.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1021510476, - "name": "Prodej bytu 3+kk 80 m²", - "price": 12690000, - "price_formatted": "12 690 000 Kč", - "locality": "Novotného, Praha 5 - Hlubočepy", - "lat": 50.027798, - "lon": 14.365065, - "disposition": "3+kk", - "floor": 5, - "area": 80, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hlubocepy-novotneho/1021510476", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_B/kOzkBkwYBTDPt7SN3RFeuwx2/31bb.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2101179212, - "name": "Prodej bytu 3+kk 74 m²", - "price": 9990000, - "price_formatted": "9 990 000 Kč", - "locality": "Bermanova, Praha 9 - Čakovice", - "lat": 50.156288, - "lon": 14.516864, - "disposition": "3+kk", - "floor": 2, - "area": 74, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-cakovice-bermanova/2101179212", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNBLdvLCuOFoheUN/4b45.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3939726156, - "name": "Prodej bytu 3+kk 91 m²", - "price": 10480000, - "price_formatted": "10 480 000 Kč", - "locality": "Danielova, Praha 9 - Čakovice", - "lat": 50.153698, - "lon": 14.530779, - "disposition": "3+kk", - "floor": 2, - "area": 91, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-cakovice-danielova/3939726156", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqB8gfpFRBFqbRqp/042a.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1137623884, - "name": "Prodej bytu 3+kk 71 m²", - "price": 12318349, - "price_formatted": "12 318 349 Kč", - "locality": "Praha 9", - "lat": 50.106956, - "lon": 14.510207, - "disposition": "3+kk", - "floor": 4, - "area": 71, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-praha-9-/1137623884", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNBLdvLEGwFrflXX/fb3e.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3226313292, - "name": "Prodej bytu 3+kk 83 m²", - "price": 13500000, - "price_formatted": "13 500 000 Kč", - "locality": "Na Neklance, Praha 5 - Smíchov", - "lat": 50.060715, - "lon": 14.401836, - "disposition": "3+kk", - "floor": 4, - "area": 83, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-smichov-na-neklance/3226313292", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeND2I1YDy2Fq7ErU/6389.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1591976780, - "name": "Prodej bytu 3+kk 74 m²", - "price": 10962500, - "price_formatted": "10 962 500 Kč", - "locality": "Mladoboleslavská, Praha 9 - Kbely", - "lat": 50.130577, - "lon": 14.549412, - "disposition": "3+kk", - "floor": 5, - "area": 74, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-kbely-mladoboleslavska/1591976780", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_B/nDJ4VEZEqx7ONV48FgQQQ7/2ad0.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 249877324, - "name": "Prodej bytu 3+kk 78 m²", - "price": 13464900, - "price_formatted": "13 464 900 Kč", - "locality": "Pilotů, Praha 6 - Ruzyně", - "lat": 50.093006, - "lon": 14.29925, - "disposition": "3+kk", - "floor": 2, - "area": 78, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-ruzyne-pilotu/249877324", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqawIkHqCFr1L8h/520e.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 589460300, - "name": "Prodej bytu 3+kk 69 m²", - "price": 13126000, - "price_formatted": "13 126 000 Kč", - "locality": "Ke Slivenci, Praha - Lochkov", - "lat": 50.004192, - "lon": 14.355805, - "disposition": "3+kk", - "floor": 2, - "area": 69, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-lochkov-ke-slivenci/589460300", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqCrBESFRwFq0YmL/cd28.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3248993100, - "name": "Prodej bytu 3+kk 106 m² (Jednopodlažní)", - "price": 12490000, - "price_formatted": "12 490 000 Kč", - "locality": "Na Plískavě, Praha 10 - Hostivař", - "lat": 50.051746, - "lon": 14.526683, - "disposition": "3+kk", - "floor": 2, - "area": 106, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hostivar-na-pliskave/3248993100", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_B/nPXMbbUsvqawIkKM7Fu34rc/7dc6.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2860663372, - "name": "Prodej bytu 3+kk 78 m² (Jednopodlažní)", - "price": 12463000, - "price_formatted": "12 463 000 Kč", - "locality": "Kubelíkova, Praha", - "lat": 50.082317, - "lon": 14.450463, - "disposition": "3+kk", - "floor": 4, - "area": 78, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha--kubelikova/2860663372", - "image": "https://d18-a.sdn.cz/d_18/c_img_oZ_C/nsLxLojIBfZuBIjJDOugLv/2953.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3672994636, - "name": "Prodej bytu 3+kk 81 m²", - "price": 12390000, - "price_formatted": "12 390 000 Kč", - "locality": "Stochovská, Praha 6 - Ruzyně", - "lat": 50.082985, - "lon": 14.311815, - "disposition": "3+kk", - "floor": 3, - "area": 81, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-ruzyne-stochovska/3672994636", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNBx1gQCvbFolD8K/c22e.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" + "ownership": "neuvedeno", + "url": "https://www.city-home.cz/projekty/na-vaclavce-34/nabidka-nemovitosti/byt-a32", + "source": "cityhome", + "image": "", + "scraped_at": "2026-02-25" }, { "hash_id": 938877772, @@ -354,23 +68,7 @@ "ownership": "Osobní", "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-vrsovice-celjabinska/938877772", "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNBLdvLCneFodIxL/21cc.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2695627340, - "name": "Prodej bytu 3+kk 89 m² (Mezonet)", - "price": 13467500, - "price_formatted": "13 467 500 Kč", - "locality": "Vodárenská, Praha - Podolí", - "lat": 50.058376, - "lon": 14.420282, - "disposition": "3+kk", - "floor": 7, - "area": 89, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-podoli-vodarenska/2695627340", - "image": "https://d18-a.sdn.cz/d_18/c_img_ob_A/kPxAuWMbDHC2NaatTDpFy5p/3229.jpeg?fl=res,400,300,3|shr,,20|jpg,90", + "scraped_at": "2026-02-25", "source": "sreality" }, { @@ -388,2148 +86,7 @@ "ownership": "Osobní", "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-stodulky-na-vyrovne/2036855628", "image": "https://d18-a.sdn.cz/d_18/c_img_p7_C/nPXMbbUsvqW7e6cQFkEl5P/7399.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2730259276, - "name": "Prodej bytu 3+kk 85 m²", - "price": 11499000, - "price_formatted": "11 499 000 Kč", - "locality": "Na Dědince, Praha 8 - Libeň", - "lat": 50.115685, - "lon": 14.472486, - "disposition": "3+kk", - "floor": 5, - "area": 85, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-liben-na-dedince/2730259276", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqBj6FAH16FudhZV/adc2.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3275031372, - "name": "Prodej bytu 3+kk 89 m² (Jednopodlažní)", - "price": 11900000, - "price_formatted": "11 900 000 Kč", - "locality": "Pýchavková, Praha 10 - Pitkovice", - "lat": 50.016739, - "lon": 14.582249, - "disposition": "3+kk", - "floor": 3, - "area": 89, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-pitkovice-pychavkova/3275031372", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_C/nDJ4VEZEqD86wCYT1FjMhvP/923b.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2490938188, - "name": "Prodej bytu 3+kk 94 m²", - "price": 9968914, - "price_formatted": "9 968 914 Kč", - "locality": "Zenklova, Praha 8 - Libeň", - "lat": 50.112217, - "lon": 14.475707, - "disposition": "3+kk", - "floor": 5, - "area": 94, - "building_type": "Cihlová", - "ownership": "Družstevní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-liben-zenklova/2490938188", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_B/nPXMbbUsvqawIkKOSFu6E8w/47c9.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2776150860, - "name": "Prodej bytu 3+kk 106 m² (Mezonet)", - "price": 9876336, - "price_formatted": "9 876 336 Kč", - "locality": "Zenklova, Praha 8 - Libeň", - "lat": 50.112217, - "lon": 14.475707, - "disposition": "3+kk", - "floor": 5, - "area": 106, - "building_type": "Cihlová", - "ownership": "Družstevní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-liben-zenklova/2776150860", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_B/kOzkBkwYBTCNNSBOd7Fg1pg4/377c.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2948907852, - "name": "Prodej bytu 3+kk 110 m²", - "price": 12450000, - "price_formatted": "12 450 000 Kč", - "locality": "Nuselská, Praha 4 - Nusle", - "lat": 50.059994, - "lon": 14.449458, - "disposition": "3+kk", - "floor": 7, - "area": 110, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-nusle-nuselska/2948907852", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_C/nDJ4VEZEqxQDMXjsFjOLcE/368c.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3278009164, - "name": "Prodej bytu 3+kk 94 m²", - "price": 9990000, - "price_formatted": "9 990 000 Kč", - "locality": "Malkovského, Praha 9 - Letňany", - "lat": 50.140865, - "lon": 14.507361, - "disposition": "3+kk", - "floor": 6, - "area": 94, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-letnany-malkovskeho/3278009164", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNBjPnRD1XFrBhDF/6a5a.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 276456268, - "name": "Prodej bytu 3+kk 93 m²", - "price": 12390000, - "price_formatted": "12 390 000 Kč", - "locality": "Kříženeckého náměstí, Praha 5 - Hlubočepy", - "lat": 50.03138, - "lon": 14.391757, - "disposition": "3+kk", - "floor": 2, - "area": 93, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hlubocepy-krizeneckeho-namesti/276456268", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_B/kY1K2LlXQB7HUz74FwQs60/ce8b.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3704697676, - "name": "Prodej bytu 3+kk 72 m²", - "price": 8000000, - "price_formatted": "8 000 000 Kč", - "locality": "Litevská, Praha 10 - Vršovice", - "lat": 50.072536, - "lon": 14.476557, - "disposition": "3+kk", - "floor": 5, - "area": 72, - "building_type": "Cihlová", - "ownership": "Družstevní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-vrsovice-litevska/3704697676", - "image": "https://d18-a.sdn.cz/d_18/c_img_of_A/nOztZkD4ZlC2Y2EU6E0MiZv/15fc.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1429013324, - "name": "Prodej bytu 3+kk 99 m²", - "price": 11500000, - "price_formatted": "11 500 000 Kč", - "locality": "Heydukova, Praha 8 - Libeň", - "lat": 50.102848, - "lon": 14.476036, - "disposition": "3+kk", - "floor": 5, - "area": 99, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-liben-heydukova/1429013324", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_B/nDJ4VEZEqCaOxZTwjFdkEjS/0870.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3596645196, - "name": "Prodej bytu 3+kk 88 m²", - "price": 13499000, - "price_formatted": "13 499 000 Kč", - "locality": "Plzeňská, Praha 5 - Stodůlky", - "lat": 50.061039, - "lon": 14.306672, - "disposition": "3+kk", - "floor": 2, - "area": 88, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-stodulky-plzenska/3596645196", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeND2I1YEWYFr8h8D/92f6.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1843860300, - "name": "Prodej bytu 3+kk 73 m² (Jednopodlažní)", - "price": 12990000, - "price_formatted": "12 990 000 Kč", - "locality": "Praha 9 - Vysočany", - "lat": 50.106956, - "lon": 14.510207, - "disposition": "3+kk", - "floor": 6, - "area": 73, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-vysocany-/1843860300", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_C/kOzkBkwYBTCNNSBHmVFRoNL0/ee40.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1726158156, - "name": "Prodej bytu 3+kk 72 m²", - "price": 11917901, - "price_formatted": "11 917 901 Kč", - "locality": "Marie Podvalové, Praha - Čakovice", - "lat": 50.157696, - "lon": 14.519159, - "disposition": "3+kk", - "floor": 3, - "area": 72, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-cakovice-marie-podvalove/1726158156", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqawIkHVgFriJvh/2e4d.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 832578892, - "name": "Prodej bytu 3+kk 77 m²", - "price": 12509412, - "price_formatted": "12 509 412 Kč", - "locality": "Marie Podvalové, Praha - Čakovice", - "lat": 50.157696, - "lon": 14.519159, - "disposition": "3+kk", - "floor": 3, - "area": 77, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-cakovice-marie-podvalove/832578892", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqawIkJqzFuWrsR/ff4e.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 21418828, - "name": "Prodej bytu 3+kk 95 m²", - "price": 11650000, - "price_formatted": "11 650 000 Kč", - "locality": "Na Harfě, Praha 9 - Vysočany", - "lat": 50.102989, - "lon": 14.501802, - "disposition": "3+kk", - "floor": 6, - "area": 95, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-vysocany-na-harfe/21418828", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeND2I1YFPnFuCZes/101d.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2550690636, - "name": "Prodej bytu 3+kk 76 m² (Jednopodlažní)", - "price": 10850000, - "price_formatted": "10 850 000 Kč", - "locality": "Boloňská, Praha - Horní Měcholupy", - "lat": 50.047672, - "lon": 14.55894, - "disposition": "3+kk", - "floor": 4, - "area": 76, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-horni-mecholupy-bolonska/2550690636", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeND2I1YCm8FoeXCI/e966.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3719308108, - "name": "Prodej bytu 3+kk 72 m²", - "price": 12863000, - "price_formatted": "12 863 000 Kč", - "locality": "Toufarova, Praha 5 - Stodůlky", - "lat": 50.042961, - "lon": 14.312009, - "disposition": "3+kk", - "floor": 3, - "area": 72, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-stodulky-toufarova/3719308108", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNBFLmuEwcFsHIKt/e1f5.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3936207692, - "name": "Prodej bytu 3+kk 69 m²", - "price": 11853625, - "price_formatted": "11 853 625 Kč", - "locality": "Nekonečného, Praha 5 - Stodůlky", - "lat": 50.042297, - "lon": 14.306854, - "disposition": "3+kk", - "floor": 2, - "area": 69, - "building_type": "Dřevostavba", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-stodulky-nekonecneho/3936207692", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqBj6FAGPXFsHGwU/4798.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1692087116, - "name": "Prodej bytu 3+kk 87 m²", - "price": 5950000, - "price_formatted": "5 950 000 Kč", - "locality": "náměstí Plukovníka Vlčka, Praha 9 - Černý Most", - "lat": 50.10437, - "lon": 14.575037, - "disposition": "3+kk", - "floor": 3, - "area": 87, - "building_type": "Smíšená", - "ownership": "Družstevní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-cerny-most-namesti-plukovnika-vlcka/1692087116", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_A/nDJ4VEZEqD86wCEN7FFcV9p/b693.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2328654668, - "name": "Prodej bytu 3+kk 78 m²", - "price": 8490000, - "price_formatted": "8 490 000 Kč", - "locality": "náměstí Protifašistických bojovníků, Praha 10 - Uhříněves", - "lat": 50.029461, - "lon": 14.600902, - "disposition": "3+kk", - "floor": 2, - "area": 78, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-uhrineves-namesti-protifasistickych-bojovniku/2328654668", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNCgOJyE8gFqILHd/afca.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 966988620, - "name": "Prodej bytu 3+kk 78 m²", - "price": 12950000, - "price_formatted": "12 950 000 Kč", - "locality": "Klečkova, Praha 5 - Stodůlky", - "lat": 50.059544, - "lon": 14.330179, - "disposition": "3+kk", - "floor": 2, - "area": 78, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-stodulky-kleckova/966988620", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_C/kOzkBkwYBTBLrRlRISFjxJqW/9c9d.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1316057932, - "name": "Prodej bytu 3+kk 75 m²", - "price": 12999000, - "price_formatted": "12 999 000 Kč", - "locality": "Babická, Praha 4 - Chodov", - "lat": 50.040405, - "lon": 14.498413, - "disposition": "3+kk", - "floor": 4, - "area": 75, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-chodov-babicka/1316057932", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqB6axWHESFrWqkZ/5659.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3356021324, - "name": "Prodej bytu 3+kk 70 m²", - "price": 10790000, - "price_formatted": "10 790 000 Kč", - "locality": "Praha 10 - Uhříněves", - "lat": 50.034393, - "lon": 14.590517, - "disposition": "3+kk", - "floor": 2, - "area": 70, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-uhrineves-/3356021324", - "image": "https://d18-a.sdn.cz/d_18/c_img_m2_C/nEEmzB06yBVcLPaT2iQb/a547.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3646804812, - "name": "Prodej bytu 3+kk 76 m² (Jednopodlažní)", - "price": 12717101, - "price_formatted": "12 717 101 Kč", - "locality": "Údolní, Praha 4 - Braník", - "lat": 50.025032, - "lon": 14.425974, - "disposition": "3+kk", - "floor": 8, - "area": 76, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-branik-udolni/3646804812", - "image": "https://d18-a.sdn.cz/d_18/c_img_od_E/kBlLbSfl8BFAxJCntEfI6TC/159e.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2284782412, - "name": "Prodej bytu 3+kk 105 m²", - "price": 13450000, - "price_formatted": "13 450 000 Kč", - "locality": "Lékařská, Praha 5 - Motol", - "lat": 50.074051, - "lon": 14.356808, - "disposition": "3+kk", - "floor": 4, - "area": 105, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-motol-lekarska/2284782412", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_A/nDJ4VEZEqBMnoOSTEFblacT/58fc.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 509657932, - "name": "Prodej bytu 3+kk 85 m²", - "price": 10900000, - "price_formatted": "10 900 000 Kč", - "locality": "Za Valem, Praha 4 - Kunratice", - "lat": 50.020504, - "lon": 14.465816, - "disposition": "3+kk", - "floor": 2, - "area": 85, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-kunratice-za-valem/509657932", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_A/kOzkBkwYBTCNNSBLFPFZ1ezF/68e6.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2185458508, - "name": "Prodej bytu 3+kk 76 m²", - "price": 12680000, - "price_formatted": "12 680 000 Kč", - "locality": "Matoušova, Praha - Smíchov", - "lat": 50.074284, - "lon": 14.405826, - "disposition": "3+kk", - "floor": 2, - "area": 76, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-smichov-matousova/2185458508", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNCgOJyGrQFsm0x9/ae55.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 4044624716, - "name": "Prodej bytu 3+kk 86 m²", - "price": 12990000, - "price_formatted": "12 990 000 Kč", - "locality": "Starochodovská, Praha 4 - Chodov", - "lat": 50.032272, - "lon": 14.500348, - "disposition": "3+kk", - "floor": 4, - "area": 86, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-chodov-starochodovska/4044624716", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNDpoIQCIjFnT3j5/7c74.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1671439692, - "name": "Prodej bytu 3+kk 77 m²", - "price": 12556524, - "price_formatted": "12 556 524 Kč", - "locality": "Marie Podvalové, Praha - Čakovice", - "lat": 50.157696, - "lon": 14.519159, - "disposition": "3+kk", - "floor": 3, - "area": 77, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-cakovice-marie-podvalove/1671439692", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqW7e6HmhFuWvTy/67cb.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3651539788, - "name": "Prodej bytu 3+kk 69 m² (Jednopodlažní)", - "price": 13500000, - "price_formatted": "13 500 000 Kč", - "locality": "Zvěřinova, Praha 3 - Strašnice", - "lat": 50.084606, - "lon": 14.482681, - "disposition": "3+kk", - "floor": 12, - "area": 69, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-strasnice-zverinova/3651539788", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_D/nDJ4VEZEqxmIDK5SFVQ67V/47d3.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1313456972, - "name": "Prodej bytu 3+kk 87 m²", - "price": 3641309, - "price_formatted": "3 641 309 Kč", - "locality": "Praha 9", - "lat": 50.106956, - "lon": 14.510207, - "disposition": "3+kk", - "floor": 5, - "area": 87, - "building_type": "Smíšená", - "ownership": "Družstevní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-praha-9-/1313456972", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_B/kY1K2LlXQBsPCGXMFvI8II/9010.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1192653644, - "name": "Prodej bytu 3+kk 80 m²", - "price": 12999990, - "price_formatted": "12 999 990 Kč", - "locality": "Mantovská, Praha - Horní Měcholupy", - "lat": 50.0396, - "lon": 14.569008, - "disposition": "3+kk", - "floor": 5, - "area": 80, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-horni-mecholupy-mantovska/1192653644", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNCgOJyHapFt25BO/298f.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 175792972, - "name": "Prodej bytu 3+kk 71 m²", - "price": 10990000, - "price_formatted": "10 990 000 Kč", - "locality": "Vřesovická, Praha 5 - Zličín", - "lat": 50.059868, - "lon": 14.286838, - "disposition": "3+kk", - "floor": 3, - "area": 71, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-zlicin-vresovicka/175792972", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_B/nPVpfd5QLLBPLz5s2FwCJDh/3c84.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3621479244, - "name": "Prodej bytu 3+kk 79 m² (Mezonet)", - "price": 12900000, - "price_formatted": "12 900 000 Kč", - "locality": "Bulharská, Praha 10 - Vršovice", - "lat": 50.071842, - "lon": 14.46282, - "disposition": "3+kk", - "floor": 5, - "area": 79, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-vrsovice-bulharska/3621479244", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_B/nPVpfd5QLLDqk1BbeFvlqNy/e129.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1196299084, - "name": "Prodej bytu 3+kk 90 m²", - "price": 13450000, - "price_formatted": "13 450 000 Kč", - "locality": "Mantovská, Praha 10 - Horní Měcholupy", - "lat": 50.041126, - "lon": 14.569748, - "disposition": "3+kk", - "floor": 3, - "area": 90, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-horni-mecholupy-mantovska/1196299084", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqB6axWJHGFuUhM9/ab40.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 4070581580, - "name": "Prodej bytu 3+kk 77 m²", - "price": 12207113, - "price_formatted": "12 207 113 Kč", - "locality": "Marie Podvalové, Praha - Čakovice", - "lat": 50.157696, - "lon": 14.519159, - "disposition": "3+kk", - "floor": 2, - "area": 77, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-cakovice-marie-podvalove/4070581580", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNBFLmuFzPFuWw0w/0867.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 4399948, - "name": "Prodej bytu 3+kk 78 m²", - "price": 11648000, - "price_formatted": "11 648 000 Kč", - "locality": "Na Míčánkách, Praha 10 - Vršovice", - "lat": 50.071323, - "lon": 14.463871, - "disposition": "3+kk", - "floor": 6, - "area": 78, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-vrsovice-na-micankach/4399948", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_D/kOzkBkwYBTBCGZ9JoyFVzUk6/39ca.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1098429260, - "name": "Prodej bytu 3+kk 86 m² (Mezonet)", - "price": 7834047, - "price_formatted": "7 834 047 Kč", - "locality": "Zenklova, Praha 8 - Libeň", - "lat": 50.112217, - "lon": 14.475707, - "disposition": "3+kk", - "floor": 5, - "area": 86, - "building_type": "Cihlová", - "ownership": "Družstevní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-liben-zenklova/1098429260", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_B/nDJ4VEZEqCemGmS2eFg1ngQ/0814.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 975307596, - "name": "Prodej bytu 3+kk 75 m²", - "price": 11550000, - "price_formatted": "11 550 000 Kč", - "locality": "K Lahovské, Praha 5 - Lochkov", - "lat": 50.003479, - "lon": 14.362226, - "disposition": "3+kk", - "floor": 2, - "area": 75, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-lochkov-k-lahovske/975307596", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNBP53ED7tFobUOy/4b5c.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2448565068, - "name": "Prodej bytu 3+kk 70 m²", - "price": 12900000, - "price_formatted": "12 900 000 Kč", - "locality": "Pod Harfou, Praha 9 - Vysočany", - "lat": 50.103802, - "lon": 14.5108, - "disposition": "3+kk", - "floor": 12, - "area": 70, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-vysocany-pod-harfou/2448565068", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_B/kY1K2LlXQBsPCGUzFvCq0S/b1d4.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 787665740, - "name": "Prodej bytu 3+kk 85 m²", - "price": 12300000, - "price_formatted": "12 300 000 Kč", - "locality": "Federova, Praha 9 - Kyje", - "lat": 50.1152, - "lon": 14.5653, - "disposition": "3+kk", - "floor": 2, - "area": 85, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-kyje-federova/787665740", - "image": "https://d18-a.sdn.cz/d_18/c_img_od_E/kBlLbSfl8B9O11CjxEerAxg/a53d.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 4152341324, - "name": "Prodej bytu 3+kk 81 m²", - "price": 12350000, - "price_formatted": "12 350 000 Kč", - "locality": "Novákových, Praha 8 - Libeň", - "lat": 50.103786, - "lon": 14.476581, - "disposition": "3+kk", - "floor": 4, - "area": 81, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-liben-novakovych/4152341324", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_D/kOzkBkwYBTBLrRlKAcFVxVNL/2cfc.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 4098429772, - "name": "Prodej bytu 3+kk 81 m²", - "price": 12980000, - "price_formatted": "12 980 000 Kč", - "locality": "Novákových, Praha 8 - Libeň", - "lat": 50.103786, - "lon": 14.476581, - "disposition": "3+kk", - "floor": 3, - "area": 81, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-liben-novakovych/4098429772", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNBx1gQCv1Fold6c/5b60.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 65700684, - "name": "Prodej bytu 3+kk 77 m²", - "price": 12391000, - "price_formatted": "12 391 000 Kč", - "locality": "Kutnohorská, Praha 10 - Dolní Měcholupy", - "lat": 50.057732, - "lon": 14.561535, - "disposition": "3+kk", - "floor": 2, - "area": 77, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-dolni-mecholupy-kutnohorska/65700684", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_C/nDJ4VEZEqxmIDGjIFPUKAS/9490.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 556598092, - "name": "Prodej bytu 3+kk 70 m²", - "price": 11490000, - "price_formatted": "11 490 000 Kč", - "locality": "Na Viktorce, Praha 3 - Žižkov", - "lat": 50.086342, - "lon": 14.482595, - "disposition": "3+kk", - "floor": 2, - "area": 70, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-zizkov-na-viktorce/556598092", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_B/kOzkBkwYBTEBlmaNutFeef2d/80a1.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3016532812, - "name": "Prodej bytu 3+kk 84 m²", - "price": 11700000, - "price_formatted": "11 700 000 Kč", - "locality": "Dittrichova, Praha 2 - Nové Město", - "lat": 50.074989, - "lon": 14.415755, - "disposition": "3+kk", - "floor": 4, - "area": 84, - "building_type": "Smíšená", - "ownership": "Družstevní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-nove-mesto-dittrichova/3016532812", - "image": "https://d18-a.sdn.cz/d_18/c_img_oa_D/kPxAuWMbDHCgJCaVcDg8Tbf/2f2b.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2647057228, - "name": "Prodej bytu 3+kk 79 m²", - "price": 13500000, - "price_formatted": "13 500 000 Kč", - "locality": "Svornosti, Praha 5 - Smíchov", - "lat": 50.071453, - "lon": 14.408455, - "disposition": "3+kk", - "floor": 6, - "area": 79, - "building_type": "Kamenná", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-smichov-svornosti/2647057228", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNCgOJyCpcFmP45v/41e0.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 888804172, - "name": "Prodej bytu 3+kk 77 m²", - "price": 12451186, - "price_formatted": "12 451 186 Kč", - "locality": "Kotevní, Praha 5 - Smíchov", - "lat": 50.063885, - "lon": 14.409646, - "disposition": "3+kk", - "floor": 5, - "area": 77, - "building_type": "Kamenná", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-smichov-kotevni/888804172", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNBLdvLBlvFmQInh/7bbe.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 961934156, - "name": "Prodej bytu 3+kk 71 m²", - "price": 13220749, - "price_formatted": "13 220 749 Kč", - "locality": "Vršní, Praha 8 - Kobylisy", - "lat": 50.124489, - "lon": 14.453209, - "disposition": "3+kk", - "floor": 2, - "area": 71, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-kobylisy-vrsni/961934156", - "image": "https://d18-a.sdn.cz/d_18/c_img_oc_D/nO0bgvR9rXB3JbECjvEL5uOS/a3c9.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 586642252, - "name": "Prodej bytu 3+kk 83 m²", - "price": 11650000, - "price_formatted": "11 650 000 Kč", - "locality": "K Radotínu, Praha 5 - Zbraslav", - "lat": 49.971115, - "lon": 14.374913, - "disposition": "3+kk", - "floor": 3, - "area": 83, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-zbraslav-k-radotinu/586642252", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqDzGaHHH6Ft7NkE/86e1.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3802198860, - "name": "Prodej bytu 3+kk 76 m²", - "price": 11133000, - "price_formatted": "11 133 000 Kč", - "locality": "K Vinoři, Praha - Kbely", - "lat": 50.133003, - "lon": 14.56198, - "disposition": "3+kk", - "floor": 2, - "area": 76, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-kbely-k-vinori/3802198860", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqB8gfpGBvFrfI2S/c953.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1115820876, - "name": "Prodej bytu 3+kk 71 m² (Jednopodlažní)", - "price": 12360000, - "price_formatted": "12 360 000 Kč", - "locality": "V Horní Stromce, Praha 3 - Vinohrady", - "lat": 50.076836, - "lon": 14.469539, - "disposition": "3+kk", - "floor": 3, - "area": 71, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-vinohrady-v-horni-stromce/1115820876", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_C/kOzkBkwYBTBCGZ9Gb9FOpvLF/ee36.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3956917068, - "name": "Prodej bytu 3+kk 72 m²", - "price": 11685992, - "price_formatted": "11 685 992 Kč", - "locality": "Mladoboleslavská, Praha 9 - Vinoř", - "lat": 50.130577, - "lon": 14.549412, - "disposition": "3+kk", - "floor": 2, - "area": 72, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-vinor-mladoboleslavska/3956917068", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNCgOJyF9DFrenUM/b605.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 271004492, - "name": "Prodej bytu 3+kk 100 m² (Jednopodlažní)", - "price": 11499000, - "price_formatted": "11 499 000 Kč", - "locality": "Pod Žvahovem, Praha 5 - Hlubočepy", - "lat": 50.042271, - "lon": 14.397407, - "disposition": "3+kk", - "floor": 2, - "area": 100, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hlubocepy-pod-zvahovem/271004492", - "image": "https://d18-a.sdn.cz/d_18/c_img_of_A/nOztZkD4ZlC6aNArwE048so/f559.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2090386252, - "name": "Prodej bytu 3+kk 71 m² (Jednopodlažní)", - "price": 11990000, - "price_formatted": "11 990 000 Kč", - "locality": "Hindlova, Praha 9 - Vysočany", - "lat": 50.110931, - "lon": 14.519487, - "disposition": "3+kk", - "floor": 9, - "area": 71, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-vysocany-hindlova/2090386252", - "image": "https://d18-a.sdn.cz/d_18/c_img_oe_B/nO1Ur3YPjB17k9miElAvH7/f738.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2053579340, - "name": "Prodej bytu 3+kk 76 m²", - "price": 11858981, - "price_formatted": "11 858 981 Kč", - "locality": "Za Novákovou zahradou, Praha - Satalice", - "lat": 50.122192, - "lon": 14.57646, - "disposition": "3+kk", - "floor": 3, - "area": 76, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-satalice-za-novakovou-zahradou/2053579340", - "image": "https://d18-a.sdn.cz/d_18/c_img_oe_B/nO1Ur3YPjB17k9qAElHGe3/e889.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 4143002444, - "name": "Prodej bytu 3+kk 83 m²", - "price": 12290000, - "price_formatted": "12 290 000 Kč", - "locality": "Ortenovo náměstí, Praha 7 - Holešovice", - "lat": 50.10976, - "lon": 14.448239, - "disposition": "3+kk", - "floor": 2, - "area": 83, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-holesovice-ortenovo-namesti/4143002444", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_A/kOzkBkwYBTBLrRlLv1FZ8hmI/a902.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 239190860, - "name": "Prodej bytu 3+kk 85 m²", - "price": 11480000, - "price_formatted": "11 480 000 Kč", - "locality": "Pod Rapidem, Praha 10 - Strašnice", - "lat": 50.071709, - "lon": 14.485498, - "disposition": "3+kk", - "floor": 3, - "area": 85, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-strasnice-pod-rapidem/239190860", - "image": "https://d18-a.sdn.cz/d_18/c_img_oe_C/kOzmiQlmfoDdPdoB8rEpPopt/f31b.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2242032460, - "name": "Prodej bytu 3+kk 98 m²", - "price": 12762764, - "price_formatted": "12 762 764 Kč", - "locality": "Lodžská, Praha 8 - Bohnice", - "lat": 50.13076, - "lon": 14.423249, - "disposition": "3+kk", - "floor": 5, - "area": 98, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-bohnice-lodzska/2242032460", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/nPXMbbUsvqB6axWDTSFm2GTb/ad82.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 4227625804, - "name": "Prodej bytu 3+kk 81 m²", - "price": 10990000, - "price_formatted": "10 990 000 Kč", - "locality": "Ukrajinská, Praha 10 - Vršovice", - "lat": 50.065208, - "lon": 14.450711, - "disposition": "3+kk", - "floor": 5, - "area": 81, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-vrsovice-ukrajinska/4227625804", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqDzGaHEfWFp5WXH/fd47.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2067301196, - "name": "Prodej bytu 3+kk 71 m²", - "price": 11803359, - "price_formatted": "11 803 359 Kč", - "locality": "Hábova, Praha 5 - Stodůlky", - "lat": 50.04636, - "lon": 14.310556, - "disposition": "3+kk", - "floor": 4, - "area": 71, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-stodulky-habova/2067301196", - "image": "https://d18-a.sdn.cz/d_18/c_img_of_A/nO5OZtPbfGEEwhJbVEzIk5w/6238.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 576226124, - "name": "Prodej bytu 3+kk 71 m²", - "price": 12026912, - "price_formatted": "12 026 912 Kč", - "locality": "Hábova, Praha 5 - Stodůlky", - "lat": 50.04636, - "lon": 14.310556, - "disposition": "3+kk", - "floor": 3, - "area": 71, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-stodulky-habova/576226124", - "image": "https://d18-a.sdn.cz/d_18/c_img_of_A/nO5OZtPbfGXuqXa5EzIqYl/4c78.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 473465676, - "name": "Prodej bytu 3+kk 73 m²", - "price": 12349349, - "price_formatted": "12 349 349 Kč", - "locality": "Hábova, Praha 5 - Stodůlky", - "lat": 50.04636, - "lon": 14.310556, - "disposition": "3+kk", - "floor": 3, - "area": 73, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-stodulky-habova/473465676", - "image": "https://d18-a.sdn.cz/d_18/c_img_of_A/nO5OZtPbfGCc8bBbKEzIlyN/5708.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1414517580, - "name": "Prodej bytu 3+kk 69 m²", - "price": 10700000, - "price_formatted": "10 700 000 Kč", - "locality": "U tvrze, Praha 10 - Malešice", - "lat": 50.086681, - "lon": 14.51375, - "disposition": "3+kk", - "floor": 2, - "area": 69, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-malesice-u-tvrze/1414517580", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_B/kY1K2LlXQBdLY8VWFvCeBV/3813.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3846345548, - "name": "Prodej bytu 3+kk 83 m² (Jednopodlažní)", - "price": 11380000, - "price_formatted": "11 380 000 Kč", - "locality": "Prouzova, Praha 9 - Vysočany", - "lat": 50.110413, - "lon": 14.503632, - "disposition": "3+kk", - "floor": 3, - "area": 83, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-vysocany-prouzova/3846345548", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqECACpHoQFreHH5/957e.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2395239244, - "name": "Prodej bytu 3+kk 87 m² (Jednopodlažní)", - "price": 10690000, - "price_formatted": "10 690 000 Kč", - "locality": "Vacínova, Praha 8 - Libeň", - "lat": 50.103409, - "lon": 14.478106, - "disposition": "3+kk", - "floor": 3, - "area": 87, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-liben-vacinova/2395239244", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_B/kY1K2LlXQDnuVLU2FvAwda/c3ea.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2896761676, - "name": "Prodej bytu 3+kk 70 m² (Jednopodlažní)", - "price": 13138000, - "price_formatted": "13 138 000 Kč", - "locality": "Žitná, Praha", - "lat": 50.077267, - "lon": 14.425838, - "disposition": "3+kk", - "floor": 2, - "area": 70, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha--zitna/2896761676", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_A/nDJ4VEZEqxmIDVDFHyvNp/1133.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 4191212364, - "name": "Prodej bytu 3+kk 91 m²", - "price": 11730000, - "price_formatted": "11 730 000 Kč", - "locality": "V Zeleném údolí, Praha 4 - Kunratice", - "lat": 50.021362, - "lon": 14.466308, - "disposition": "3+kk", - "floor": 5, - "area": 91, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-kunratice-v-zelenem-udoli/4191212364", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNDpoIQCXkFn18av/5077.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2289828684, - "name": "Prodej bytu 3+kk 78 m²", - "price": 13190000, - "price_formatted": "13 190 000 Kč", - "locality": "Poděbradská, Praha 9 - Vysočany", - "lat": 50.102901, - "lon": 14.5108, - "disposition": "3+kk", - "floor": 4, - "area": 78, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-vysocany-podebradska/2289828684", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/nPXMbbUsvqCrBESCmLFmzml4/d8b8.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 475530060, - "name": "Prodej bytu 3+kk 83 m²", - "price": 12250000, - "price_formatted": "12 250 000 Kč", - "locality": "Radouňova, Praha 5 - Stodůlky", - "lat": 50.039043, - "lon": 14.314881, - "disposition": "3+kk", - "floor": 3, - "area": 83, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-stodulky-radounova/475530060", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_A/nDJ4VEZEqxQDMR0LFbAhGV/d4cf.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3060691788, - "name": "Prodej bytu 3+kk 71 m² (Mezonet)", - "price": 12990000, - "price_formatted": "12 990 000 Kč", - "locality": "V Korytech, Praha 10 - Záběhlice", - "lat": 50.054527, - "lon": 14.49003, - "disposition": "3+kk", - "floor": 4, - "area": 71, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-zabehlice-v-korytech/3060691788", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNCgOJyDnKFnypVq/5809.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3224503116, - "name": "Prodej bytu 3+kk 75 m²", - "price": 12620000, - "price_formatted": "12 620 000 Kč", - "locality": "K Lahovské, Praha 5 - Lochkov", - "lat": 50.003006, - "lon": 14.355603, - "disposition": "3+kk", - "floor": 2, - "area": 75, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-lochkov-k-lahovske/3224503116", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/nPXMbbUsvqBP5QmDoWFobTQ3/cc86.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 593134412, - "name": "Prodej bytu 3+kk 76 m²", - "price": 12690000, - "price_formatted": "12 690 000 Kč", - "locality": "Poděbradská, Praha 9 - Hloubětín", - "lat": 50.103539, - "lon": 14.52475, - "disposition": "3+kk", - "floor": 2, - "area": 76, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hloubetin-podebradska/593134412", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_A/kOzkBkwYBTBLrRlCGNFFZypR/1dcf.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3286238028, - "name": "Prodej bytu 3+kk 83 m²", - "price": 12887000, - "price_formatted": "12 887 000 Kč", - "locality": "Šífařská, Praha 4 - Hodkovičky", - "lat": 50.021103, - "lon": 14.403102, - "disposition": "3+kk", - "floor": 2, - "area": 83, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hodkovicky-sifarska/3286238028", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqChCvUHlJFrobgZ/16b9.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3706454860, - "name": "Prodej bytu 3+kk 75 m² (Jednopodlažní)", - "price": 13295000, - "price_formatted": "13 295 000 Kč", - "locality": "Poděbradská, Praha 9 - Hloubětín", - "lat": 50.103302, - "lon": 14.524847, - "disposition": "3+kk", - "floor": 5, - "area": 75, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hloubetin-podebradska/3706454860", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_B/nDJ4VEZEqb3AyUDXFeLVBO/453c.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3450082124, - "name": "Prodej bytu 3+kk 72 m²", - "price": 12800000, - "price_formatted": "12 800 000 Kč", - "locality": "Toufarova, Praha - Stodůlky", - "lat": 50.042961, - "lon": 14.312009, - "disposition": "3+kk", - "floor": 3, - "area": 72, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-stodulky-toufarova/3450082124", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_A/kOzkBkwYBTDqlCCLBcFYQosd/0c3b.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2059010892, - "name": "Prodej bytu 3+kk 93 m² (Mezonet)", - "price": 13395000, - "price_formatted": "13 395 000 Kč", - "locality": "Táborská, Praha 4 - Nusle", - "lat": 50.061749, - "lon": 14.438057, - "disposition": "3+kk", - "floor": 6, - "area": 93, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-nusle-taborska/2059010892", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_A/kOzkBkwYBTCNNSBLU3FaJzDz/191f.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2093839180, - "name": "Prodej bytu 3+kk 74 m²", - "price": 10316413, - "price_formatted": "10 316 413 Kč", - "locality": "Hartigova, Praha 3 - Žižkov", - "lat": 50.089504, - "lon": 14.463739, - "disposition": "3+kk", - "floor": 2, - "area": 74, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-zizkov-hartigova/2093839180", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNBLdvLCvVFomGlH/301d.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 13505356, - "name": "Prodej bytu 3+kk 75 m²", - "price": 13490000, - "price_formatted": "13 490 000 Kč", - "locality": "Svornosti, Praha 5 - Smíchov", - "lat": 50.067326, - "lon": 14.409508, - "disposition": "3+kk", - "floor": 2, - "area": 75, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-smichov-svornosti/13505356", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_C/kOzkBkwYBTDPt7SGlbFO5XFw/45db.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3777012556, - "name": "Prodej bytu 3+kk 84 m²", - "price": 12505000, - "price_formatted": "12 505 000 Kč", - "locality": "Zenklova, Praha 8 - Libeň", - "lat": 50.115749, - "lon": 14.468445, - "disposition": "3+kk", - "floor": 2, - "area": 84, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-liben-zenklova/3777012556", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqCrBESHtMFubqZ3/0266.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3911689036, - "name": "Prodej bytu 3+kk 84 m²", - "price": 12614240, - "price_formatted": "12 614 240 Kč", - "locality": "Strašnická, Praha 10 - Záběhlice", - "lat": 50.058334, - "lon": 14.513746, - "disposition": "3+kk", - "floor": 2, - "area": 84, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-zabehlice-strasnicka/3911689036", - "image": "https://d18-a.sdn.cz/d_18/c_img_oa_D/nO7kYQIzllD73rqCuJDkZI2p/67e2.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1652388428, - "name": "Prodej bytu 3+kk 72 m²", - "price": 12793080, - "price_formatted": "12 793 080 Kč", - "locality": "Kolbenova, Praha 9 - Vysočany", - "lat": 50.11219, - "lon": 14.506794, - "disposition": "3+kk", - "floor": 2, - "area": 72, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-vysocany-kolbenova/1652388428", - "image": "https://d18-a.sdn.cz/d_18/c_img_oX_C/kb9Yg2GWeC36sVf5CpMXaz/5362.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3361420108, - "name": "Prodej bytu 3+kk 83 m²", - "price": 13290000, - "price_formatted": "13 290 000 Kč", - "locality": "Květnového vítězství, Praha 4 - Chodov", - "lat": 50.033131, - "lon": 14.502145, - "disposition": "3+kk", - "floor": 3, - "area": 83, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-chodov-kvetnoveho-vitezstvi/3361420108", - "image": "https://d18-a.sdn.cz/d_18/c_img_of_A/kPSgqAbxVYC238lBQOEz9M1V/cf30.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1607451212, - "name": "Prodej bytu 3+kk 84 m² (Jednopodlažní)", - "price": 12509392, - "price_formatted": "12 509 392 Kč", - "locality": "U loděnice, Praha - Zbraslav", - "lat": 49.966309, - "lon": 14.395173, - "disposition": "3+kk", - "floor": 2, - "area": 84, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-zbraslav-u-lodenice/1607451212", - "image": "https://d18-a.sdn.cz/d_18/c_img_m3_C/nPt0vAiT3tCiZSFTJBm1dBD/ff36.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1754669900, - "name": "Prodej bytu 3+kk 96 m² (Jednopodlažní)", - "price": 12897101, - "price_formatted": "12 897 101 Kč", - "locality": "Na Jivinách, Praha 6 - Ruzyně", - "lat": 50.077869, - "lon": 14.301823, - "disposition": "3+kk", - "floor": 3, - "area": 96, - "building_type": "Montovaná", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-ruzyne-na-jivinach/1754669900", - "image": "https://d18-a.sdn.cz/d_18/c_img_of_E/nDJ4VEZEqCemGm9zFEQIuz/c32e.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3495064396, - "name": "Prodej bytu 3+kk 78 m²", - "price": 11990000, - "price_formatted": "11 990 000 Kč", - "locality": "Sinkulova, Praha 4 - Podolí", - "lat": 50.058434, - "lon": 14.424773, - "disposition": "3+kk", - "floor": 2, - "area": 78, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-podoli-sinkulova/3495064396", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNCgOJyFl5FqzLLq/2b57.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2638049868, - "name": "Prodej bytu 3+kk 69 m²", - "price": 10200000, - "price_formatted": "10 200 000 Kč", - "locality": "Praha 4", - "lat": 50.060593, - "lon": 14.434184, - "disposition": "3+kk", - "floor": 5, - "area": 69, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha--/2638049868", - "image": "https://d18-a.sdn.cz/d_18/c_img_oX_C/kb9Yg2GWetzV8emCpRuRH/bed3.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 529953612, - "name": "Prodej bytu 3+kk 74 m² (Podkrovní)", - "price": 8490000, - "price_formatted": "8 490 000 Kč", - "locality": "Žabovřeská, Praha - Zbraslav", - "lat": 49.969963, - "lon": 14.384414, - "disposition": "3+kk", - "floor": 3, - "area": 74, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-zbraslav-zabovreska/529953612", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNBbFKjBDvFuTrCI/5e10.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1837527884, - "name": "Prodej bytu 3+kk 73 m² (Jednopodlažní)", - "price": 12790000, - "price_formatted": "12 790 000 Kč", - "locality": "Vrázova, Praha - Smíchov", - "lat": 50.071224, - "lon": 14.407872, - "disposition": "3+kk", - "floor": 3, - "area": 73, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-smichov-vrazova/1837527884", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqW7e6HoBFuXCRZ/a9bd.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 128349004, - "name": "Prodej bytu 3+kk 85 m²", - "price": 11157000, - "price_formatted": "11 157 000 Kč", - "locality": "Penízovková, Praha 10 - Pitkovice", - "lat": 50.013393, - "lon": 14.582934, - "disposition": "3+kk", - "floor": 2, - "area": 85, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-pitkovice-penizovkova/128349004", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqB6axWJGYFuRkos/3491.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 536245068, - "name": "Prodej bytu 3+kk 76 m²", - "price": 12111900, - "price_formatted": "12 111 900 Kč", - "locality": "Pod zámečkem, Praha 8 - Dolní Chabry", - "lat": 50.14003, - "lon": 14.447203, - "disposition": "3+kk", - "floor": 4, - "area": 76, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-dolni-chabry-pod-zameckem/536245068", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNBUfl4BeMFuDzBB/88e1.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2415293260, - "name": "Prodej bytu 3+kk 82 m²", - "price": 12799900, - "price_formatted": "12 799 900 Kč", - "locality": "Žďárská, Praha 8 - Dolní Chabry", - "lat": 50.140709, - "lon": 14.445317, - "disposition": "3+kk", - "floor": 2, - "area": 82, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-dolni-chabry-zdarska/2415293260", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqawIkJXRFuDk66/1064.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2810803020, - "name": "Prodej bytu 3+kk 70 m² (Jednopodlažní)", - "price": 12200000, - "price_formatted": "12 200 000 Kč", - "locality": "Klausova, Praha 5 - Stodůlky", - "lat": 50.037022, - "lon": 14.343265, - "disposition": "3+kk", - "floor": 5, - "area": 70, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-stodulky-klausova/2810803020", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNDpoIQB2HFmridH/573f.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2684777292, - "name": "Prodej bytu 3+kk 70 m² (Jednopodlažní)", - "price": 12990000, - "price_formatted": "12 990 000 Kč", - "locality": "Rižská, Praha 10 - Hostivař", - "lat": 50.044109, - "lon": 14.513968, - "disposition": "3+kk", - "floor": 5, - "area": 70, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hostivar-rizska/2684777292", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqB8gfpHkJFtzqtA/4d09.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1460040524, - "name": "Prodej bytu 3+kk 88 m² (Jednopodlažní)", - "price": 10200000, - "price_formatted": "10 200 000 Kč", - "locality": "Za Novákovou zahradou, Praha 9 - Satalice", - "lat": 50.122192, - "lon": 14.57646, - "disposition": "3+kk", - "floor": 3, - "area": 88, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-satalice-za-novakovou-zahradou/1460040524", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqDzGaHHFMFt2oRI/840a.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1005851468, - "name": "Prodej bytu 3+kk 81 m²", - "price": 13100000, - "price_formatted": "13 100 000 Kč", - "locality": "V Předním Hloubětíně, Praha 9 - Vysočany", - "lat": 50.103756, - "lon": 14.515195, - "disposition": "3+kk", - "floor": 4, - "area": 81, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-vysocany-v-prednim-hloubetine/1005851468", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNCgOJyGnBFskLBD/141b.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 770143052, - "name": "Prodej bytu 3+kk 85 m²", - "price": 12950000, - "price_formatted": "12 950 000 Kč", - "locality": "Jateční, Praha 7 - Holešovice", - "lat": 50.100845, - "lon": 14.448587, - "disposition": "3+kk", - "floor": 5, - "area": 85, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-holesovice-jatecni/770143052", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNCgOJyGrbFsmzSQ/3822.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3052143436, - "name": "Prodej bytu 3+kk 87 m²", - "price": 11999000, - "price_formatted": "11 999 000 Kč", - "locality": "Kryšpínova, Praha 10 - Dolní Měcholupy", - "lat": 50.065601, - "lon": 14.5518, - "disposition": "3+kk", - "floor": 4, - "area": 87, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-dolni-mecholupy-kryspinova/3052143436", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqB6axWJUbFuhIZs/812e.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2017486156, - "name": "Prodej bytu 3+kk 70 m²", - "price": 4991300, - "price_formatted": "4 991 300 Kč", - "locality": "Gollové, Praha 5 - Hlubočepy", - "lat": 50.028469, - "lon": 14.360102, - "disposition": "3+kk", - "floor": 2, - "area": 70, - "building_type": "Cihlová", - "ownership": "Družstevní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hlubocepy-gollove/2017486156", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_C/kBfrbpoeNCsCVHBUMFljAqS/b443.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1597371212, - "name": "Prodej bytu 3+kk 77 m²", - "price": 12982560, - "price_formatted": "12 982 560 Kč", - "locality": "Svornosti, Praha 5 - Smíchov", - "lat": 50.071453, - "lon": 14.408455, - "disposition": "3+kk", - "floor": 5, - "area": 77, - "building_type": "Kamenná", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-smichov-svornosti/1597371212", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNBLdvLBl5FmQKzn/9dbe.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 638989132, - "name": "Prodej bytu 3+kk 71 m² (Jednopodlažní)", - "price": 11690000, - "price_formatted": "11 690 000 Kč", - "locality": "U louky, Praha 4 - Újezd u Průhonic", - "lat": 50.018841, - "lon": 14.522105, - "disposition": "3+kk", - "floor": 2, - "area": 71, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-ujezd-u-pruhonic-u-louky/638989132", - "image": "https://d18-a.sdn.cz/d_18/c_img_of_D/nDJ4VEZEqCaOxZ6oFAF4dc/9659.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 949236556, - "name": "Prodej bytu 3+kk 79 m²", - "price": 10900000, - "price_formatted": "10 900 000 Kč", - "locality": "U tvrze, Praha 10 - Malešice", - "lat": 50.086681, - "lon": 14.51375, - "disposition": "3+kk", - "floor": 3, - "area": 79, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-malesice-u-tvrze/949236556", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNCqNsfVJFsql0m/f303.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1937797964, - "name": "Prodej bytu 3+kk 75 m² (Jednopodlažní)", - "price": 11200000, - "price_formatted": "11 200 000 Kč", - "locality": "Pod vrstevnicí, Praha 4 - Krč", - "lat": 50.0369, - "lon": 14.438737, - "disposition": "3+kk", - "floor": 2, - "area": 75, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-krc-pod-vrstevnici/1937797964", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNBjPnREsDFsh7G7/a71b.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 771781452, - "name": "Prodej bytu 3+kk 82 m² (Podkrovní)", - "price": 9580000, - "price_formatted": "9 580 000 Kč", - "locality": "Otavská, Praha 9 - Čakovice", - "lat": 50.148857, - "lon": 14.523312, - "disposition": "3+kk", - "floor": 4, - "area": 82, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-cakovice-otavska/771781452", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNCsCVHFf4FttyP2/5d41.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1939407692, - "name": "Prodej bytu 3+kk 69 m² (Jednopodlažní)", - "price": 9299000, - "price_formatted": "9 299 000 Kč", - "locality": "Záběhlická, Praha 10 - Záběhlice", - "lat": 50.053509, - "lon": 14.488925, - "disposition": "3+kk", - "floor": 4, - "area": 69, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-zabehlice-zabehlicka/1939407692", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNBFLmuEtWFsDzp9/5abf.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 159040332, - "name": "Prodej bytu 3+kk 74 m²", - "price": 10600000, - "price_formatted": "10 600 000 Kč", - "locality": "Špeciánova, Praha 9 - Třeboradice", - "lat": 50.164135, - "lon": 14.525973, - "disposition": "3+kk", - "floor": 2, - "area": 74, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-treboradice-specianova/159040332", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNCgOJyFXYFqw6gE/cf18.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 443069260, - "name": "Prodej bytu 3+kk 89 m² (Mezonet)", - "price": 8103728, - "price_formatted": "8 103 728 Kč", - "locality": "Zenklova, Praha 8 - Libeň", - "lat": 50.112217, - "lon": 14.475707, - "disposition": "3+kk", - "floor": 5, - "area": 89, - "building_type": "Cihlová", - "ownership": "Družstevní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-liben-zenklova/443069260", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_B/nDJ4VEZEqxmIDUmuFg1rOx/eff1.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 155886412, - "name": "Prodej bytu 3+kk 71 m²", - "price": 13500000, - "price_formatted": "13 500 000 Kč", - "locality": "Balbínova, Praha 2 - Vinohrady", - "lat": 50.07682, - "lon": 14.433805, - "disposition": "3+kk", - "floor": 2, - "area": 71, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-vinohrady-balbinova/155886412", - "image": "https://d18-a.sdn.cz/d_18/c_img_oa_B/nPXNrUcajvB6UXzm4DczVas/df8c.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 834761548, - "name": "Prodej bytu 3+kk 98 m²", - "price": 12890000, - "price_formatted": "12 890 000 Kč", - "locality": "Hrabovská, Praha 9 - Hostavice", - "lat": 50.081749, - "lon": 14.557925, - "disposition": "3+kk", - "floor": 2, - "area": 98, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hostavice-hrabovska/834761548", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNBUfl4T1Frej02/b0fe.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 616571724, - "name": "Prodej bytu 3+kk 84 m²", - "price": 10590000, - "price_formatted": "10 590 000 Kč", - "locality": "Ke Tvrzi, Praha 10 - Královice", - "lat": 50.039062, - "lon": 14.638628, - "disposition": "3+kk", - "floor": 2, - "area": 84, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-kralovice-ke-tvrzi/616571724", - "image": "https://d18-a.sdn.cz/d_18/c_img_of_D/nDJ4VEZEqxQDMCV2FCcmBo/e0dc.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1064399692, - "name": "Prodej bytu 3+kk 81 m²", - "price": 13500000, - "price_formatted": "13 500 000 Kč", - "locality": "V Předním Hloubětíně, Praha 9 - Vysočany", - "lat": 50.103756, - "lon": 14.515195, - "disposition": "3+kk", - "floor": 7, - "area": 81, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-vysocany-v-prednim-hloubetine/1064399692", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqawIkHHRFrWoLL/a53a.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1061319500, - "name": "Prodej bytu 3+kk 69 m²", - "price": 12179000, - "price_formatted": "12 179 000 Kč", - "locality": "Vosátkova, Praha - Kamýk", - "lat": 50.014652, - "lon": 14.438012, - "disposition": "3+kk", - "floor": 3, - "area": 69, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-kamyk-vosatkova/1061319500", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNBLdvLDvyFqylCg/4fa3.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 424899404, - "name": "Prodej bytu 3+kk 70 m²", - "price": 10799000, - "price_formatted": "10 799 000 Kč", - "locality": "Perunova, Praha 3 - Vinohrady", - "lat": 50.075798, - "lon": 14.454124, - "disposition": "3+kk", - "floor": 4, - "area": 70, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-vinohrady-perunova/424899404", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqW7e6E4nFqSP3Z/1b14.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1757803340, - "name": "Prodej bytu 3+kk 71 m² (Mezonet)", - "price": 12399000, - "price_formatted": "12 399 000 Kč", - "locality": "Žerotínova, Praha 3 - Žižkov", - "lat": 50.088146, - "lon": 14.463867, - "disposition": "3+kk", - "floor": 5, - "area": 71, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-zizkov-zerotinova/1757803340", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNBP53EGb8FsG4Vt/c444.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3534517068, - "name": "Prodej bytu 3+kk 72 m²", - "price": 11600000, - "price_formatted": "11 600 000 Kč", - "locality": "Kolbenova, Praha 9 - Vysočany", - "lat": 50.11132, - "lon": 14.510686, - "disposition": "3+kk", - "floor": 4, - "area": 72, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-vysocany-kolbenova/3534517068", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqawIkF4tFqLBoc/c526.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3670831948, - "name": "Prodej bytu 3+kk 102 m² (Jednopodlažní)", - "price": 12800000, - "price_formatted": "12 800 000 Kč", - "locality": "Šlechtitelská, Praha 9 - Klánovice", - "lat": 50.099663, - "lon": 14.673859, - "disposition": "3+kk", - "floor": 2, - "area": 102, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-klanovice-slechtitelska/3670831948", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqBj6FAE5kFqIJ91/bc00.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2322117452, - "name": "Prodej bytu 3+kk 99 m² (Mezonet)", - "price": 9799130, - "price_formatted": "9 799 130 Kč", - "locality": "Zenklova, Praha 8 - Libeň", - "lat": 50.112217, - "lon": 14.475707, - "disposition": "3+kk", - "floor": 5, - "area": 99, - "building_type": "Cihlová", - "ownership": "Družstevní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-liben-zenklova/2322117452", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_B/nDJ4VEZEqDjvpWZstFg1qgZ/88c4.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1751937868, - "name": "Prodej bytu 3+kk 71 m²", - "price": 11490000, - "price_formatted": "11 490 000 Kč", - "locality": "Kolbenova, Praha 9 - Vysočany", - "lat": 50.110657, - "lon": 14.517806, - "disposition": "3+kk", - "floor": 3, - "area": 71, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-vysocany-kolbenova/1751937868", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNDt0rrDJsFpLTKw/61df.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 785265484, - "name": "Prodej bytu 3+kk 87 m²", - "price": 12820000, - "price_formatted": "12 820 000 Kč", - "locality": "Českobrodská, Praha 9 - Hrdlořezy", - "lat": 50.092052, - "lon": 14.509862, - "disposition": "3+kk", - "floor": 3, - "area": 87, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hrdlorezy-ceskobrodska/785265484", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNBLdvLCtyFohSAA/fd3a.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3253506892, - "name": "Prodej bytu 3+kk 92 m²", - "price": 11890000, - "price_formatted": "11 890 000 Kč", - "locality": "Semická, Praha 4 - Modřany", - "lat": 49.998066, - "lon": 14.418046, - "disposition": "3+kk", - "floor": 2, - "area": 92, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-modrany-semicka/3253506892", - "image": "https://d18-a.sdn.cz/d_18/c_img_of_B/kPRtHkVQLlBaYpXBVQE2qnfQ/69e0.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1546703692, - "name": "Prodej bytu 3+kk 78 m²", - "price": 12965968, - "price_formatted": "12 965 968 Kč", - "locality": "Silurská, Praha 5 - Hlubočepy", - "lat": 50.034676, - "lon": 14.385566, - "disposition": "3+kk", - "floor": 7, - "area": 78, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hlubocepy-silurska/1546703692", - "image": "https://d18-a.sdn.cz/d_18/c_img_oe_A/nPSV1TXV2nClkYSCtbEfr4Tr/6b94.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1683821388, - "name": "Prodej bytu 3+kk 69 m² (Jednopodlažní)", - "price": 11120000, - "price_formatted": "11 120 000 Kč", - "locality": "Blériotova, Praha 9 - Kbely", - "lat": 50.131332, - "lon": 14.550338, - "disposition": "3+kk", - "floor": 4, - "area": 69, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-kbely-bleriotova/1683821388", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_B/kOzkBkwYBTDq3nMEfzFKyttZ/f46e.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 294138700, - "name": "Prodej bytu 3+kk 88 m² (Mezonet)", - "price": 10999999, - "price_formatted": "10 999 999 Kč", - "locality": "Tehovská, Praha 10 - Strašnice", - "lat": 50.066525, - "lon": 14.505996, - "disposition": "3+kk", - "floor": 3, - "area": 88, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-strasnice-tehovska/294138700", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNBjPnRDihFqSTUc/a736.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 805647180, - "name": "Prodej bytu 3+kk 70 m²", - "price": 11500000, - "price_formatted": "11 500 000 Kč", - "locality": "Balbínova, Praha 2 - Vinohrady", - "lat": 50.076843, - "lon": 14.433524, - "disposition": "3+kk", - "floor": 4, - "area": 70, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-vinohrady-balbinova/805647180", - "image": "https://d18-a.sdn.cz/d_18/c_img_of_B/nOztZkD4ZlDrUk0B8bE3Etsl/8cbf.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 382133068, - "name": "Prodej bytu 3+kk 78 m²", - "price": 11144021, - "price_formatted": "11 144 021 Kč", - "locality": "Lodžská, Praha 8 - Bohnice", - "lat": 50.13076, - "lon": 14.423249, - "disposition": "3+kk", - "floor": 3, - "area": 78, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-bohnice-lodzska/382133068", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNCgOJyDDAFm2AAY/2958.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1139471180, - "name": "Prodej bytu 3+kk 86 m²", - "price": 11900000, - "price_formatted": "11 900 000 Kč", - "locality": "Semická, Praha 4 - Modřany", - "lat": 49.998062, - "lon": 14.418578, - "disposition": "3+kk", - "floor": 2, - "area": 86, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-modrany-semicka/1139471180", - "image": "https://d18-a.sdn.cz/d_18/c_img_oe_D/kOzmiQlmfoKFXEDTQEswD4Q/3d32.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2067276620, - "name": "Prodej bytu 3+kk 81 m²", - "price": 11700000, - "price_formatted": "11 700 000 Kč", - "locality": "Pýchavková, Praha 10 - Pitkovice", - "lat": 50.017395, - "lon": 14.582896, - "disposition": "3+kk", - "floor": 2, - "area": 81, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-pitkovice-pychavkova/2067276620", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_C/kOzkBkwYBTDqlCCQ8HFjMoBU/a533.jpeg?fl=res,400,300,3|shr,,20|jpg,90", + "scraped_at": "2026-02-25", "source": "sreality" }, { @@ -2547,149 +104,87 @@ "ownership": "Osobní", "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-brevnov-pod-marjankou/2148991820", "image": "https://d18-a.sdn.cz/d_18/c_img_p7_C/kOzkBkwYBTCNNSBPI1FiGB0F/c3a0.jpeg?fl=res,400,300,3|shr,,20|jpg,90", + "scraped_at": "2026-02-25", "source": "sreality" }, { - "hash_id": 1819345484, - "name": "Prodej bytu 3+kk 88 m² (Jednopodlažní)", - "price": 12847858, - "price_formatted": "12 847 858 Kč", - "locality": "Bohušovická, Praha", - "lat": 50.123314, - "lon": 14.490281, + "hash_id": 3226313292, + "name": "Prodej bytu 3+kk 83 m²", + "price": 13500000, + "price_formatted": "13 500 000 Kč", + "locality": "Na Neklance, Praha 5 - Smíchov", + "lat": 50.060715, + "lon": 14.401836, "disposition": "3+kk", - "floor": 5, + "floor": 4, + "area": 83, + "building_type": "Cihlová", + "ownership": "Osobní", + "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-smichov-na-neklance/3226313292", + "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeND2I1YDy2Fq7ErU/6389.jpeg?fl=res,400,300,3|shr,,20|jpg,90", + "last_updated": "2026-02-15", + "first_seen": "2026-02-15", + "source": "sreality" + }, + { + "hash_id": 475530060, + "name": "Prodej bytu 3+kk 83 m²", + "price": 12250000, + "price_formatted": "12 250 000 Kč", + "locality": "Radouňova, Praha 5 - Stodůlky", + "lat": 50.039043, + "lon": 14.314881, + "disposition": "3+kk", + "floor": 3, + "area": 83, + "building_type": "Cihlová", + "ownership": "Osobní", + "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-stodulky-radounova/475530060", + "image": "https://d18-a.sdn.cz/d_18/c_img_p7_A/nDJ4VEZEqxQDMR0LFbAhGV/d4cf.png?fl=res,400,300,3|shr,,20|jpg,90", + "scraped_at": "2026-02-25", + "source": "sreality" + }, + { + "hash_id": 2303799884, + "name": "Prodej bytu 3+kk 88 m² (Jednopodlažní)", + "price": 12860000, + "price_formatted": "12 860 000 Kč", + "locality": "Spojovací, Praha 9 - Vysočany", + "lat": 50.100174, + "lon": 14.492079, + "disposition": "3+kk", + "floor": 3, "area": 88, "building_type": "Skeletová", "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha--bohusovicka/1819345484", - "image": "https://d18-a.sdn.cz/d_18/c_img_oX_A/nOzqs9nZOdBZAD9mVChlsIk/2485.png?fl=res,400,300,3|shr,,20|jpg,90", + "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-vysocany-spojovaci/2303799884", + "image": "https://d18-a.sdn.cz/d_18/c_img_oV_A/kQOIvbF2D1DN63hulCAKv40/3667.png?fl=res,400,300,3|shr,,20|jpg,90", + "scraped_at": "2026-02-25", "source": "sreality" }, { - "hash_id": 1189323596, - "name": "Prodej bytu 3+kk 81 m²", - "price": 12594325, - "price_formatted": "12 594 325 Kč", - "locality": "Roudnická, Praha 8 - Střížkov", - "lat": 50.132416, - "lon": 14.485471, + "hash_id": 3493290828, + "name": "Prodej bytu 3+kk 83 m²", + "price": 11390000, + "price_formatted": "11 390 000 Kč", + "locality": "Kytlická, Praha 9 - Prosek", + "lat": 50.125145, + "lon": 14.507703, "disposition": "3+kk", - "floor": 2, - "area": 81, + "floor": 4, + "area": 83, "building_type": "Skeletová", "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-strizkov-roudnicka/1189323596", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/nPXMbbUsvqBP5QmC6BFnXE9v/b07d.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3218699084, - "name": "Prodej bytu 3+kk 78 m² (Jednopodlažní)", - "price": 11950000, - "price_formatted": "11 950 000 Kč", - "locality": "Dělnická, Praha - Holešovice", - "lat": 50.103275, - "lon": 14.451418, - "disposition": "3+kk", - "floor": 6, - "area": 78, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-holesovice-delnicka/3218699084", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNBLdvLBoDFmV55B/bad2.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1324970828, - "name": "Prodej bytu 3+kk 82 m²", - "price": 12500000, - "price_formatted": "12 500 000 Kč", - "locality": "Studentská, Praha 6 - Dejvice", - "lat": 50.100544, - "lon": 14.389399, - "disposition": "3+kk", - "floor": 3, - "area": 82, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-dejvice-studentska/1324970828", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/nPXMbbUsvqECACpDOhFmRdhi/5b15.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 4269749068, - "name": "Prodej bytu 3+kk 75 m²", - "price": 8990000, - "price_formatted": "8 990 000 Kč", - "locality": "Pomořanská, Praha 8 - Troja", - "lat": 50.126652, - "lon": 14.414045, - "disposition": "3+kk", - "floor": 11, - "area": 75, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-troja-pomoranska/4269749068", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNBP53EC9nFm4wG8/88fa.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2587456332, - "name": "Prodej bytu 3+kk 76 m²", - "price": 11990000, - "price_formatted": "11 990 000 Kč", - "locality": "Řehořova, Praha - Žižkov", - "lat": 50.086349, - "lon": 14.443348, - "disposition": "3+kk", - "floor": 2, - "area": 76, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-zizkov-rehorova/2587456332", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/nPXMbbUsvqChCvUDEBFmQrTj/3017.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2353791820, - "name": "Prodej bytu 3+kk 91 m²", - "price": 12580000, - "price_formatted": "12 580 000 Kč", - "locality": "V Zeleném údolí, Praha 4 - Kunratice", - "lat": 50.021362, - "lon": 14.466308, - "disposition": "3+kk", - "floor": 5, - "area": 91, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-kunratice-v-zelenem-udoli/2353791820", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_B/kOzkBkwYBTQzPhNMTFeBVZN/6e72.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2314142540, - "name": "Prodej bytu 3+kk 72 m²", - "price": 12036000, - "price_formatted": "12 036 000 Kč", - "locality": "U sladovny, Praha 5 - Lochkov", - "lat": 50.001865, - "lon": 14.356027, - "disposition": "3+kk", - "floor": 2, - "area": 72, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-lochkov-u-sladovny/2314142540", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqDzGaHHu6Fu29eX/b2f6.jpeg?fl=res,400,300,3|shr,,20|jpg,90", + "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-prosek-kytlicka/3493290828", + "image": "https://d18-a.sdn.cz/d_18/c_img_p8_C/nPVpfd5QLLDqk1BGdrF3rQMW/0fe5.jpeg?fl=res,400,300,3|shr,,20|jpg,90", + "scraped_at": "2026-02-25", "source": "sreality" }, { "hash_id": 151528268, "name": "Prodej bytu 3+kk 86 m²", - "price": 11490000, - "price_formatted": "11 490 000 Kč", + "price": 11390000, + "price_formatted": "11 390 000 Kč", "locality": "Spojovací, Praha", "lat": 50.101852, "lon": 14.486118, @@ -2699,46 +194,374 @@ "building_type": "Smíšená", "ownership": "Osobní", "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha--spojovaci/151528268", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_B/kOzkBkwYBTQzPhEGpFKCpZt/b051.png?fl=res,400,300,3|shr,,20|jpg,90", + "image": "https://d18-a.sdn.cz/d_18/c_img_of_C/kPxr1WDRoIBXSQV6LE550j7/1607.png?fl=res,400,300,3|shr,,20|jpg,90", + "scraped_at": "2026-02-25", "source": "sreality" }, { - "hash_id": 2442666828, - "name": "Prodej bytu 3+kk 74 m²", - "price": 9990000, - "price_formatted": "9 990 000 Kč", - "locality": "Pod Horkami, Praha 10 - Dubeč", - "lat": 50.060764, - "lon": 14.581229, + "hash_id": 1837527884, + "name": "Prodej bytu 3+kk 73 m² (Jednopodlažní)", + "price": 12790000, + "price_formatted": "12 790 000 Kč", + "locality": "Vrázova, Praha - Smíchov", + "lat": 50.071224, + "lon": 14.407872, "disposition": "3+kk", "floor": 3, - "area": 74, + "area": 73, "building_type": "Cihlová", "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-dubec-pod-horkami/2442666828", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNBjPnRCI4FnOyyv/959f.jpeg?fl=res,400,300,3|shr,,20|jpg,90", + "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-smichov-vrazova/1837527884", + "image": "https://d18-a.sdn.cz/d_18/c_img_p8_C/kY1K2LlXQDnuVLD65F2mjiY/96d4.png?fl=res,400,300,3|shr,,20|jpg,90", + "scraped_at": "2026-02-25", "source": "sreality" }, { - "hash_id": 3985498956, - "name": "Prodej bytu 3+kk 75 m² (Jednopodlažní)", - "price": 12650000, - "price_formatted": "12 650 000 Kč", - "locality": "Sazovická, Praha - Zličín", - "lat": 50.057873, - "lon": 14.283536, + "hash_id": 3330433868, + "name": "Prodej bytu 3+kk 93 m²", + "price": 11890000, + "price_formatted": "11 890 000 Kč", + "locality": "Kříženeckého náměstí, Praha 5 - Hlubočepy", + "lat": 50.03138, + "lon": 14.391757, "disposition": "3+kk", - "floor": 7, - "area": 75, + "floor": 2, + "area": 93, + "building_type": "Cihlová", + "ownership": "Osobní", + "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hlubocepy-krizeneckeho-namesti/3330433868", + "image": "https://d18-a.sdn.cz/d_18/c_img_p8_C/nPVpfd5QLLChvUCFgIF2b8p9/bffb.jpeg?fl=res,400,300,3|shr,,20|jpg,90", + "scraped_at": "2026-02-25", + "source": "sreality" + }, + { + "hash_id": 2053579340, + "name": "Prodej bytu 3+kk 76 m²", + "price": 11858981, + "price_formatted": "11 858 981 Kč", + "locality": "Za Novákovou zahradou, Praha - Satalice", + "lat": 50.122192, + "lon": 14.57646, + "disposition": "3+kk", + "floor": 3, + "area": 76, "building_type": "Smíšená", "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-zlicin-sazovicka/3985498956", - "image": "https://d18-a.sdn.cz/d_18/c_img_od_B/kOes7N5Ni6ChvygD1BESS7HS/0e22.png?fl=res,400,300,3|shr,,20|jpg,90", + "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-satalice-za-novakovou-zahradou/2053579340", + "image": "https://d18-a.sdn.cz/d_18/c_img_oe_B/nO1Ur3YPjB17k9qAElHGe3/e889.jpeg?fl=res,400,300,3|shr,,20|jpg,90", + "last_updated": "2026-02-15", + "first_seen": "2026-02-15", + "source": "sreality" + }, + { + "hash_id": 3651539788, + "name": "Prodej bytu 3+kk 69 m² (Jednopodlažní)", + "price": 13500000, + "price_formatted": "13 500 000 Kč", + "locality": "Zvěřinova, Praha 3 - Strašnice", + "lat": 50.084606, + "lon": 14.482681, + "disposition": "3+kk", + "floor": 12, + "area": 69, + "building_type": "Smíšená", + "ownership": "Osobní", + "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-strasnice-zverinova/3651539788", + "image": "https://d18-a.sdn.cz/d_18/c_img_og_D/nDJ4VEZEqxmIDK5SFVQ67V/47d3.png?fl=res,400,300,3|shr,,20|jpg,90", + "scraped_at": "2026-02-25", + "source": "sreality" + }, + { + "hash_id": 4005061452, + "name": "Prodej bytu 3+kk 101 m² (Jednopodlažní)", + "price": 12875000, + "price_formatted": "12 875 000 Kč", + "locality": "U Hostavického potoka, Praha 9 - Hostavice", + "lat": 50.086601, + "lon": 14.5636, + "disposition": "3+kk", + "floor": 5, + "area": 101, + "building_type": "Cihlová", + "ownership": "Osobní", + "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hostavice-u-hostavickeho-potoka/4005061452", + "image": "https://d18-a.sdn.cz/d_18/c_img_p8_B/kY1K2LlXQBdLY8B5hFyVzb6/c266.png?fl=res,400,300,3|shr,,20|jpg,90", + "scraped_at": "2026-02-25", + "source": "sreality" + }, + { + "hash_id": 589460300, + "name": "Prodej bytu 3+kk 75 m²", + "price": 13126000, + "price_formatted": "13 126 000 Kč", + "locality": "Ke Slivenci, Praha - Lochkov", + "lat": 50.004192, + "lon": 14.355805, + "disposition": "3+kk", + "floor": 2, + "area": 75, + "building_type": "Skeletová", + "ownership": "Osobní", + "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-lochkov-ke-slivenci/589460300", + "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNCgOJyFn9Fq0T4y/bed6.png?fl=res,400,300,3|shr,,20|jpg,90", + "scraped_at": "2026-02-25", + "source": "sreality" + }, + { + "hash_id": 2926625612, + "name": "Prodej bytu 3+kk 85 m²", + "price": 13499900, + "price_formatted": "13 499 900 Kč", + "locality": "Hořejší nábřeží, Praha 5 - Smíchov", + "lat": 50.072403, + "lon": 14.410302, + "disposition": "3+kk", + "floor": 3, + "area": 85, + "building_type": "Cihlová", + "ownership": "Osobní", + "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-smichov-horejsi-nabrezi/2926625612", + "image": "https://d18-a.sdn.cz/d_18/c_img_p8_C/nPVpfd5QLLBPLz5GC0F3Hshx/c1f4.jpeg?fl=res,400,300,3|shr,,20|jpg,90", + "scraped_at": "2026-02-25", + "source": "sreality" + }, + { + "hash_id": 3672994636, + "name": "Prodej bytu 3+kk 81 m²", + "price": 12390000, + "price_formatted": "12 390 000 Kč", + "locality": "Stochovská, Praha 6 - Ruzyně", + "lat": 50.082985, + "lon": 14.311815, + "disposition": "3+kk", + "floor": 3, + "area": 81, + "building_type": "Smíšená", + "ownership": "Osobní", + "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-ruzyne-stochovska/3672994636", + "image": "https://d18-a.sdn.cz/d_18/c_img_p8_C/nPVpfd5QLLD53UiFNrF2fBro/c20c.jpeg?fl=res,400,300,3|shr,,20|jpg,90", + "scraped_at": "2026-02-25", + "source": "sreality" + }, + { + "hash_id": 4070581580, + "name": "Prodej bytu 3+kk 77 m²", + "price": 12207113, + "price_formatted": "12 207 113 Kč", + "locality": "Marie Podvalové, Praha - Čakovice", + "lat": 50.157696, + "lon": 14.519159, + "disposition": "3+kk", + "floor": 2, + "area": 77, + "building_type": "Skeletová", + "ownership": "Osobní", + "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-cakovice-marie-podvalove/4070581580", + "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNBFLmuFzPFuWw0w/0867.jpeg?fl=res,400,300,3|shr,,20|jpg,90", + "scraped_at": "2026-02-25", + "source": "sreality" + }, + { + "hash_id": 2772919116, + "name": "Prodej bytu 3+kk 81 m²", + "price": 13000000, + "price_formatted": "13 000 000 Kč", + "locality": "Hlučkova, Praha 9 - Letňany", + "lat": 50.141739, + "lon": 14.522086, + "disposition": "3+kk", + "floor": 5, + "area": 81, + "building_type": "Smíšená", + "ownership": "Osobní", + "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-letnany-hluckova/2772919116", + "image": "https://d18-a.sdn.cz/d_18/c_img_p8_C/nPVpfd5QLLDqzReGOMF3mju3/0593.jpeg?fl=res,400,300,3|shr,,20|jpg,90", + "scraped_at": "2026-02-25", + "source": "sreality" + }, + { + "hash_id": 2242032460, + "name": "Prodej bytu 3+kk 98 m²", + "price": 12762764, + "price_formatted": "12 762 764 Kč", + "locality": "Lodžská, Praha 8 - Bohnice", + "lat": 50.13076, + "lon": 14.423249, + "disposition": "3+kk", + "floor": 5, + "area": 98, + "building_type": "Smíšená", + "ownership": "Osobní", + "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-bohnice-lodzska/2242032460", + "image": "https://d18-a.sdn.cz/d_18/c_img_p8_B/kY1K2LlXQBsPCGB2DFyc98H/0138.jpeg?fl=res,400,300,3|shr,,20|jpg,90", + "scraped_at": "2026-02-25", + "source": "sreality" + }, + { + "hash_id": 3617202764, + "name": "Prodej bytu 3+kk 79 m²", + "price": 12959520, + "price_formatted": "12 959 520 Kč", + "locality": "Komárkova, Praha 4 - Chodov", + "lat": 50.036095, + "lon": 14.48035, + "disposition": "3+kk", + "floor": 3, + "area": 79, + "building_type": "Smíšená", + "ownership": "Osobní", + "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-chodov-komarkova/3617202764", + "image": "https://d18-a.sdn.cz/d_18/c_img_p8_B/kY1K2LlXQCEs3VCXcFzFm2Z/52f3.jpeg?fl=res,400,300,3|shr,,20|jpg,90", + "scraped_at": "2026-02-25", + "source": "sreality" + }, + { + "hash_id": 2860663372, + "name": "Prodej bytu 3+kk 78 m² (Jednopodlažní)", + "price": 12463000, + "price_formatted": "12 463 000 Kč", + "locality": "Kubelíkova, Praha", + "lat": 50.082317, + "lon": 14.450463, + "disposition": "3+kk", + "floor": 4, + "area": 78, + "building_type": "Cihlová", + "ownership": "Osobní", + "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha--kubelikova/2860663372", + "image": "https://d18-a.sdn.cz/d_18/c_img_oZ_C/nsLxLojIBfZuBIjJDOugLv/2953.png?fl=res,400,300,3|shr,,20|jpg,90", + "scraped_at": "2026-02-25", + "source": "sreality" + }, + { + "hash_id": 158065228, + "name": "Prodej bytu 3+kk 73 m²", + "price": 10947779, + "price_formatted": "10 947 779 Kč", + "locality": "Marie Podvalové, Praha - Čakovice", + "lat": 50.157696, + "lon": 14.519159, + "disposition": "3+kk", + "floor": 4, + "area": 73, + "building_type": "Skeletová", + "ownership": "Osobní", + "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-cakovice-marie-podvalove/158065228", + "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqawIkHTbFrh4zH/4f1d.jpeg?fl=res,400,300,3|shr,,20|jpg,90", + "scraped_at": "2026-02-25", + "source": "sreality" + }, + { + "hash_id": 4227625804, + "name": "Prodej bytu 3+kk 81 m²", + "price": 10990000, + "price_formatted": "10 990 000 Kč", + "locality": "Ukrajinská, Praha 10 - Vršovice", + "lat": 50.065208, + "lon": 14.450711, + "disposition": "3+kk", + "floor": 5, + "area": 81, + "building_type": "Cihlová", + "ownership": "Osobní", + "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-vrsovice-ukrajinska/4227625804", + "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqDzGaHEfWFp5WXH/fd47.jpeg?fl=res,400,300,3|shr,,20|jpg,90", + "scraped_at": "2026-02-25", + "source": "sreality" + }, + { + "hash_id": 1313456972, + "name": "Prodej bytu 3+kk 87 m²", + "price": 3641309, + "price_formatted": "3 641 309 Kč", + "locality": "Praha 9", + "lat": 50.106956, + "lon": 14.510207, + "disposition": "3+kk", + "floor": 5, + "area": 87, + "building_type": "Smíšená", + "ownership": "Družstevní", + "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-praha-9-/1313456972", + "image": "https://d18-a.sdn.cz/d_18/c_img_p8_B/kY1K2LlXQBsPCGXMFvI8II/9010.jpeg?fl=res,400,300,3|shr,,20|jpg,90", + "scraped_at": "2026-02-25", + "source": "sreality" + }, + { + "hash_id": 1671439692, + "name": "Prodej bytu 3+kk 77 m²", + "price": 12556524, + "price_formatted": "12 556 524 Kč", + "locality": "Marie Podvalové, Praha - Čakovice", + "lat": 50.157696, + "lon": 14.519159, + "disposition": "3+kk", + "floor": 3, + "area": 77, + "building_type": "Skeletová", + "ownership": "Osobní", + "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-cakovice-marie-podvalove/1671439692", + "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqW7e6HmhFuWvTy/67cb.jpeg?fl=res,400,300,3|shr,,20|jpg,90", + "scraped_at": "2026-02-25", + "source": "sreality" + }, + { + "hash_id": 576226124, + "name": "Prodej bytu 3+kk 71 m²", + "price": 12026912, + "price_formatted": "12 026 912 Kč", + "locality": "Hábova, Praha 5 - Stodůlky", + "lat": 50.04636, + "lon": 14.310556, + "disposition": "3+kk", + "floor": 3, + "area": 71, + "building_type": "Smíšená", + "ownership": "Osobní", + "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-stodulky-habova/576226124", + "image": "https://d18-a.sdn.cz/d_18/c_img_of_A/nO5OZtPbfGXuqXa5EzIqYl/4c78.jpeg?fl=res,400,300,3|shr,,20|jpg,90", + "scraped_at": "2026-02-25", + "source": "sreality" + }, + { + "hash_id": 473465676, + "name": "Prodej bytu 3+kk 73 m²", + "price": 12349349, + "price_formatted": "12 349 349 Kč", + "locality": "Hábova, Praha 5 - Stodůlky", + "lat": 50.04636, + "lon": 14.310556, + "disposition": "3+kk", + "floor": 3, + "area": 73, + "building_type": "Smíšená", + "ownership": "Osobní", + "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-stodulky-habova/473465676", + "image": "https://d18-a.sdn.cz/d_18/c_img_of_A/nO5OZtPbfGCc8bBbKEzIlyN/5708.jpeg?fl=res,400,300,3|shr,,20|jpg,90", + "scraped_at": "2026-02-25", + "source": "sreality" + }, + { + "hash_id": 2185458508, + "name": "Prodej bytu 3+kk 76 m²", + "price": 11978000, + "price_formatted": "11 978 000 Kč", + "locality": "Matoušova, Praha - Smíchov", + "lat": 50.074284, + "lon": 14.405826, + "disposition": "3+kk", + "floor": 2, + "area": 76, + "building_type": "Cihlová", + "ownership": "Osobní", + "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-smichov-matousova/2185458508", + "image": "https://d18-a.sdn.cz/d_18/c_img_p8_C/kY1K2LlXQJGqrEMbF29iKr/c977.png?fl=res,400,300,3|shr,,20|jpg,90", + "scraped_at": "2026-02-25", "source": "sreality" }, { "hash_id": 3988325196, - "name": "Prodej bytu 3+kk 78 m² (Jednopodlažní)", + "name": "Prodej bytu 3+kk 83 m² (Jednopodlažní)", "price": 13190000, "price_formatted": "13 190 000 Kč", "locality": "Práčská, Praha", @@ -2746,3588 +569,91 @@ "lon": 14.507191, "disposition": "3+kk", "floor": 2, - "area": 78, - "building_type": "Cihlová", + "area": 83, + "building_type": "Kamenná", "ownership": "Osobní", "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha--pracska/3988325196", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_A/nDJ4VEZEqCemGmO3rFanjZI/897e.png?fl=res,400,300,3|shr,,20|jpg,90", + "image": "https://d18-a.sdn.cz/d_18/c_img_p7_A/kOzkBkwYBTDPt7SL0bFanjav/5b75.png?fl=res,400,300,3|shr,,20|jpg,90", + "scraped_at": "2026-02-25", "source": "sreality" }, { - "hash_id": 1091699532, - "name": "Prodej bytu 3+kk 72 m²", - "price": 12890000, - "price_formatted": "12 890 000 Kč", - "locality": "Mezi Vodami, Praha 4 - Modřany", - "lat": 50.017109, - "lon": 14.401308, - "disposition": "3+kk", - "floor": 2, - "area": 72, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-modrany-mezi-vodami/1091699532", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqB6axWHMtFrhuRd/8c9b.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 633787212, - "name": "Prodej bytu 3+kk 89 m²", - "price": 13200000, - "price_formatted": "13 200 000 Kč", - "locality": "Bratislavská, Praha 10 - Hostivař", - "lat": 50.043701, - "lon": 14.513671, - "disposition": "3+kk", - "floor": 3, - "area": 89, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hostivar-bratislavska/633787212", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNBLdvLB75Fm4yNW/8c6b.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 774964044, - "name": "Prodej bytu 3+kk 81 m²", - "price": 12296750, - "price_formatted": "12 296 750 Kč", - "locality": "Teplická, Praha 9 - Střížkov", - "lat": 50.126778, - "lon": 14.485906, - "disposition": "3+kk", - "floor": 4, - "area": 81, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-strizkov-teplicka/774964044", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_B/kOzkBkwYBTBLrRlOwYFf1YBO/46ef.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 699466572, - "name": "Prodej bytu 3+kk 70 m²", - "price": 13493000, - "price_formatted": "13 493 000 Kč", - "locality": "Leitzova, Praha 5 - Košíře", - "lat": 50.070545, - "lon": 14.35871, - "disposition": "3+kk", - "floor": 6, - "area": 70, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-kosire-leitzova/699466572", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_B/nDJ4VEZEqCaOxZVpBFgTROR/7f80.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3694306124, - "name": "Prodej bytu 3+kk 118 m²", - "price": 12490000, - "price_formatted": "12 490 000 Kč", - "locality": "Elektrárenská, Praha 10 - Michle", - "lat": 50.063381, - "lon": 14.475248, - "disposition": "3+kk", - "floor": 7, - "area": 118, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-michle-elektrarenska/3694306124", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_B/kOzkBkwYBTxrzzFr3FNIRH1/492d.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2195850060, - "name": "Prodej bytu 3+kk 84 m² (Jednopodlažní)", - "price": 12870000, - "price_formatted": "12 870 000 Kč", - "locality": "Prušánecká, Praha 5 - Zličín", - "lat": 50.057415, - "lon": 14.28128, - "disposition": "3+kk", - "floor": 5, - "area": 84, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-zlicin-prusanecka/2195850060", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_B/kOzkBkwYBTCNNSBNxHFfUctn/3c5a.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3066598220, - "name": "Prodej bytu 3+kk 73 m²", - "price": 10500000, - "price_formatted": "10 500 000 Kč", - "locality": "Doubravčická, Praha 10 - Strašnice", - "lat": 50.065933, - "lon": 14.502842, - "disposition": "3+kk", - "floor": 3, - "area": 73, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-strasnice-doubravcicka/3066598220", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/nPXMbbUsvqBj6FADxPFoZQIG/8bf7.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2211255116, - "name": "Prodej bytu 3+kk 71 m²", - "price": 11556198, - "price_formatted": "11 556 198 Kč", - "locality": "Leopoldova, Praha 4 - Chodov", - "lat": 50.038563, - "lon": 14.50897, - "disposition": "3+kk", - "floor": 3, - "area": 71, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-chodov-leopoldova/2211255116", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_B/nDJ4VEZEqCemGmFQmFLQEPN/9c32.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 100401996, - "name": "Prodej bytu 3+kk 74 m²", - "price": 11890000, - "price_formatted": "11 890 000 Kč", - "locality": "Vinohradská, Praha 10 - Strašnice", - "lat": 50.077675, - "lon": 14.487006, - "disposition": "3+kk", - "floor": 16, - "area": 74, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-strasnice-vinohradska/100401996", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_B/nDJ4VEZEqxQDMUCtFePZhW/b60a.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3275166540, - "name": "Prodej bytu 3+kk 69 m² (Jednopodlažní)", - "price": 12900000, - "price_formatted": "12 900 000 Kč", - "locality": "Toufarova, Praha - Stodůlky", - "lat": 50.042961, - "lon": 14.312009, - "disposition": "3+kk", - "floor": 4, - "area": 69, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-stodulky-toufarova/3275166540", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_C/kOzkBkwYBTEBlmaHj5FRMjnp/045a.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2237465420, - "name": "Prodej bytu 3+kk 75 m²", - "price": 12600000, - "price_formatted": "12 600 000 Kč", - "locality": "Jeseniova, Praha 3 - Žižkov", - "lat": 50.086628, - "lon": 14.45871, - "disposition": "3+kk", - "floor": 7, - "area": 75, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-zizkov-jeseniova/2237465420", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_B/kOzkBkwYBTBCGZ9NKdFdVtsL/dd34.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3211658060, - "name": "Dražba bytu 3+kk 92 m²", - "price": 11490000, - "price_formatted": "11 490 000 Kč", - "locality": "Bochovská, Praha 5 - Jinonice", - "lat": 50.052727, - "lon": 14.364842, - "disposition": "3+kk", - "floor": 5, - "area": 92, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-jinonice-bochovska/3211658060", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_A/nDJ4VEZEqb3AySeFFcBP47/888b.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2281636684, - "name": "Prodej bytu 3+kk 82 m²", - "price": 9980000, - "price_formatted": "9 980 000 Kč", - "locality": "Sezimova, Praha 4 - Nusle", - "lat": 50.063282, - "lon": 14.440338, - "disposition": "3+kk", - "floor": 3, - "area": 82, - "building_type": "Cihlová", - "ownership": "Družstevní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-nusle-sezimova/2281636684", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_C/kOzkBkwYBTEBlmaPxgFimkRR/1518.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3021984588, - "name": "Prodej bytu 3+kk 77 m²", - "price": 11668142, - "price_formatted": "11 668 142 Kč", - "locality": "Kardašovská, Praha 9 - Hloubětín", - "lat": 50.106339, - "lon": 14.54628, - "disposition": "3+kk", - "floor": 6, - "area": 77, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hloubetin-kardasovska/3021984588", - "image": "https://d18-a.sdn.cz/d_18/c_img_oe_D/kOzmiQlmfoBSGGoFnVEwIoDV/6bc2.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 671228748, - "name": "Prodej bytu 3+kk 73 m² (Jednopodlažní)", - "price": 13490000, - "price_formatted": "13 490 000 Kč", - "locality": "Honzíkova, Praha - Dolní Měcholupy", - "lat": 50.067547, - "lon": 14.554193, - "disposition": "3+kk", - "floor": 4, - "area": 73, - "building_type": "Cihlová", - "ownership": "Družstevní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-dolni-mecholupy-honzikova/671228748", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_A/kOzkBkwYBTxrzzLGtFZyvWU/5e06.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1262818124, - "name": "Prodej bytu 3+kk 87 m²", - "price": 12975000, - "price_formatted": "12 975 000 Kč", - "locality": "Honzíkova, Praha 10 - Dolní Měcholupy", - "lat": 50.067013, - "lon": 14.553333, - "disposition": "3+kk", - "floor": 7, - "area": 87, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-dolni-mecholupy-honzikova/1262818124", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_D/kOzkBkwYBTDqlCCJ8HFVxlhX/a8c0.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2118738764, - "name": "Prodej bytu 3+kk 87 m²", - "price": 4950000, - "price_formatted": "4 950 000 Kč", - "locality": "Thomasova, Praha 5 - Třebonice", - "lat": 50.047554, - "lon": 14.300726, - "disposition": "3+kk", - "floor": 4, - "area": 87, - "building_type": "Cihlová", - "ownership": "Družstevní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-trebonice-thomasova/2118738764", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_B/nPVpfd5QLLDqk1BBFSFwmdkD/1655.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3643466572, - "name": "Prodej bytu 3+kk 80 m²", - "price": 11995000, - "price_formatted": "11 995 000 Kč", - "locality": "Wiesenthalova, Praha 5 - Řeporyje", - "lat": 50.039146, - "lon": 14.321255, - "disposition": "3+kk", - "floor": 3, - "area": 80, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-reporyje-wiesenthalova/3643466572", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_C/nDJ4VEZEqxmIDG8VFP58M2/de99.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2851083084, - "name": "Prodej bytu 3+kk 89 m²", - "price": 13250000, - "price_formatted": "13 250 000 Kč", - "locality": "Praha 10", - "lat": 50.063641, - "lon": 14.473661, - "disposition": "3+kk", - "floor": 4, - "area": 89, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-praha-10-/2851083084", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_A/kOzkBkwYBTCNNSBK92FZiWDm/06cc.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3047232332, - "name": "Prodej bytu 3+kk 85 m²", - "price": 11313453, - "price_formatted": "11 313 453 Kč", - "locality": "Penízovková, Praha 10 - Pitkovice", - "lat": 50.013393, - "lon": 14.582934, - "disposition": "3+kk", - "floor": 2, - "area": 85, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-pitkovice-penizovkova/3047232332", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNCsCVHFrNFuRPDk/f438.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1259123276, - "name": "Prodej bytu 3+kk 83 m²", - "price": 10909109, - "price_formatted": "10 909 109 Kč", - "locality": "Karlická, Praha 5 - Radotín", - "lat": 49.976311, - "lon": 14.349678, - "disposition": "3+kk", - "floor": 2, - "area": 83, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-radotin-karlicka/1259123276", - "image": "https://d18-a.sdn.cz/d_18/c_img_gV_6/h1MZXy.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3334935116, - "name": "Prodej bytu 3+kk 82 m² (Jednopodlažní)", - "price": 11844652, - "price_formatted": "11 844 652 Kč", - "locality": "Vinořské náměstí, Praha - Vinoř", - "lat": 50.142361, - "lon": 14.580827, - "disposition": "3+kk", - "floor": 2, - "area": 82, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-vinor-vinorske-namesti/3334935116", - "image": "https://d18-a.sdn.cz/d_18/c_img_oW_C/kObgaqJNMnB0yvGxjCYuAsB/7b85.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2152080204, + "hash_id": 3019572044, "name": "Prodej bytu 3+kk 76 m²", - "price": 11875200, - "price_formatted": "11 875 200 Kč", - "locality": "náměstí Osvoboditelů, Praha 5 - Radotín", - "lat": 49.984558, - "lon": 14.359279, - "disposition": "3+kk", - "floor": 2, - "area": 76, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-radotin-namesti-osvoboditelu/2152080204", - "image": "https://d18-a.sdn.cz/d_18/c_img_of_D/nDJ4VEZEqxQDMC7yFDjmrE/d5a9.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3016299084, - "name": "Prodej bytu 3+kk 73 m²", - "price": 13042000, - "price_formatted": "13 042 000 Kč", - "locality": "Dunovského, Praha 4 - Chodov", - "lat": 50.034618, - "lon": 14.507051, - "disposition": "3+kk", - "floor": 2, - "area": 73, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-chodov-dunovskeho/3016299084", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_A/kOzkBkwYBTQzPhCTnFGCNPZ/2e73.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1796870988, - "name": "Prodej bytu 3+kk 72 m² (Jednopodlažní)", - "price": 12389440, - "price_formatted": "12 389 440 Kč", - "locality": "Benkova, Praha - Chodov", - "lat": 50.035397, - "lon": 14.501218, - "disposition": "3+kk", - "floor": 3, - "area": 72, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-chodov-benkova/1796870988", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_A/nDJ4VEZEqD86wCFQBFHH4ag/c01b.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 285393740, - "name": "Prodej bytu 3+kk 105 m² (Mezonet)", - "price": 11500000, - "price_formatted": "11 500 000 Kč", - "locality": "Křesomyslova, Praha 4 - Nusle", - "lat": 50.064636, - "lon": 14.432742, - "disposition": "3+kk", - "floor": 5, - "area": 105, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-nusle-kresomyslova/285393740", - "image": "https://d18-a.sdn.cz/d_18/c_img_of_D/nDJ4VEZEqB14TwB0VFBBCkY/c652.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3419743052, - "name": "Prodej bytu 3+kk 74 m²", - "price": 12000000, - "price_formatted": "12 000 000 Kč", - "locality": "Šrobárova, Praha", - "lat": 50.076252, - "lon": 14.473755, - "disposition": "3+kk", - "floor": 2, - "area": 74, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha--srobarova/3419743052", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_A/kOzkBkwYBTDPt7SCGrFFYqwx/f4f2.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1090986828, - "name": "Prodej bytu 3+kk 77 m²", - "price": 12626434, - "price_formatted": "12 626 434 Kč", - "locality": "Poděbradská, Praha 9 - Vysočany", - "lat": 50.102459, - "lon": 14.506999, - "disposition": "3+kk", - "floor": 6, - "area": 77, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-vysocany-podebradska/1090986828", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNCsCVHF9FFu2AMK/2ddb.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 4173656908, - "name": "Prodej bytu 3+kk 78 m²", - "price": 11990000, - "price_formatted": "11 990 000 Kč", - "locality": "Na Baních, Praha 5 - Zbraslav", - "lat": 49.950977, - "lon": 14.376745, - "disposition": "3+kk", - "floor": 2, - "area": 78, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-zbraslav-na-banich/4173656908", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_C/kOzkBkwYBTDPt7SGiMFOzuyu/16a7.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3912020812, - "name": "Prodej bytu 3+kk 88 m² (Jednopodlažní)", - "price": 10990000, - "price_formatted": "10 990 000 Kč", - "locality": "Netlucká, Praha 10 - Dubeč", - "lat": 50.061581, - "lon": 14.595828, - "disposition": "3+kk", - "floor": 2, - "area": 88, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-dubec-netlucka/3912020812", - "image": "https://d18-a.sdn.cz/d_18/c_img_oc_A/nPvSisOTaMpzErBuGD8UKAi/ea42.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1237132108, - "name": "Prodej bytu 3+kk 79 m² (Jednopodlažní)", - "price": 12290000, - "price_formatted": "12 290 000 Kč", - "locality": "Jenečská, Praha 6 - Liboc", - "lat": 50.091743, - "lon": 14.324618, - "disposition": "3+kk", - "floor": 2, - "area": 79, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-liboc-jenecska/1237132108", - "image": "https://d18-a.sdn.cz/d_18/c_img_of_C/nPadKnN9M1Bsdho6DE87mvz/e11a.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1109271372, - "name": "Prodej bytu 3+kk 86 m²", - "price": 12190000, - "price_formatted": "12 190 000 Kč", - "locality": "Penízovková, Praha 10 - Pitkovice", - "lat": 50.014717, - "lon": 14.584082, - "disposition": "3+kk", - "floor": 2, - "area": 86, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-pitkovice-penizovkova/1109271372", - "image": "https://d18-a.sdn.cz/d_18/c_img_of_C/kOdLsFJxntBzxsLbHE8A5pN/e76c.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1836983116, - "name": "Prodej bytu 3+kk 79 m²", - "price": 13085940, - "price_formatted": "13 085 940 Kč", - "locality": "Wassermannova, Praha 5 - Hlubočepy", - "lat": 50.027897, - "lon": 14.363584, - "disposition": "3+kk", - "floor": 2, - "area": 79, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hlubocepy-wassermannova/1836983116", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_B/kOzkBkwYBTDPt7SNYJFd47VD/9e44.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 4018021196, - "name": "Prodej bytu 3+kk 79 m²", - "price": 13324070, - "price_formatted": "13 324 070 Kč", - "locality": "Wassermannova, Praha 5 - Hlubočepy", - "lat": 50.027897, - "lon": 14.363584, - "disposition": "3+kk", - "floor": 3, - "area": 79, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hlubocepy-wassermannova/4018021196", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_B/nDJ4VEZEqBMnoOT4DFd453y/86ad.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3577226060, - "name": "Prodej bytu 3+kk 179 m²", - "price": 12790000, - "price_formatted": "12 790 000 Kč", - "locality": "Hrabovská, Praha 9 - Hostavice", - "lat": 50.081631, - "lon": 14.556377, - "disposition": "3+kk", - "floor": 3, - "area": 179, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hostavice-hrabovska/3577226060", - "image": "https://d18-a.sdn.cz/d_18/c_img_of_B/nOztZkD4ZlDgPvvDU8E5pT3P/e1b3.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2420519756, - "name": "Prodej bytu 3+kk 81 m² (Jednopodlažní)", - "price": 12165000, - "price_formatted": "12 165 000 Kč", - "locality": "Želivecká, Praha - Záběhlice", - "lat": 50.060375, - "lon": 14.496966, - "disposition": "3+kk", - "floor": 5, - "area": 81, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-zabehlice-zelivecka/2420519756", - "image": "https://d18-a.sdn.cz/d_18/c_img_of_A/kPRtHkVQLlCon8i1vE1bdit/f650.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3041276748, - "name": "Prodej bytu 3+kk 80 m² (Jednopodlažní)", - "price": 12971000, - "price_formatted": "12 971 000 Kč", - "locality": "Smržových, Praha - Vysočany", - "lat": 50.109501, - "lon": 14.518596, - "disposition": "3+kk", - "floor": 14, - "area": 80, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-vysocany-smrzovych/3041276748", - "image": "https://d18-a.sdn.cz/d_18/c_img_of_A/nOztZkD4ZlC6aNA9uE1bJrn/0531.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3755684684, - "name": "Prodej bytu 3+kk 72 m²", - "price": 13500000, - "price_formatted": "13 500 000 Kč", - "locality": "Heřmanova, Praha 7 - Holešovice", - "lat": 50.100487, - "lon": 14.432251, - "disposition": "3+kk", - "floor": 4, - "area": 72, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-holesovice-hermanova/3755684684", - "image": "https://d18-a.sdn.cz/d_18/c_img_oe_D/kOzmiQlmfoC2bQRELwEsmdwM/8412.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3034002252, - "name": "Prodej bytu 3+kk 85 m²", - "price": 11309354, - "price_formatted": "11 309 354 Kč", - "locality": "Penízovková, Praha 10 - Pitkovice", - "lat": 50.013393, - "lon": 14.582934, - "disposition": "3+kk", - "floor": 2, - "area": 85, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-pitkovice-penizovkova/3034002252", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeND2I1YCTUFnzRRl/9fff.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 916534092, - "name": "Prodej bytu 3+kk 91 m² (Jednopodlažní)", - "price": 12600000, - "price_formatted": "12 600 000 Kč", - "locality": "Hadovitá, Praha 4 - Michle", - "lat": 50.052193, - "lon": 14.459638, - "disposition": "3+kk", - "floor": 3, - "area": 91, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-michle-hadovita/916534092", - "image": "https://d18-a.sdn.cz/d_18/c_img_of_A/nOztZkD4ZlC6aNAU6E0NFID/353c.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2461872972, - "name": "Prodej bytu 3+kk 72 m²", - "price": 10863914, - "price_formatted": "10 863 914 Kč", - "locality": "Kolbenova, Praha 9 - Vysočany", - "lat": 50.11132, - "lon": 14.510686, - "disposition": "3+kk", - "floor": 3, - "area": 72, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-vysocany-kolbenova/2461872972", - "image": "https://d18-a.sdn.cz/d_18/c_img_oe_E/kOzmiQlmfoC2bQRGWXExVfvG/d9b2.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3690779468, - "name": "Prodej bytu 3+kk 74 m²", - "price": 11519550, - "price_formatted": "11 519 550 Kč", - "locality": "Střížkovská, Praha", - "lat": 50.120098, - "lon": 14.4767, - "disposition": "3+kk", - "floor": 3, - "area": 74, - "building_type": "Cihlová", - "ownership": "Státní/obecní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha--strizkovska/3690779468", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_C/kOzkBkwYBTDPt7SHAhFPyeZ5/74a0.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 94163788, - "name": "Prodej bytu 3+kk 70 m² (Jednopodlažní)", - "price": 9999000, - "price_formatted": "9 999 000 Kč", - "locality": "Sečská, Praha 10 - Strašnice", - "lat": 50.071194, - "lon": 14.503551, - "disposition": "3+kk", - "floor": 3, - "area": 70, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-strasnice-secska/94163788", - "image": "https://d18-a.sdn.cz/d_18/c_img_od_D/nPSV1TXV2nD0izvCtHEc6khT/599f.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2698720076, - "name": "Prodej bytu 3+kk 84 m²", - "price": 12390000, - "price_formatted": "12 390 000 Kč", - "locality": "Hrabovská, Praha 9 - Hostavice", - "lat": 50.081749, - "lon": 14.557925, - "disposition": "3+kk", - "floor": 3, - "area": 84, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hostavice-hrabovska/2698720076", - "image": "https://d18-a.sdn.cz/d_18/c_img_oe_D/kOzmiQlmfoBuCN3DOGEsmPhx/46a8.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1796072268, - "name": "Prodej bytu 3+kk 88 m² (Mezonet)", - "price": 12250000, - "price_formatted": "12 250 000 Kč", - "locality": "Kodaňská, Praha - Vršovice", - "lat": 50.07082, - "lon": 14.458851, - "disposition": "3+kk", - "floor": 5, - "area": 88, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-vrsovice-kodanska/1796072268", - "image": "https://d18-a.sdn.cz/d_18/c_img_od_B/kOes7N5Ni6BXOyrD8SESLiYI/1c87.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 343851852, - "name": "Prodej bytu 3+kk 70 m²", - "price": 12290000, - "price_formatted": "12 290 000 Kč", - "locality": "Břeclavská, Praha 9 - Kyje", - "lat": 50.095062, - "lon": 14.54551, - "disposition": "3+kk", - "floor": 2, - "area": 70, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-kyje-breclavska/343851852", - "image": "https://d18-a.sdn.cz/d_18/c_img_of_A/nO5OZtPbfGCc8bBWFEzoGwf/651d.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2309964364, - "name": "Prodej bytu 3+kk 99 m²", - "price": 11690000, - "price_formatted": "11 690 000 Kč", - "locality": "Ohradní, Praha 4 - Michle", - "lat": 50.052292, - "lon": 14.45542, - "disposition": "3+kk", - "floor": 6, - "area": 99, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-michle-ohradni/2309964364", - "image": "https://d18-a.sdn.cz/d_18/c_img_oe_A/nPSV1TXV2nClkYSDDeEgaIuO/eb12.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1084543820, - "name": "Prodej bytu 3+kk 74 m²", - "price": 10972300, - "price_formatted": "10 972 300 Kč", - "locality": "Jáchymovská, Praha 5 - Řeporyje", - "lat": 50.035248, - "lon": 14.314073, - "disposition": "3+kk", - "floor": 3, - "area": 74, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-reporyje-jachymovska/1084543820", - "image": "https://d18-a.sdn.cz/d_18/c_img_oe_B/nO1Ur3YPjB17k9BZbEmxI26/ff15.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 661705548, - "name": "Prodej bytu 3+kk 69 m²", - "price": 13434064, - "price_formatted": "13 434 064 Kč", - "locality": "Jana Želivského, Praha 3 - Žižkov", - "lat": 50.08567, - "lon": 14.471272, - "disposition": "3+kk", - "floor": 2, - "area": 69, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-zizkov-jana-zelivskeho/661705548", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_A/nDJ4VEZEqCaOxZSD1Fa88vA/6cc1.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 4084388684, - "name": "Prodej bytu 3+kk 78 m²", - "price": 12769155, - "price_formatted": "12 769 155 Kč", - "locality": "Silurská, Praha 5 - Hlubočepy", - "lat": 50.034676, - "lon": 14.385566, - "disposition": "3+kk", - "floor": 6, - "area": 78, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hlubocepy-silurska/4084388684", - "image": "https://d18-a.sdn.cz/d_18/c_img_od_D/nPSV1TXV2nrwBeCONEehXc0/a421.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 4228698956, - "name": "Prodej bytu 3+kk 78 m²", - "price": 12336242, - "price_formatted": "12 336 242 Kč", - "locality": "Silurská, Praha 5 - Hlubočepy", - "lat": 50.034676, - "lon": 14.385566, - "disposition": "3+kk", - "floor": 4, - "area": 78, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hlubocepy-silurska/4228698956", - "image": "https://d18-a.sdn.cz/d_18/c_img_od_D/nPSV1TXV2nClkYSBVgEcu9i1/197e.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3538801484, - "name": "Prodej bytu 3+kk 80 m²", - "price": 9290000, - "price_formatted": "9 290 000 Kč", - "locality": "Holubinková, Praha 10 - Pitkovice", - "lat": 50.016262, - "lon": 14.583932, - "disposition": "3+kk", - "floor": 2, - "area": 80, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-pitkovice-holubinkova/3538801484", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/nPXMbbUsvqDzGaHDMFFn1Yxf/135b.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3436827468, - "name": "Prodej bytu 3+kk 76 m²", - "price": 10703709, - "price_formatted": "10 703 709 Kč", - "locality": "Makovská, Praha 9 - Dolní Počernice", - "lat": 50.081036, - "lon": 14.57484, - "disposition": "3+kk", - "floor": 2, - "area": 76, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-dolni-pocernice-makovska/3436827468", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/nPXMbbUsvqawIkDs7FnXEPI/2a2a.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 109048652, - "name": "Prodej bytu 3+kk 71 m²", - "price": 7250000, - "price_formatted": "7 250 000 Kč", - "locality": "náměstí U lípy svobody, Praha 10 - Dubeč", - "lat": 50.062946, - "lon": 14.594689, - "disposition": "3+kk", - "floor": 3, - "area": 71, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-dubec-namesti-u-lipy-svobody/109048652", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNDpoIQCMyFnZWJ5/94e9.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2444092236, - "name": "Prodej bytu 3+kk 89 m²", - "price": 11413521, - "price_formatted": "11 413 521 Kč", - "locality": "Penízovková, Praha 10 - Pitkovice", - "lat": 50.013393, - "lon": 14.582934, - "disposition": "3+kk", - "floor": 2, - "area": 89, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-pitkovice-penizovkova/2444092236", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/nPXMbbUsvqECACpEQvFnZDFL/3af0.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 720892748, - "name": "Prodej bytu 3+kk 77 m²", - "price": 10990000, - "price_formatted": "10 990 000 Kč", - "locality": "Ďáblická, Praha 8 - Ďáblice", - "lat": 50.142303, - "lon": 14.483035, - "disposition": "3+kk", - "floor": 2, - "area": 77, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-dablice-dablicka/720892748", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_B/kOzkBkwYBTxrzzNhRFewy2E/b9d8.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3156996940, - "name": "Prodej bytu 3+kk 75 m²", - "price": 13155520, - "price_formatted": "13 155 520 Kč", - "locality": "Komárkova, Praha 4 - Chodov", - "lat": 50.036015, - "lon": 14.480886, - "disposition": "3+kk", - "floor": 4, - "area": 75, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-chodov-komarkova/3156996940", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNDpoIQCKfFnWqpw/e443.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 4257710924, - "name": "Prodej bytu 3+kk 86 m²", - "price": 12768040, - "price_formatted": "12 768 040 Kč", - "locality": "Penízovková, Praha 10 - Pitkovice", - "lat": 50.013393, - "lon": 14.582934, - "disposition": "3+kk", - "floor": 2, - "area": 86, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-pitkovice-penizovkova/4257710924", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNBFLmuCgmFnZEkS/25ca.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3714277964, - "name": "Prodej bytu 3+kk 71 m²", - "price": 12260535, - "price_formatted": "12 260 535 Kč", - "locality": "Silurská, Praha 5 - Hlubočepy", - "lat": 50.034676, - "lon": 14.385566, - "disposition": "3+kk", - "floor": 7, - "area": 71, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hlubocepy-silurska/3714277964", - "image": "https://d18-a.sdn.cz/d_18/c_img_oc_D/kOes7N5Ni6DeGDpCXZENgpIE/714d.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2302894668, - "name": "Prodej bytu 3+kk 75 m²", - "price": 12110486, - "price_formatted": "12 110 486 Kč", - "locality": "Silurská, Praha 5 - Hlubočepy", - "lat": 50.034676, - "lon": 14.385566, - "disposition": "3+kk", - "floor": 4, - "area": 75, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hlubocepy-silurska/2302894668", - "image": "https://d18-a.sdn.cz/d_18/c_img_oY_B/nPw2pRkMOeDO3Pe6kC05l0r/49af.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2965590604, - "name": "Prodej bytu 3+kk 76 m²", - "price": 11942365, - "price_formatted": "11 942 365 Kč", - "locality": "Silurská, Praha 5 - Hlubočepy", - "lat": 50.034676, - "lon": 14.385566, + "price": 10790000, + "price_formatted": "10 790 000 Kč", + "locality": "Plzákova, Praha - Kbely", + "lat": 50.13237, + "lon": 14.53639, "disposition": "3+kk", "floor": 3, "area": 76, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hlubocepy-silurska/2965590604", - "image": "https://d18-a.sdn.cz/d_18/c_img_oc_D/nO0bgvR9rXBOILnDaaENgeNP/65ac.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3411894860, - "name": "Prodej bytu 3+kk 79 m²", - "price": 12675596, - "price_formatted": "12 675 596 Kč", - "locality": "Silurská, Praha 5 - Hlubočepy", - "lat": 50.034676, - "lon": 14.385566, - "disposition": "3+kk", - "floor": 3, - "area": 79, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hlubocepy-silurska/3411894860", - "image": "https://d18-a.sdn.cz/d_18/c_img_od_D/kBlLbSfl8BOkUvB1JEcwHv6/3939.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3804451404, - "name": "Prodej bytu 3+kk 72 m²", - "price": 11819718, - "price_formatted": "11 819 718 Kč", - "locality": "Silurská, Praha 5 - Hlubočepy", - "lat": 50.034676, - "lon": 14.385566, - "disposition": "3+kk", - "floor": 6, - "area": 72, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hlubocepy-silurska/3804451404", - "image": "https://d18-a.sdn.cz/d_18/c_img_od_D/nPSV1TXV2nrwBeBZDEcz1xf/2712.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3284357708, - "name": "Prodej bytu 3+kk 80 m²", - "price": 12580194, - "price_formatted": "12 580 194 Kč", - "locality": "Silurská, Praha 5 - Hlubočepy", - "lat": 50.034676, - "lon": 14.385566, - "disposition": "3+kk", - "floor": 2, - "area": 80, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hlubocepy-silurska/3284357708", - "image": "https://d18-a.sdn.cz/d_18/c_img_oc_D/nO0bgvR9rXBOILnDaRENgkbr/0697.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2813284940, - "name": "Prodej bytu 3+kk 75 m²", - "price": 12445800, - "price_formatted": "12 445 800 Kč", - "locality": "Silurská, Praha 5 - Hlubočepy", - "lat": 50.034676, - "lon": 14.385566, - "disposition": "3+kk", - "floor": 6, - "area": 75, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hlubocepy-silurska/2813284940", - "image": "https://d18-a.sdn.cz/d_18/c_img_oY_D/nsLxLojIDmnnXU2DAE1Ro/947c.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 4017263436, - "name": "Prodej bytu 3+kk 73 m² (Jednopodlažní)", - "price": 10100000, - "price_formatted": "10 100 000 Kč", - "locality": "Nučická, Praha 10 - Strašnice", - "lat": 50.066799, - "lon": 14.497653, - "disposition": "3+kk", - "floor": 4, - "area": 73, "building_type": "Cihlová", "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-strasnice-nucicka/4017263436", - "image": "https://d18-a.sdn.cz/d_18/c_img_ob_B/nPTQKDwGers63noVDtwtj1/f2d6.png?fl=res,400,300,3|shr,,20|jpg,90", + "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-kbely-plzakova/3019572044", + "image": "https://d18-a.sdn.cz/d_18/c_img_p7_A/nDJ4VEZEqCaOxZQ8PFZch2R/b90f.png?fl=res,400,300,3|shr,,20|jpg,90", + "scraped_at": "2026-02-25", "source": "sreality" }, { - "hash_id": 3731572044, - "name": "Prodej bytu 3+kk 79 m²", - "price": 13299000, - "price_formatted": "13 299 000 Kč", - "locality": "Praha 5", - "lat": 50.055408, - "lon": 14.382576, - "disposition": "3+kk", - "floor": 2, - "area": 79, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-praha-5-/3731572044", - "image": "https://d18-a.sdn.cz/d_18/c_img_oZ_D/kBkJRwehYCi00eEJNDS6IZG/efa1.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 216052556, - "name": "Prodej bytu 3+kk 71 m²", - "price": 12310480, - "price_formatted": "12 310 480 Kč", - "locality": "Komárkova, Praha 4 - Chodov", - "lat": 50.036015, - "lon": 14.480886, - "disposition": "3+kk", - "floor": 3, - "area": 71, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-chodov-komarkova/216052556", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/nPXMbbUsvqawIkDs8FnXNeJ/45d9.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3437278028, - "name": "Prodej bytu 3+kk 71 m²", - "price": 12836320, - "price_formatted": "12 836 320 Kč", - "locality": "Komárkova, Praha 4 - Chodov", - "lat": 50.036015, - "lon": 14.480886, - "disposition": "3+kk", - "floor": 2, - "area": 71, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-chodov-komarkova/3437278028", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNDpoIQCMGFnXMEO/e462.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 4141921100, + "hash_id": 3704697676, "name": "Prodej bytu 3+kk 72 m²", - "price": 12295360, - "price_formatted": "12 295 360 Kč", - "locality": "Komárkova, Praha 4 - Chodov", - "lat": 50.036015, - "lon": 14.480886, - "disposition": "3+kk", - "floor": 3, - "area": 72, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-chodov-komarkova/4141921100", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNBLdvLCLaFnXFqe/cd9f.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3084956492, - "name": "Prodej bytu 3+kk 71 m²", - "price": 13080480, - "price_formatted": "13 080 480 Kč", - "locality": "Komárkova, Praha 4 - Chodov", - "lat": 50.036015, - "lon": 14.480886, - "disposition": "3+kk", - "floor": 2, - "area": 71, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-chodov-komarkova/3084956492", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/nPXMbbUsvqDzGaHC3rFnXDiq/f0c0.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1779479372, - "name": "Prodej bytu 3+kk 72 m²", - "price": 13450080, - "price_formatted": "13 450 080 Kč", - "locality": "Komárkova, Praha 4 - Chodov", - "lat": 50.036015, - "lon": 14.480886, + "price": 8000000, + "price_formatted": "8 000 000 Kč", + "locality": "Litevská, Praha 10 - Vršovice", + "lat": 50.072536, + "lon": 14.476557, "disposition": "3+kk", "floor": 5, "area": 72, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-chodov-komarkova/1779479372", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNBjPnRCOzFnXAVp/bdfe.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3356537676, - "name": "Prodej bytu 3+kk 72 m²", - "price": 12863760, - "price_formatted": "12 863 760 Kč", - "locality": "Komárkova, Praha 4 - Chodov", - "lat": 50.036015, - "lon": 14.480886, - "disposition": "3+kk", - "floor": 4, - "area": 72, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-chodov-komarkova/3356537676", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNBx1gQCNzFnW82n/1d68.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1058059084, - "name": "Prodej bytu 3+kk 72 m²", - "price": 12907440, - "price_formatted": "12 907 440 Kč", - "locality": "Komárkova, Praha 4 - Chodov", - "lat": 50.036015, - "lon": 14.480886, - "disposition": "3+kk", - "floor": 3, - "area": 72, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-chodov-komarkova/1058059084", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/nPXMbbUsvqDzGaHC3iFnWz53/4456.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1060025164, - "name": "Prodej bytu 3+kk 75 m²", - "price": 12782000, - "price_formatted": "12 782 000 Kč", - "locality": "Komárkova, Praha 4 - Chodov", - "lat": 50.036015, - "lon": 14.480886, - "disposition": "3+kk", - "floor": 3, - "area": 75, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-chodov-komarkova/1060025164", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/nPXMbbUsvqDzGaHC3rFnWpqN/4cb1.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1362015052, - "name": "Prodej bytu 3+kk 72 m²", - "price": 12998720, - "price_formatted": "12 998 720 Kč", - "locality": "Komárkova, Praha 4 - Chodov", - "lat": 50.036015, - "lon": 14.480886, - "disposition": "3+kk", - "floor": 2, - "area": 72, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-chodov-komarkova/1362015052", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNDt0rrCRfFnWmkA/d3f2.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2534924876, - "name": "Prodej bytu 3+kk 74 m²", - "price": 12945000, - "price_formatted": "12 945 000 Kč", - "locality": "Praha 4 - Praha-Libuš", - "lat": 50.004047, - "lon": 14.457355, - "disposition": "3+kk", - "floor": 4, - "area": 74, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-praha-libus-/2534924876", - "image": "https://d18-a.sdn.cz/d_18/c_img_m2_B/kO1SI6eo54DRpQjXszn14/c750.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3567993420, - "name": "Prodej bytu 3+kk 80 m²", - "price": 8500000, - "price_formatted": "8 500 000 Kč", - "locality": "Drahobejlova, Praha 9 - Libeň", - "lat": 50.10434, - "lon": 14.485521, - "disposition": "3+kk", - "floor": 2, - "area": 80, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-liben-drahobejlova/3567993420", - "image": "https://d18-a.sdn.cz/d_18/c_img_oZ_B/kBkJRwehYVnG3qoDIQfL6/a26a.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 995512908, - "name": "Prodej bytu 3+kk 73 m² (Jednopodlažní)", - "price": 10480000, - "price_formatted": "10 480 000 Kč", - "locality": "Danielova, Praha - Čakovice", - "lat": 50.153698, - "lon": 14.530779, - "disposition": "3+kk", - "floor": 2, - "area": 73, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-cakovice-danielova/995512908", - "image": "https://d18-a.sdn.cz/d_18/c_img_oZ_A/nsLxLojIDjvKWCzTDGjTZX/b089.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2238849612, - "name": "Prodej bytu 3+kk 87 m²", - "price": 12000000, - "price_formatted": "12 000 000 Kč", - "locality": "Choceradská, Praha 4 - Záběhlice", - "lat": 50.047661, - "lon": 14.494169, - "disposition": "3+kk", - "floor": 3, - "area": 87, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-zabehlice-choceradska/2238849612", - "image": "https://d18-a.sdn.cz/d_18/c_img_oV_C/kObgaqJNMnB0yvGVfCLVcIR/34ca.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1843270220, - "name": "Prodej bytu 3+kk 69 m²", - "price": 11250000, - "price_formatted": "11 250 000 Kč", - "locality": "Blažimská, Praha 4 - Chodov", - "lat": 50.041729, - "lon": 14.498134, - "disposition": "3+kk", - "floor": 3, - "area": 69, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-chodov-blazimska/1843270220", - "image": "https://d18-a.sdn.cz/d_18/c_img_oW_B/nO1SBfAluiD9J7zpFCUEzr2/d548.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2801107532, - "name": "Prodej bytu 3+kk 74 m²", - "price": 11912208, - "price_formatted": "11 912 208 Kč", - "locality": "Wassermannova, Praha 5 - Hlubočepy", - "lat": 50.027138, - "lon": 14.365409, - "disposition": "3+kk", - "floor": 5, - "area": 74, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hlubocepy-wassermannova/2801107532", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_B/nDJ4VEZEqCs9CySQVFd5JEV/09fe.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1962246732, - "name": "Prodej bytu 3+kk 74 m²", - "price": 12968283, - "price_formatted": "12 968 283 Kč", - "locality": "Wassermannova, Praha 5 - Hlubočepy", - "lat": 50.027138, - "lon": 14.365409, - "disposition": "3+kk", - "floor": 7, - "area": 74, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hlubocepy-wassermannova/1962246732", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_B/nDJ4VEZEqxQDMT0YFd5H8l/435a.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1022722636, - "name": "Prodej bytu 3+kk 80 m²", - "price": 12248142, - "price_formatted": "12 248 142 Kč", - "locality": "Wassermannova, Praha 5 - Hlubočepy", - "lat": 50.027138, - "lon": 14.365409, - "disposition": "3+kk", - "floor": 3, - "area": 80, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hlubocepy-wassermannova/1022722636", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_B/nDJ4VEZEqDjvpWXBLFd5Lbe/c9f3.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1458930252, - "name": "Prodej bytu 3+kk 72 m²", - "price": 11403120, - "price_formatted": "11 403 120 Kč", - "locality": "Wassermannova, Praha 5 - Hlubočepy", - "lat": 50.027138, - "lon": 14.365409, - "disposition": "3+kk", - "floor": 5, - "area": 72, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hlubocepy-wassermannova/1458930252", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_B/nDJ4VEZEqCemGmQ5iFd5JVR/95df.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3186983500, - "name": "Prodej bytu 3+kk 80 m²", - "price": 12929790, - "price_formatted": "12 929 790 Kč", - "locality": "Wassermannova, Praha 5 - Hlubočepy", - "lat": 50.027138, - "lon": 14.365409, - "disposition": "3+kk", - "floor": 4, - "area": 80, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hlubocepy-wassermannova/3186983500", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_B/kOzkBkwYBTCNNSBNJSFd5LKy/ca2e.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3623191116, - "name": "Prodej bytu 3+kk 71 m²", - "price": 12147190, - "price_formatted": "12 147 190 Kč", - "locality": "Wassermannova, Praha 5 - Hlubočepy", - "lat": 50.027138, - "lon": 14.365409, - "disposition": "3+kk", - "floor": 7, - "area": 71, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hlubocepy-wassermannova/3623191116", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_B/nDJ4VEZEqxmIDR2lFd5IOZ/5a0a.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 34186572, - "name": "Prodej bytu 3+kk 74 m²", - "price": 11634400, - "price_formatted": "11 634 400 Kč", - "locality": "Jáchymovská, Praha 5 - Řeporyje", - "lat": 50.035248, - "lon": 14.314073, - "disposition": "3+kk", - "floor": 4, - "area": 74, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-reporyje-jachymovska/34186572", - "image": "https://d18-a.sdn.cz/d_18/c_img_QP_K8/IWmBIGe.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2609607500, - "name": "Prodej bytu 3+1 84 m² (Jednopodlažní)", - "price": 13300000, - "price_formatted": "13 300 000 Kč", - "locality": "Bubenské nábřeží, Praha 7 - Holešovice", - "lat": 50.098339, - "lon": 14.447381, - "disposition": "3+1", - "floor": 3, - "area": 84, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-holesovice-bubenske-nabrezi/2609607500", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNBUfl4WLFrfdBp/6f2f.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3224830796, - "name": "Prodej bytu 3+1 78 m²", - "price": 11900000, - "price_formatted": "11 900 000 Kč", - "locality": "Budějovická, Praha - Praha 4", - "lat": 50.042667, - "lon": 14.457544, - "disposition": "3+1", - "floor": 2, - "area": 78, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-praha-4-budejovicka/3224830796", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNCsCVHCBIFm0Cfr/ec7d.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2792387404, - "name": "Prodej bytu 3+1 94 m² (Mezonet)", - "price": 10990000, - "price_formatted": "10 990 000 Kč", - "locality": "Spojařů, Praha 5 - Zbraslav", - "lat": 49.964233, - "lon": 14.395434, - "disposition": "3+1", - "floor": 3, - "area": 94, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-zbraslav-spojaru/2792387404", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqW7e6GlHFsw920/2ce8.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 948552524, - "name": "Prodej bytu 3+1 97 m²", - "price": 9790000, - "price_formatted": "9 790 000 Kč", - "locality": "Oldřichova, Praha 2 - Nusle", - "lat": 50.065617, - "lon": 14.428337, - "disposition": "3+1", - "floor": 5, - "area": 97, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-nusle-oldrichova/948552524", - "image": "https://d18-a.sdn.cz/d_18/c_img_oe_B/kOzmiQlmfoC2bQRV0EkZ1DC/f53b.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1403183948, - "name": "Prodej bytu 3+1 76 m²", - "price": 8990000, - "price_formatted": "8 990 000 Kč", - "locality": "Bělčická, Praha 4 - Záběhlice", - "lat": 50.046608, - "lon": 14.492217, - "disposition": "3+1", - "floor": 4, - "area": 76, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-zabehlice-belcicka/1403183948", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_B/nDJ4VEZEqCaOxZUMjFeKOXK/6f86.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 4125340492, - "name": "Prodej bytu 3+1 99 m²", - "price": 13490000, - "price_formatted": "13 490 000 Kč", - "locality": "Na Václavce, Praha 5 - Smíchov", - "lat": 50.065289, - "lon": 14.393119, - "disposition": "3+1", - "floor": 2, - "area": 99, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-smichov-na-vaclavce/4125340492", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_B/nPVpfd5QLLD53Ui1kFwOAtI/7b9d.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1180791628, - "name": "Prodej bytu 3+1 70 m² (Jednopodlažní)", - "price": 8880000, - "price_formatted": "8 880 000 Kč", - "locality": "V předpolí, Praha 10 - Strašnice", - "lat": 50.070919, - "lon": 14.482954, - "disposition": "3+1", - "floor": 2, - "area": 70, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-strasnice-v-predpoli/1180791628", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqBP5QmFqiFrUZ7v/e404.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2023191372, - "name": "Prodej bytu 3+1 84 m²", - "price": 12890000, - "price_formatted": "12 890 000 Kč", - "locality": "Valtínovská, Praha 4 - Krč", - "lat": 50.041092, - "lon": 14.457349, - "disposition": "3+1", - "floor": 2, - "area": 84, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-krc-valtinovska/2023191372", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqawIkIusFtGM3t/dc7a.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3469083468, - "name": "Prodej bytu 3+1 97 m² (Jednopodlažní)", - "price": 11399000, - "price_formatted": "11 399 000 Kč", - "locality": "Školní, Praha 4 - Braník", - "lat": 50.037449, - "lon": 14.413369, - "disposition": "3+1", - "floor": 2, - "area": 97, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-branik-skolni/3469083468", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_C/nDJ4VEZEqCaOxZXb4Fir3Ja/a5fd.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3475837772, - "name": "Prodej bytu 3+1 77 m²", - "price": 9400000, - "price_formatted": "9 400 000 Kč", - "locality": "Žitavského, Praha - Zbraslav", - "lat": 49.968777, - "lon": 14.394235, - "disposition": "3+1", - "floor": 2, - "area": 77, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-zbraslav-zitavskeho/3475837772", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_B/kOzkBkwYBTBCGZ9ErEFK4fVz/a27d.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2119304012, - "name": "Prodej bytu 3+1 70 m² (Jednopodlažní)", - "price": 8490000, - "price_formatted": "8 490 000 Kč", - "locality": "Plzeňská, Praha 5 - Smíchov", - "lat": 50.070713, - "lon": 14.37893, - "disposition": "3+1", - "floor": 2, - "area": 70, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-smichov-plzenska/2119304012", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_B/kOzkBkwYBTDPt7SOGcFfM6Tu/dbaa.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1455780684, - "name": "Prodej bytu 3+1 146 m² (Mezonet)", - "price": 12600000, - "price_formatted": "12 600 000 Kč", - "locality": "Plzeňská, Praha 5 - Košíře", - "lat": 50.07045, - "lon": 14.378873, - "disposition": "3+1", - "floor": 6, - "area": 146, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-kosire-plzenska/1455780684", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNBLdvLFmiFu0Z9B/999f.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2628260684, - "name": "Prodej bytu 3+1 87 m² (Mezonet)", - "price": 11323000, - "price_formatted": "11 323 000 Kč", - "locality": "Libušská, Praha 4 - Libuš", - "lat": 50.009743, - "lon": 14.460835, - "disposition": "3+1", - "floor": 2, - "area": 87, "building_type": "Cihlová", "ownership": "Družstevní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-libus-libusska/2628260684", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_B/kOzkBkwYBTDq3nMNRlFd59DE/c45a.png?fl=res,400,300,3|shr,,20|jpg,90", + "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-vrsovice-litevska/3704697676", + "image": "https://d18-a.sdn.cz/d_18/c_img_of_A/nOztZkD4ZlC2Y2EU6E0MiZv/15fc.png?fl=res,400,300,3|shr,,20|jpg,90", + "scraped_at": "2026-02-25", "source": "sreality" }, { - "hash_id": 4058571596, - "name": "Prodej bytu 3+1 121 m²", - "price": 13500000, - "price_formatted": "13 500 000 Kč", - "locality": "Husitská, Praha 3 - Žižkov", - "lat": 50.086834, - "lon": 14.445434, - "disposition": "3+1", - "floor": 5, - "area": 121, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-zizkov-husitska/4058571596", - "image": "https://d18-a.sdn.cz/d_18/c_img_of_D/kOzkBkwYBTDqlCCojFCJoJe/522c.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 977601356, - "name": "Prodej bytu 3+1 71 m²", - "price": 8350000, - "price_formatted": "8 350 000 Kč", - "locality": "Hlavní, Praha 4 - Záběhlice", - "lat": 50.047489, - "lon": 14.490741, - "disposition": "3+1", - "floor": 6, - "area": 71, - "building_type": "Cihlová", - "ownership": "Družstevní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-zabehlice-hlavni/977601356", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqW7e6GHGFsAq4c/a842.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 303203148, - "name": "Prodej bytu 3+1 96 m²", - "price": 13490000, - "price_formatted": "13 490 000 Kč", - "locality": "Na Václavce, Praha 5 - Smíchov", - "lat": 50.065289, - "lon": 14.393119, - "disposition": "3+1", - "floor": 3, - "area": 96, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-smichov-na-vaclavce/303203148", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_B/kY1K2LlXQDnuVL4oFwOBcH/d9e2.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1556706124, - "name": "Prodej bytu 3+1 84 m² (Jednopodlažní)", - "price": 13385000, - "price_formatted": "13 385 000 Kč", - "locality": "Novákových, Praha - Libeň", - "lat": 50.103786, - "lon": 14.476581, - "disposition": "3+1", - "floor": 3, - "area": 84, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-liben-novakovych/1556706124", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqawIkJz5FuaFNW/7c64.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3582423884, - "name": "Prodej bytu 3+1 84 m²", - "price": 13390000, - "price_formatted": "13 390 000 Kč", - "locality": "Komunardů, Praha 7 - Holešovice", - "lat": 50.102169, - "lon": 14.450205, - "disposition": "3+1", - "floor": 3, - "area": 84, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-holesovice-komunardu/3582423884", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNBUfl45yFswEum/0b2b.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 77820748, - "name": "Prodej bytu 3+1 80 m² (Jednopodlažní)", - "price": 10190000, - "price_formatted": "10 190 000 Kč", - "locality": "U Svépomoci, Praha - Nusle", - "lat": 50.054306, - "lon": 14.441881, - "disposition": "3+1", - "floor": 2, - "area": 80, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-nusle-u-svepomoci/77820748", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNBLdvLDlMFqbix9/dc36.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 4169482828, - "name": "Prodej bytu 3+1 103 m²", - "price": 9790000, - "price_formatted": "9 790 000 Kč", - "locality": "Plánická, Praha 5 - Radotín", - "lat": 49.992107, - "lon": 14.366138, - "disposition": "3+1", - "floor": 2, - "area": 103, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-radotin-planicka/4169482828", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_C/kOzkBkwYBTDqlCCIdoFSfluP/59fb.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 433656652, - "name": "Prodej bytu 3+1 86 m² (Jednopodlažní)", - "price": 12000000, - "price_formatted": "12 000 000 Kč", - "locality": "Evropská, Praha 6 - Dejvice", - "lat": 50.095634, - "lon": 14.346382, - "disposition": "3+1", - "floor": 3, - "area": 86, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-dejvice-evropska/433656652", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_A/nDJ4VEZEqxQDMFqQFHxa7K/ffc8.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3972887372, - "name": "Prodej bytu 3+1 84 m²", - "price": 11349087, - "price_formatted": "11 349 087 Kč", - "locality": "Hartigova, Praha 3 - Žižkov", - "lat": 50.089504, - "lon": 14.463739, - "disposition": "3+1", - "floor": 2, - "area": 84, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-zizkov-hartigova/3972887372", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNBP53EEK8FomDcb/06d8.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3806466892, - "name": "Prodej bytu 3+1 96 m²", - "price": 13000000, - "price_formatted": "13 000 000 Kč", - "locality": "5. května, Praha 4 - Nusle", - "lat": 50.055012, - "lon": 14.437956, - "disposition": "3+1", - "floor": 4, - "area": 96, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-nusle-5--kvetna/3806466892", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNBLdvLCpLFocoug/ada0.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 4278465356, - "name": "Prodej bytu 3+1 75 m²", - "price": 10390000, - "price_formatted": "10 390 000 Kč", - "locality": "Želivecká, Praha 10 - Záběhlice", - "lat": 50.060749, - "lon": 14.497425, - "disposition": "3+1", - "floor": 2, - "area": 75, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-zabehlice-zelivecka/4278465356", - "image": "https://d18-a.sdn.cz/d_18/c_img_of_B/kPRtHkVQLlTJ3VBpyE3YiD1/873d.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 973239116, - "name": "Prodej bytu 3+1 83 m²", - "price": 8900000, - "price_formatted": "8 900 000 Kč", - "locality": "Machovcova, Praha 4 - Braník", - "lat": 50.031364, - "lon": 14.423939, - "disposition": "3+1", - "floor": 6, - "area": 83, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-branik-machovcova/973239116", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNDpoIQEAKFrV7Cj/998f.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 640119628, - "name": "Dražba bytu 3+1 87 m² (Jednopodlažní)", - "price": 7060800, - "price_formatted": "7 060 800 Kč", - "locality": "Osnická, Praha 10 - Michle", - "lat": 50.060371, - "lon": 14.4669, - "disposition": "3+1", - "floor": 3, - "area": 87, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-michle-osnicka/640119628", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNBP53EGkhFsiIe3/fc33.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 4294918732, - "name": "Prodej bytu 3+1 104 m² (Jednopodlažní)", - "price": 11500000, - "price_formatted": "11 500 000 Kč", - "locality": "Nad drahou, Praha 5 - Velká Chuchle", - "lat": 50.012852, - "lon": 14.388161, - "disposition": "3+1", - "floor": 2, - "area": 104, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-velka-chuchle-nad-drahou/4294918732", - "image": "https://d18-a.sdn.cz/d_18/c_img_oe_D/nO1Ur3YPjBsRXRHEEEwAni2/35f6.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3753907020, - "name": "Prodej bytu 3+1 90 m² (Jednopodlažní)", - "price": 12468000, - "price_formatted": "12 468 000 Kč", - "locality": "Horovo náměstí, Praha 8 - Libeň", - "lat": 50.110298, - "lon": 14.47299, - "disposition": "3+1", - "floor": 5, - "area": 90, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-liben-horovo-namesti/3753907020", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_C/nDJ4VEZEqBMnoOK71FP9AVL/9fbc.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3762623308, - "name": "Prodej bytu 3+1 136 m²", - "price": 13400000, - "price_formatted": "13 400 000 Kč", - "locality": "Patočkova, Praha 6 - Střešovice", - "lat": 50.086994, - "lon": 14.374834, - "disposition": "3+1", - "floor": 5, - "area": 136, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-stresovice-patockova/3762623308", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_D/nDJ4VEZEqxQDMOeBFVuw0O/80b1.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2423526220, - "name": "Prodej bytu 3+1 70 m²", - "price": 11250000, - "price_formatted": "11 250 000 Kč", - "locality": "Zeyerova alej, Praha 6 - Břevnov", - "lat": 50.084652, - "lon": 14.340025, - "disposition": "3+1", - "floor": 2, - "area": 70, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-brevnov-zeyerova-alej/2423526220", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_D/nDJ4VEZEqBMnoOPVBFW3mrf/937d.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2798547788, - "name": "Prodej bytu 3+1 80 m²", - "price": 11400000, - "price_formatted": "11 400 000 Kč", - "locality": "5. května, Praha 4 - Nusle", - "lat": 50.06041, - "lon": 14.432624, - "disposition": "3+1", - "floor": 4, - "area": 80, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-nusle-5--kvetna/2798547788", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNCsCVHFA2FskVw1/1db4.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1547395660, - "name": "Prodej bytu 3+1 85 m² (Mezonet)", - "price": 9950000, - "price_formatted": "9 950 000 Kč", - "locality": "Březová, Praha 8 - Kobylisy", - "lat": 50.135719, - "lon": 14.477155, - "disposition": "3+1", - "floor": 2, - "area": 85, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-kobylisy-brezova/1547395660", - "image": "https://d18-a.sdn.cz/d_18/c_img_oX_E/nPw2pRkMOeBQpVfrbCwTfPT/799e.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 4060156748, - "name": "Prodej bytu 3+1 77 m²", - "price": 12380000, - "price_formatted": "12 380 000 Kč", - "locality": "Čeljabinská, Praha 10 - Vršovice", - "lat": 50.069969, - "lon": 14.469748, - "disposition": "3+1", - "floor": 6, - "area": 77, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-vrsovice-celjabinska/4060156748", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_A/nDJ4VEZEqxQDMR2NFbAHjN/466e.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2518025036, - "name": "Prodej bytu 3+1 95 m²", - "price": 10990000, - "price_formatted": "10 990 000 Kč", - "locality": "Černokostelecká, Praha 10 - Strašnice", - "lat": 50.07748, - "lon": 14.505886, - "disposition": "3+1", - "floor": 4, - "area": 95, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-strasnice-cernokostelecka/2518025036", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNDpoIQB8TFm2m9L/68b6.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1868526412, - "name": "Prodej bytu 3+1 94 m²", - "price": 12900000, - "price_formatted": "12 900 000 Kč", - "locality": "Kroftova, Praha 5 - Smíchov", - "lat": 50.077484, - "lon": 14.402933, - "disposition": "3+1", - "floor": 2, - "area": 94, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-smichov-kroftova/1868526412", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqB6axWGo8Fq0lWA/fb77.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1265201996, - "name": "Prodej bytu 3+1 83 m²", - "price": 11500000, - "price_formatted": "11 500 000 Kč", - "locality": "U smaltovny, Praha 7 - Holešovice", - "lat": 50.102665, - "lon": 14.435932, - "disposition": "3+1", - "floor": 2, - "area": 83, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-holesovice-u-smaltovny/1265201996", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNBjPnRCKGFnRgbe/0dc6.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2977608524, - "name": "Prodej bytu 3+1 74 m² (Jednopodlažní)", - "price": 11200000, - "price_formatted": "11 200 000 Kč", - "locality": "Velehradská, Praha 3 - Vinohrady", - "lat": 50.079212, - "lon": 14.453615, - "disposition": "3+1", - "floor": 3, - "area": 74, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-vinohrady-velehradska/2977608524", - "image": "https://d18-a.sdn.cz/d_18/c_img_oZ_D/nsLxLojIDtIIlLesDTEOTY/afef.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2282386252, - "name": "Prodej bytu 3+1 72 m²", - "price": 12490000, - "price_formatted": "12 490 000 Kč", - "locality": "Michelská, Praha 4 - Michle", - "lat": 50.047226, - "lon": 14.460669, - "disposition": "3+1", - "floor": 2, - "area": 72, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-michle-michelska/2282386252", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_C/nPXMbbUsvqDzGaHBhTFlhqpB/4077.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2894193484, - "name": "Prodej bytu 3+1 77 m² (Podkrovní)", - "price": 11490000, - "price_formatted": "11 490 000 Kč", - "locality": "Na výšinách, Praha 7 - Bubeneč", - "lat": 50.100365, - "lon": 14.41832, - "disposition": "3+1", - "floor": 6, - "area": 77, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-bubenec-na-vysinach/2894193484", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_C/kOzkBkwYBTxrzzPaeFilbfe/1c98.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 841360204, - "name": "Prodej bytu 3+1 69 m²", - "price": 9750000, - "price_formatted": "9 750 000 Kč", - "locality": "náměstí Bořislavka, Praha 6 - Dejvice", - "lat": 50.097507, - "lon": 14.368076, - "disposition": "3+1", - "floor": 4, - "area": 69, - "building_type": "Smíšená", - "ownership": "Družstevní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-dejvice-namesti-borislavka/841360204", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_B/kOzkBkwYBTBCGZ9EjeFKoGnY/6f95.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1541866316, - "name": "Prodej bytu 3+1 79 m²", - "price": 11290000, - "price_formatted": "11 290 000 Kč", - "locality": "Jugoslávských partyzánů, Praha 6 - Bubeneč", - "lat": 50.107975, - "lon": 14.394898, - "disposition": "3+1", - "floor": 3, - "area": 79, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-bubenec-jugoslavskych-partyzanu/1541866316", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_C/kBfrbpoeNBP53ECP3FmI1hE/0b3d.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3121242956, - "name": "Prodej bytu 3+1 88 m²", - "price": 11900000, - "price_formatted": "11 900 000 Kč", - "locality": "Kříženeckého náměstí, Praha 5 - Hlubočepy", - "lat": 50.030979, - "lon": 14.392273, - "disposition": "3+1", - "floor": 2, - "area": 88, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-hlubocepy-krizeneckeho-namesti/3121242956", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_B/kY1K2LlXQBsPCGw9FwGFKh/e683.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1795756876, - "name": "Prodej bytu 3+1 81 m²", - "price": 13493000, - "price_formatted": "13 493 000 Kč", - "locality": "Medinská, Praha 9 - Klánovice", - "lat": 50.089264, - "lon": 14.669036, - "disposition": "3+1", - "floor": 3, - "area": 81, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-klanovice-medinska/1795756876", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_A/kOzkBkwYBTBLrRlERaFJh3aj/ecfb.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 603394892, - "name": "Prodej bytu 3+1 86 m²", - "price": 12120000, - "price_formatted": "12 120 000 Kč", - "locality": "Nad vodovodem, Praha 10 - Malešice", - "lat": 50.081532, - "lon": 14.494474, - "disposition": "3+1", - "floor": 2, - "area": 86, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-malesice-nad-vodovodem/603394892", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_C/nDJ4VEZEqD86wCMQ5FRptnU/387d.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 337646412, - "name": "Prodej bytu 3+1 88 m²", - "price": 13340000, - "price_formatted": "13 340 000 Kč", - "locality": "Koldínova, Praha 3 - Žižkov", - "lat": 50.087616, - "lon": 14.462893, - "disposition": "3+1", - "floor": 3, - "area": 88, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-zizkov-koldinova/337646412", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_C/kOzkBkwYBTBCGZ9G65FPlThZ/e293.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 114430796, - "name": "Prodej bytu 3+1 78 m²", - "price": 10990000, - "price_formatted": "10 990 000 Kč", - "locality": "Lihovarská, Praha 9 - Libeň", - "lat": 50.104591, - "lon": 14.486414, - "disposition": "3+1", - "floor": 3, - "area": 78, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-liben-lihovarska/114430796", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/nPXMbbUsvqCrBESCp0Fm4ZlA/d655.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2918539852, - "name": "Prodej bytu 3+1 84 m²", - "price": 10500000, - "price_formatted": "10 500 000 Kč", - "locality": "Husitská, Praha 3 - Žižkov", - "lat": 50.086861, - "lon": 14.450354, - "disposition": "3+1", - "floor": 2, - "area": 84, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-zizkov-husitska/2918539852", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/nPXMbbUsvqawIkDIVFmupvH/dc40.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1064633164, - "name": "Prodej bytu 3+1 116 m² (Jednopodlažní)", - "price": 11400000, - "price_formatted": "11 400 000 Kč", - "locality": "Legerova, Praha 2 - Vinohrady", - "lat": 50.076363, - "lon": 14.430333, - "disposition": "3+1", - "floor": 3, - "area": 116, - "building_type": "Cihlová", - "ownership": "Družstevní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-vinohrady-legerova/1064633164", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_C/nPXMbbUsvqB8gfpo8FkW9ar/16a5.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 4097368908, - "name": "Prodej bytu 3+1 73 m²", - "price": 8990000, - "price_formatted": "8 990 000 Kč", - "locality": "Slunečnicová, Praha 10 - Záběhlice", - "lat": 50.060925, - "lon": 14.500095, - "disposition": "3+1", - "floor": 2, - "area": 73, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-zabehlice-slunecnicova/4097368908", - "image": "https://d18-a.sdn.cz/d_18/c_img_oe_A/kBlLbSfl8BFAxJDcuEhqMTb/681b.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2947011404, - "name": "Prodej bytu 3+1 102 m²", - "price": 11450000, - "price_formatted": "11 450 000 Kč", - "locality": "náměstí Dr. Václava Holého, Praha 8 - Libeň", - "lat": 50.106846, - "lon": 14.475188, - "disposition": "3+1", - "floor": 2, - "area": 102, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-liben-namesti-dr--vaclava-holeho/2947011404", - "image": "https://d18-a.sdn.cz/d_18/c_img_oe_A/kBlLbSfl8zSZiDDVEgXpuj/59b2.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2952090188, - "name": "Prodej bytu 3+1 94 m² (Jednopodlažní)", - "price": 12490000, - "price_formatted": "12 490 000 Kč", - "locality": "Kladrubská, Praha 9 - Letňany", - "lat": 50.139446, - "lon": 14.510663, - "disposition": "3+1", - "floor": 2, - "area": 94, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-letnany-kladrubska/2952090188", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNBUfl4B2BFu10CM/82ad.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 735933260, - "name": "Prodej bytu 3+1 76 m²", - "price": 10990000, - "price_formatted": "10 990 000 Kč", - "locality": "Na Černém vrchu, Praha - Smíchov", - "lat": 50.068893, - "lon": 14.388721, - "disposition": "3+1", - "floor": 3, - "area": 76, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-smichov-na-cernem-vrchu/735933260", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNDpoIQDbDFqMIzr/710e.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1717773132, - "name": "Prodej bytu 4+kk 84 m² (Jednopodlažní)", - "price": 12690000, - "price_formatted": "12 690 000 Kč", - "locality": "Letovská, Praha 9 - Letňany", - "lat": 50.141624, - "lon": 14.514146, - "disposition": "4+kk", - "floor": 3, - "area": 84, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-letnany-letovska/1717773132", - "image": "https://d18-a.sdn.cz/d_18/c_img_of_C/kOzkBkwYBTCjpxhnfE9kBfi/1cdb.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2591810124, - "name": "Prodej bytu 4+kk 77 m²", - "price": 12618295, - "price_formatted": "12 618 295 Kč", + "hash_id": 1137623884, + "name": "Prodej bytu 3+kk 71 m²", + "price": 12318349, + "price_formatted": "12 318 349 Kč", "locality": "Praha 9", "lat": 50.106956, "lon": 14.510207, - "disposition": "4+kk", - "floor": 3, - "area": 77, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-praha-9-/2591810124", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqChCvUHavFrhpm3/391b.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1864983372, - "name": "Prodej bytu 4+kk 105 m²", - "price": 4990000, - "price_formatted": "4 990 000 Kč", - "locality": "Thomasova, Praha 5 - Třebonice", - "lat": 50.047554, - "lon": 14.300726, - "disposition": "4+kk", - "floor": 5, - "area": 105, - "building_type": "Cihlová", - "ownership": "Družstevní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-trebonice-thomasova/1864983372", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_B/kY1K2LlXQJGqrBLnFwoZ2j/f76a.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3344900940, - "name": "Prodej bytu 4+kk 108 m² (Podkrovní)", - "price": 12980000, - "price_formatted": "12 980 000 Kč", - "locality": "Na Bojišti, Praha 2 - Nové Město", - "lat": 50.073978, - "lon": 14.428468, - "disposition": "4+kk", - "floor": 5, - "area": 108, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-nove-mesto-na-bojisti/3344900940", - "image": "https://d18-a.sdn.cz/d_18/c_img_of_C/kPxr1WDRoIBwTcHBZTE7Mpsq/0375.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1685676876, - "name": "Prodej bytu 4+kk 85 m² (Jednopodlažní)", - "price": 2720000, - "price_formatted": "2 720 000 Kč", - "locality": "Střimelická, Praha 4 - Záběhlice", - "lat": 50.049385, - "lon": 14.484075, - "disposition": "4+kk", - "floor": 3, - "area": 85, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-zabehlice-strimelicka/1685676876", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_B/nPVpfd5QLLDqzReBDuFwiXo3/ddf1.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 4041016140, - "name": "Prodej bytu 4+kk 88 m² (Jednopodlažní)", - "price": 13300500, - "price_formatted": "13 300 500 Kč", - "locality": "Marie Podvalové, Praha - Čakovice", - "lat": 50.157696, - "lon": 14.519159, - "disposition": "4+kk", - "floor": 5, - "area": 88, - "building_type": "Skeletová", - "ownership": "Družstevní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-cakovice-marie-podvalove/4041016140", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_B/kOzkBkwYBTEBlmaNdFFd5SrG/25fc.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 330105676, - "name": "Prodej bytu 4+kk 88 m² (Jednopodlažní)", - "price": 12752900, - "price_formatted": "12 752 900 Kč", - "locality": "Marie Podvalové, Praha - Čakovice", - "lat": 50.157696, - "lon": 14.519159, - "disposition": "4+kk", - "floor": 2, - "area": 88, - "building_type": "Skeletová", - "ownership": "Družstevní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-cakovice-marie-podvalove/330105676", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_B/kOzkBkwYBTDq3nMNSpFd6MXR/162d.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 222794572, - "name": "Prodej bytu 4+kk 76 m²", - "price": 13435000, - "price_formatted": "13 435 000 Kč", - "locality": "Bečovská, Praha 10 - Uhříněves", - "lat": 50.037685, - "lon": 14.591111, - "disposition": "4+kk", - "floor": 2, - "area": 76, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-uhrineves-becovska/222794572", - "image": "https://d18-a.sdn.cz/d_18/c_img_ob_D/nPTQKDwGerRrt3a9D03lEx/a4bd.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3681342028, - "name": "Prodej bytu 4+kk 76 m²", - "price": 12188188, - "price_formatted": "12 188 188 Kč", - "locality": "Marie Podvalové, Praha - Čakovice", - "lat": 50.157696, - "lon": 14.519159, - "disposition": "4+kk", + "disposition": "3+kk", "floor": 4, - "area": 76, + "area": 71, "building_type": "Skeletová", "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-cakovice-marie-podvalove/3681342028", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNBUfl4l0FsHk0p/aa2e.jpeg?fl=res,400,300,3|shr,,20|jpg,90", + "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-praha-9-/1137623884", + "image": "https://d18-a.sdn.cz/d_18/c_img_p8_B/nPVpfd5QLLksKHbwFvjCd6/56ac.jpeg?fl=res,400,300,3|shr,,20|jpg,90", + "scraped_at": "2026-02-25", "source": "sreality" }, { - "hash_id": 3431957324, - "name": "Prodej bytu 4+kk 85 m² (Jednopodlažní)", - "price": 12890000, - "price_formatted": "12 890 000 Kč", - "locality": "Stavbařů, Praha 4 - Hodkovičky", - "lat": 50.024662, - "lon": 14.412411, - "disposition": "4+kk", - "floor": 2, - "area": 85, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-hodkovicky-stavbaru/3431957324", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_B/kY1K2LlXQCEs3VTdFvDfDy/83c7.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 586400588, - "name": "Prodej bytu 4+kk 75 m²", - "price": 10363000, - "price_formatted": "10 363 000 Kč", - "locality": "Karla Guta, Praha 10 - Uhříněves", - "lat": 50.03017, - "lon": 14.594007, - "disposition": "4+kk", - "floor": 4, - "area": 75, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-uhrineves-karla-guta/586400588", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNDt0rrCBHFm0ysl/6d4d.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 971801420, - "name": "Prodej bytu 4+kk 113 m² (Jednopodlažní)", - "price": 5033600, - "price_formatted": "5 033 600 Kč", - "locality": "Honzíkova, Praha 10 - Dolní Měcholupy", - "lat": 50.067547, - "lon": 14.554193, - "disposition": "4+kk", - "floor": 2, - "area": 113, - "building_type": "Cihlová", - "ownership": "Družstevní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-dolni-mecholupy-honzikova/971801420", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_D/nDJ4VEZEqCemGmMLoFWeE4t/5031.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2825986892, - "name": "Prodej bytu 4+kk 77 m²", - "price": 13490000, - "price_formatted": "13 490 000 Kč", - "locality": "Domažlická, Praha 3 - Žižkov", - "lat": 50.08839, - "lon": 14.463692, - "disposition": "4+kk", - "floor": 2, - "area": 77, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-zizkov-domazlicka/2825986892", - "image": "https://d18-a.sdn.cz/d_18/c_img_of_D/kOzkBkwYBTBLrRlTkFBZs1s/c711.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2712802124, - "name": "Prodej bytu 4+kk 94 m²", - "price": 13499900, - "price_formatted": "13 499 900 Kč", - "locality": "V Dolině, Praha 10 - Michle", - "lat": 50.057995, - "lon": 14.468289, - "disposition": "4+kk", - "floor": 8, - "area": 94, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-michle-v-doline/2712802124", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_B/kY1K2LlXQB7HUzTjFu9Po9/0204.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 4059067212, - "name": "Prodej bytu 4+kk 79 m²", - "price": 12026070, - "price_formatted": "12 026 070 Kč", - "locality": "Polabská, Praha 9 - Miškovice", - "lat": 50.154964, - "lon": 14.538545, - "disposition": "4+kk", - "floor": 3, - "area": 79, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-miskovice-polabska/4059067212", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_B/kY1K2LlXQD1lSJTgFvChuk/b5a6.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2716889932, - "name": "Prodej bytu 4+kk 79 m²", - "price": 12281850, - "price_formatted": "12 281 850 Kč", - "locality": "Polabská, Praha 9 - Miškovice", - "lat": 50.154964, - "lon": 14.538545, - "disposition": "4+kk", - "floor": 2, - "area": 79, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-miskovice-polabska/2716889932", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_B/kY1K2LlXQJGqrWsFvCh7v/5c09.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1374712652, - "name": "Prodej bytu 4+kk 80 m²", - "price": 12054000, - "price_formatted": "12 054 000 Kč", - "locality": "Polabská, Praha 9 - Miškovice", - "lat": 50.154964, - "lon": 14.538545, - "disposition": "4+kk", - "floor": 2, - "area": 80, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-miskovice-polabska/1374712652", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNBZ7LrUqFubr2N/8779.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3116368716, - "name": "Prodej bytu 4+kk 78 m² (Jednopodlažní)", - "price": 11990000, - "price_formatted": "11 990 000 Kč", - "locality": "Sušilova, Praha 10 - Uhříněves", - "lat": 50.032063, - "lon": 14.588518, - "disposition": "4+kk", - "floor": 2, - "area": 78, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-uhrineves-susilova/3116368716", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_C/kOzkBkwYBTBCGZ9PFAFhNtXw/247f.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1430709068, - "name": "Prodej bytu 4+kk 80 m²", - "price": 12450000, - "price_formatted": "12 450 000 Kč", - "locality": "Škrábkových, Praha 9 - Letňany", - "lat": 50.140385, - "lon": 14.519495, - "disposition": "4+kk", - "floor": 6, - "area": 80, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-letnany-skrabkovych/1430709068", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_A/nDJ4VEZEqCemGmPgKFbpjUn/8e16.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1327956812, - "name": "Prodej bytu 4+kk 83 m²", - "price": 11490000, - "price_formatted": "11 490 000 Kč", - "locality": "Fráni Šrámka, Praha 5 - Smíchov", - "lat": 50.069508, - "lon": 14.389555, - "disposition": "4+kk", - "floor": 2, - "area": 83, - "building_type": "Cihlová", - "ownership": "Družstevní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-smichov-frani-sramka/1327956812", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNDt0rrD9IFqywAY/eeba.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 230212172, - "name": "Prodej bytu 4+kk 79 m²", - "price": 12650000, - "price_formatted": "12 650 000 Kč", - "locality": "Sokolovská, Praha 8 - Libeň", - "lat": 50.102959, - "lon": 14.478184, - "disposition": "4+kk", - "floor": 2, - "area": 79, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-liben-sokolovska/230212172", - "image": "https://d18-a.sdn.cz/d_18/c_img_m4_A/nPt0vAiT3tDnxEcSjBpOaow/ba22.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3195237196, - "name": "Prodej bytu 4+kk 79 m²", - "price": 11912880, - "price_formatted": "11 912 880 Kč", - "locality": "Polabská, Praha 9 - Miškovice", - "lat": 50.154964, - "lon": 14.538545, - "disposition": "4+kk", - "floor": 3, - "area": 79, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-miskovice-polabska/3195237196", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNCgOJyGYTFsHHn5/20ea.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 954037068, - "name": "Prodej bytu 4+kk 104 m²", - "price": 3999999, - "price_formatted": "3 999 999 Kč", - "locality": "náměstí Olgy Scheinpflugové, Praha 5 - Hlubočepy", - "lat": 50.0299, - "lon": 14.36202, - "disposition": "4+kk", - "floor": 3, - "area": 104, - "building_type": "Cihlová", - "ownership": "Družstevní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-hlubocepy-namesti-olgy-scheinpflugove/954037068", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNBP53EHv0Fuzyuh/2a77.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1524183884, - "name": "Prodej bytu 4+kk 102 m²", - "price": 12230000, - "price_formatted": "12 230 000 Kč", - "locality": "Netlucká, Praha 10 - Dubeč", - "lat": 50.06152, - "lon": 14.595706, - "disposition": "4+kk", - "floor": 2, - "area": 102, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-dubec-netlucka/1524183884", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqCrBESGh8FskZS9/42e1.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3472032588, - "name": "Prodej bytu 4+kk 96 m²", - "price": 4486462, - "price_formatted": "4 486 462 Kč", - "locality": "Praha 4 - Chodov", - "lat": 50.035149, - "lon": 14.505833, - "disposition": "4+kk", - "floor": 7, - "area": 96, - "building_type": "Smíšená", - "ownership": "Družstevní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-chodov-/3472032588", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNCgOJyH6pFu0jWH/ef48.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1005912908, - "name": "Prodej bytu 4+kk 90 m²", - "price": 11700000, - "price_formatted": "11 700 000 Kč", - "locality": "Ke stadionu, Praha 9 - Čakovice", - "lat": 50.146542, - "lon": 14.532428, - "disposition": "4+kk", - "floor": 3, - "area": 90, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-cakovice-ke-stadionu/1005912908", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_C/kOzkBkwYBTEBlmaQQAFjRCfP/5a3d.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2301477708, - "name": "Prodej bytu 4+kk 97 m²", - "price": 4595524, - "price_formatted": "4 595 524 Kč", - "locality": "Sedlářova, Praha 9 - Kbely", - "lat": 50.130093, - "lon": 14.535296, - "disposition": "4+kk", - "floor": 2, - "area": 97, - "building_type": "Smíšená", - "ownership": "Družstevní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-kbely-sedlarova/2301477708", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNBFLmuGGuFu1Ekt/538f.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1797391180, - "name": "Prodej bytu 4+kk 125 m²", - "price": 3799037, - "price_formatted": "3 799 037 Kč", - "locality": "Honzíkova, Praha 10 - Dolní Měcholupy", - "lat": 50.067547, - "lon": 14.554193, - "disposition": "4+kk", - "floor": 3, - "area": 125, - "building_type": "Smíšená", - "ownership": "Družstevní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-dolni-mecholupy-honzikova/1797391180", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqChCvUKEyFu0TuK/1bc3.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1099359052, - "name": "Prodej bytu 4+kk 116 m²", - "price": 12360000, - "price_formatted": "12 360 000 Kč", - "locality": "Legerova, Praha 2 - Vinohrady", - "lat": 50.069912, - "lon": 14.431077, - "disposition": "4+kk", - "floor": 2, - "area": 116, - "building_type": "Cihlová", - "ownership": "Družstevní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-vinohrady-legerova/1099359052", - "image": "https://d18-a.sdn.cz/d_18/c_img_od_C/nPXN5fAIwLBLbxXBraEW31gX/9403.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 3106485068, - "name": "Prodej bytu 4+kk 95 m²", - "price": 4990000, - "price_formatted": "4 990 000 Kč", - "locality": "Gollové, Praha - Hlubočepy", - "lat": 50.030186, - "lon": 14.361911, - "disposition": "4+kk", - "floor": 2, - "area": 95, - "building_type": "Smíšená", - "ownership": "Družstevní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-hlubocepy-gollove/3106485068", - "image": "https://d18-a.sdn.cz/d_18/c_img_oe_D/nO1Ur3YPjBCBv9BF9eEtpoSF/1bf3.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 242774860, - "name": "Prodej bytu 4+kk 94 m² (Jednopodlažní)", - "price": 13490000, - "price_formatted": "13 490 000 Kč", - "locality": "Bratislavská, Praha - Hostivař", - "lat": 50.0439, - "lon": 14.515306, - "disposition": "4+kk", - "floor": 3, - "area": 94, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-hostivar-bratislavska/242774860", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/nPXMbbUsvqDzGaHCY5Fms8Pg/497a.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1058415436, - "name": "Prodej bytu 4+kk 81 m² (Jednopodlažní)", - "price": 13299328, - "price_formatted": "13 299 328 Kč", - "locality": "Údolní, Praha 4 - Braník", - "lat": 50.026546, - "lon": 14.416888, - "disposition": "4+kk", - "floor": 4, + "hash_id": 24515884, + "name": "Prodej bytu 3+kk 81 m²", + "price": 13000000, + "price_formatted": "13 000 000 Kč", + "locality": "Hlučkova 869, Praha", + "lat": 50.142303781599, + "lon": 14.522362316941, + "disposition": "3+kk", + "floor": 5, "area": 81, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-branik-udolni/1058415436", - "image": "https://d18-a.sdn.cz/d_18/c_img_of_D/kOzkBkwYBTDqlCCBXMFDqjre/99cd.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2868101964, - "name": "Prodej bytu 4+kk 84 m²", - "price": 11990000, - "price_formatted": "11 990 000 Kč", - "locality": "Karla Guta, Praha 10 - Uhříněves", - "lat": 50.030125, - "lon": 14.59409, - "disposition": "4+kk", - "floor": 5, - "area": 84, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-uhrineves-karla-guta/2868101964", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_C/nDJ4VEZEqBMnoOW9XFiLMhB/f862.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 772551244, - "name": "Prodej bytu 4+kk 110 m²", - "price": 4982498, - "price_formatted": "4 982 498 Kč", - "locality": "Vítové, Praha 5 - Hlubočepy", - "lat": 50.028706, - "lon": 14.361368, - "disposition": "4+kk", - "floor": 6, - "area": 110, - "building_type": "Skeletová", - "ownership": "Družstevní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-hlubocepy-vitove/772551244", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/nPXMbbUsvqW7e6DDqFnhluY/7415.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1431511628, - "name": "Prodej bytu 4+kk 97 m²", - "price": 5070000, - "price_formatted": "5 070 000 Kč", - "locality": "Honzíkova, Praha 10 - Dolní Měcholupy", - "lat": 50.067547, - "lon": 14.554193, - "disposition": "4+kk", - "floor": 2, - "area": 97, - "building_type": "Smíšená", - "ownership": "Družstevní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-dolni-mecholupy-honzikova/1431511628", - "image": "https://d18-a.sdn.cz/d_18/c_img_oW_C/kPWmeC9soBCfUPTUhCcU0YF/b505.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 1765593932, - "name": "Prodej bytu 4+1 90 m² (Mezonet)", - "price": 12700000, - "price_formatted": "12 700 000 Kč", - "locality": "Semtínská, Praha - Vinoř", - "lat": 50.141563, - "lon": 14.576679, - "disposition": "4+1", - "floor": 2, - "area": 90, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+1/praha-vinor-semtinska/1765593932", - "image": "https://d18-a.sdn.cz/d_18/c_img_od_D/nPSV1TXV2nD0izvCnGEcuXq9/d774.png?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 2676609868, - "name": "Prodej bytu 5+kk 113 m²", - "price": 5189000, - "price_formatted": "5 189 000 Kč", - "locality": "Praha 4 - Chodov", - "lat": 50.035149, - "lon": 14.505833, - "disposition": "5+kk", - "floor": 2, - "area": 113, - "building_type": "Smíšená", - "ownership": "Družstevní", - "url": "https://www.sreality.cz/detail/prodej/byt/5+kk/praha-chodov-/2676609868", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNCqNsfBQBFu1URR/54a5.jpeg?fl=res,400,300,3|shr,,20|jpg,90", - "source": "sreality" - }, - { - "hash_id": 24507469, - "name": "Prodej bytu 3+kk 73 m²", - "price": 12790000, - "price_formatted": "12 790 000 Kč", - "locality": "Vrázova 2243, Praha", - "lat": 50.071092222222, - "lon": 14.407692777778, - "disposition": "3+kk", - "floor": 3, - "area": 73, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-vrazova-2243-praha/24507469", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24507432, - "name": "Prodej bytu 4+1 82 m²", - "price": 9690000, - "price_formatted": "9 690 000 Kč", - "locality": "Modřany, Praha", - "lat": 50.004532638296, - "lon": 14.414706890396, - "disposition": "4+1", - "floor": 3, - "area": 82, - "building_type": "neuvedeno", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-4+1-modrany-praha/24507432", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24507026, - "name": "Prodej bytu Atypický None m²", - "price": 11500000, - "price_formatted": "11 500 000 Kč", - "locality": "Praha, 158 00", - "lat": 50.054659, - "lon": 14.358273, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-158-00/24507026", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24506859, - "name": "Prodej bytu Atypický None m²", - "price": 6550000, - "price_formatted": "6 550 000 Kč", - "locality": "Praha, 142 00", - "lat": 50.005532, - "lon": 14.457836, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-142-00/24506859", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24506841, - "name": "Prodej bytu Atypický None m²", - "price": 4500000, - "price_formatted": "4 500 000 Kč", - "locality": "Praha, 180 00", - "lat": 50.1088, - "lon": 14.467449, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-180-00/24506841", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24506842, - "name": "Prodej bytu Atypický None m²", - "price": 7000000, - "price_formatted": "7 000 000 Kč", - "locality": "Praha, 150 00", - "lat": 50.071133, - "lon": 14.370975, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-150-00/24506842", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24506764, - "name": "Prodej bytu 4+kk 87 m²", - "price": 11990000, - "price_formatted": "11 990 000 Kč", - "locality": "Bochovská 567, Praha", - "lat": 50.052633888889, - "lon": 14.366935, - "disposition": "4+kk", - "floor": 5, - "area": 87, - "building_type": "neuvedeno", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-4+kk-jinonice-praha/24506764", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24506460, - "name": "Prodej bytu Atypický None m²", - "price": 6850000, - "price_formatted": "6 850 000 Kč", - "locality": "Praha, 150 00", - "lat": 50.071133, - "lon": 14.370975, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+kk-pechlatova-praha/24506460", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24506394, - "name": "Prodej bytu 3+1 100 m²", - "price": 12900000, - "price_formatted": "12 900 000 Kč", - "locality": "Dětská , Praha", - "lat": 50.074106944444, - "lon": 14.495863888889, - "disposition": "3+1", - "floor": null, - "area": 100, - "building_type": "neuvedeno", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+1-detska-praha/24506394", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24506342, - "name": "Prodej bytu 3+kk 71 m²", - "price": 10990000, - "price_formatted": "10 990 000 Kč", - "locality": "Vřesovická 430, Praha", - "lat": 50.059887777778, - "lon": 14.285717222222, - "disposition": "3+kk", - "floor": 3, - "area": 71, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-vresovicka-430-praha/24506342", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24506082, - "name": "Prodej bytu Atypický None m²", - "price": 7500000, - "price_formatted": "7 500 000 Kč", - "locality": "Praha, 158 00", - "lat": 50.054659, - "lon": 14.358273, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-158-00/24506082", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24506080, - "name": "Prodej bytu Atypický None m²", - "price": 6900000, - "price_formatted": "6 900 000 Kč", - "locality": "Praha, 158 00", - "lat": 50.054659, - "lon": 14.358273, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-158-00/24506080", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24506065, - "name": "Prodej bytu Atypický None m²", - "price": 8250000, - "price_formatted": "8 250 000 Kč", - "locality": "Praha, 198 00", - "lat": 50.100762, - "lon": 14.547443, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-198-00/24506065", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24505952, - "name": "Prodej bytu Atypický None m²", - "price": 12590000, - "price_formatted": "12 590 000 Kč", - "locality": "Praha, 110 00", - "lat": 50.087334, - "lon": 14.421111, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+kk-hastalska-praha/24505952", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24505513, - "name": "Prodej bytu 3+kk 74 m²", - "price": 8480000, - "price_formatted": "8 480 000 Kč", - "locality": "Krosenská, Praha", - "lat": 50.12821546, - "lon": 14.42489065, - "disposition": "3+kk", - "floor": 7, - "area": 74, - "building_type": "neuvedeno", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-krosenska-praha/24505513", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24505025, - "name": "Prodej bytu Atypický None m²", - "price": 7988000, - "price_formatted": "7 988 000 Kč", - "locality": "Praha, 141 00", - "lat": 50.045786, - "lon": 14.470711, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-141-00/24505025", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24504901, - "name": "Prodej bytu Atypický None m²", - "price": 7350000, - "price_formatted": "7 350 000 Kč", - "locality": "Praha, 101 00", - "lat": 50.062098, - "lon": 14.464788, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-101-00/24504901", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24504658, - "name": "Prodej bytu 3+1 100 m²", - "price": 12499000, - "price_formatted": "12 499 000 Kč", - "locality": "Dětská, Praha", - "lat": 50.0730935, - "lon": 14.4942213, - "disposition": "3+1", - "floor": null, - "area": 100, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+1-detska-praha/24504658", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24504502, - "name": "Prodej bytu 3+kk 476 m²", - "price": 12800000, - "price_formatted": "12 800 000 Kč", - "locality": "K Radotínu, Praha", - "lat": 49.971103611111, - "lon": 14.373638333333, - "disposition": "3+kk", - "floor": 2, - "area": 476, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-k-radotinu-praha/24504502", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24504496, - "name": "Prodej bytu 3+kk 74 m²", - "price": 13250000, - "price_formatted": "13 250 000 Kč", - "locality": "U libeňského pivovaru, Praha", - "lat": 50.108680416667, - "lon": 14.475242638888, - "disposition": "3+kk", - "floor": 9, - "area": 74, - "building_type": "WIREFRAME", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-u-libenskeho-pivovaru-praha/24504496", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24504456, - "name": "Prodej bytu 3+kk 101 m²", - "price": 9900000, - "price_formatted": "9 900 000 Kč", - "locality": "Elišky Přemyslovny, Praha", - "lat": 49.971798333333, - "lon": 14.390407222222, - "disposition": "3+kk", - "floor": 2, - "area": 101, "building_type": "OTHER", "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-elisky-premyslovny-praha/24504456", + "url": "https://www.realingo.cz/prodej/byt-3+kk-hluckova-869-praha/24515884", "source": "realingo", - "image": "" + "image": "", + "scraped_at": "2026-02-25" }, { - "hash_id": 24504291, + "hash_id": 24515669, "name": "Prodej bytu Atypický None m²", - "price": 7495000, - "price_formatted": "7 495 000 Kč", - "locality": "Praha, 198 00", - "lat": 50.100762, - "lon": 14.547443, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-3+1-vasatkova-praha/24504291", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24504258, - "name": "Prodej bytu Atypický None m²", - "price": 2500000, - "price_formatted": "2 500 000 Kč", - "locality": "Praha, 102 00", - "lat": 50.05769, - "lon": 14.5362, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-102-00/24504258", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24504230, - "name": "Prodej bytu Atypický None m²", - "price": 7790000, - "price_formatted": "7 790 000 Kč", - "locality": "Praha, 198 00", - "lat": 50.100762, - "lon": 14.547443, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-198-00/24504230", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24504213, - "name": "Prodej bytu Atypický None m²", - "price": 9980000, - "price_formatted": "9 980 000 Kč", - "locality": "Praha, 150 00", - "lat": 50.071133, - "lon": 14.370975, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-150-00/24504213", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24504188, - "name": "Prodej bytu Atypický None m²", - "price": 9250000, - "price_formatted": "9 250 000 Kč", - "locality": "Praha, 161 00", - "lat": 50.092724, - "lon": 14.27948, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-161-00/24504188", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24503770, - "name": "Prodej bytu Atypický None m²", - "price": 9390000, - "price_formatted": "9 390 000 Kč", - "locality": "Praha, 142 00", - "lat": 50.005532, - "lon": 14.457836, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-4+1-krc-praha/24503770", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24503584, - "name": "Prodej bytu 3+1 79 m²", - "price": 8945000, - "price_formatted": "8 945 000 Kč", - "locality": "Klapálkova, Praha", - "lat": 50.043840555556, - "lon": 14.496595, - "disposition": "3+1", - "floor": 3, - "area": 79, - "building_type": "neuvedeno", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+1-chodov-praha/24503584", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24503426, - "name": "Prodej bytu Atypický None m²", - "price": 6650000, - "price_formatted": "6 650 000 Kč", - "locality": "Praha, 130 00", - "lat": 50.087602, - "lon": 14.470882, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-1+kk-jicinska-praha/24503426", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24503423, - "name": "Prodej bytu Atypický None m²", - "price": 8590000, - "price_formatted": "8 590 000 Kč", - "locality": "Praha, 130 00", - "lat": 50.087602, - "lon": 14.470882, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+kk-zizkov-praha/24503423", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24503193, - "name": "Prodej bytu Atypický None m²", - "price": 8450000, - "price_formatted": "8 450 000 Kč", - "locality": "Praha, 143 00", - "lat": 49.995933, - "lon": 14.426594, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-143-00/24503193", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24502963, - "name": "Prodej bytu Atypický None m²", - "price": 9590000, - "price_formatted": "9 590 000 Kč", - "locality": "Praha, 155 21", - "lat": 50.061933, - "lon": 14.278193, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+kk-sazovicka-praha/24502963", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24502916, - "name": "Prodej bytu Atypický None m²", - "price": 3500000, - "price_formatted": "3 500 000 Kč", - "locality": "Praha, 100 00", - "lat": 50.074273, - "lon": 14.493284, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-100-00/24502916", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24502666, - "name": "Prodej bytu Atypický None m²", - "price": 6750000, - "price_formatted": "6 750 000 Kč", + "price": 8487297, + "price_formatted": "8 487 297 Kč", "locality": "Praha, 190 00", "lat": 50.106598, "lon": 14.506245, @@ -6336,406 +662,34 @@ "area": null, "building_type": "neuvedeno", "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-1+kk-makedonska-praha/24502666", + "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-190-00/24515669", "source": "realingo", - "image": "" + "image": "", + "scraped_at": "2026-02-25" }, { - "hash_id": 24502662, + "hash_id": 24515653, "name": "Prodej bytu Atypický None m²", - "price": 8520000, - "price_formatted": "8 520 000 Kč", - "locality": "Praha, 108 00", - "lat": 50.081599, - "lon": 14.518776, + "price": 8890000, + "price_formatted": "8 890 000 Kč", + "locality": "Praha, 130 00", + "lat": 50.087602, + "lon": 14.470882, "disposition": "Atypický", "floor": null, "area": null, "building_type": "neuvedeno", "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-3+1-utulna-praha/24502662", + "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-130-00/24515653", "source": "realingo", - "image": "" + "image": "", + "scraped_at": "2026-02-25" }, { - "hash_id": 24502628, - "name": "Prodej bytu 3+1 84 m²", - "price": 12890000, - "price_formatted": "12 890 000 Kč", - "locality": "Valtínovská 1679, Praha", - "lat": 50.041058888889, - "lon": 14.457363055556, - "disposition": "3+1", - "floor": 2, - "area": 84, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+1-valtinovska-praha/24502628", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24502525, - "name": "Prodej bytu Atypický None m²", - "price": 8505000, - "price_formatted": "8 505 000 Kč", - "locality": "Praha, 149 00", - "lat": 50.020976, - "lon": 14.520149, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-149-00/24502525", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24501802, - "name": "Prodej bytu Atypický None m²", - "price": 4550000, - "price_formatted": "4 550 000 Kč", - "locality": "Praha, 100 00", - "lat": 50.074273, - "lon": 14.493284, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-100-00/24501802", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24501750, - "name": "Prodej bytu Atypický None m²", - "price": 7100000, - "price_formatted": "7 100 000 Kč", - "locality": "Praha, 100 00", - "lat": 50.074273, - "lon": 14.493284, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-100-00/24501750", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24501653, + "hash_id": 24515514, "name": "Prodej bytu Atypický None m²", "price": 7490000, "price_formatted": "7 490 000 Kč", - "locality": "Praha, 100 00", - "lat": 50.074273, - "lon": 14.493284, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-100-00/24501653", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24500980, - "name": "Prodej bytu Atypický None m²", - "price": 7990000, - "price_formatted": "7 990 000 Kč", - "locality": "Praha, 190 00", - "lat": 50.106598, - "lon": 14.506245, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-190-00/24500980", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24500933, - "name": "Prodej bytu Atypický None m²", - "price": 2000000, - "price_formatted": "2 000 000 Kč", - "locality": "Praha, 150 00", - "lat": 50.071133, - "lon": 14.370975, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-150-00/24500933", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24500852, - "name": "Prodej bytu Atypický None m²", - "price": 8596880, - "price_formatted": "8 596 880 Kč", - "locality": "Praha, 100 00", - "lat": 50.074273, - "lon": 14.493284, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-100-00/24500852", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24500851, - "name": "Prodej bytu Atypický None m²", - "price": 12890000, - "price_formatted": "12 890 000 Kč", - "locality": "Praha, 198 00", - "lat": 50.100762, - "lon": 14.547443, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-198-00/24500851", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24500805, - "name": "Prodej bytu Atypický None m²", - "price": 8990000, - "price_formatted": "8 990 000 Kč", - "locality": "Praha, 140 00", - "lat": 50.041266, - "lon": 14.442902, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-140-00/24500805", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24500249, - "name": "Prodej bytu Atypický None m²", - "price": 12999000, - "price_formatted": "12 999 000 Kč", - "locality": "Praha, 149 00", - "lat": 50.020976, - "lon": 14.520149, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-3+kk-babicka-praha/24500249", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24499970, - "name": "Prodej bytu Atypický None m²", - "price": 6366966, - "price_formatted": "6 366 966 Kč", - "locality": "Praha, 161 00", - "lat": 50.092724, - "lon": 14.27948, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-161-00/24499970", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24499862, - "name": "Prodej bytu Atypický None m²", - "price": 6800000, - "price_formatted": "6 800 000 Kč", - "locality": "Praha, 150 00", - "lat": 50.071133, - "lon": 14.370975, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-150-00/24499862", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24499565, - "name": "Prodej bytu Atypický None m²", - "price": 11650000, - "price_formatted": "11 650 000 Kč", - "locality": "Praha, 128 00", - "lat": 50.068902, - "lon": 14.422474, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-3+kk-neklanova-praha/24499565", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24499332, - "name": "Prodej bytu 3+kk 95 m²", - "price": 9990000, - "price_formatted": "9 990 000 Kč", - "locality": "Malkovského, Praha", - "lat": 50.140867222222, - "lon": 14.507361111111, - "disposition": "3+kk", - "floor": 6, - "area": 95, - "building_type": "OTHER", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-malkovskeho-praha/24499332", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24499039, - "name": "Prodej bytu Atypický None m²", - "price": 8490000, - "price_formatted": "8 490 000 Kč", - "locality": "Praha, 152 00", - "lat": 50.037352, - "lon": 14.382048, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-152-00/24499039", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24498938, - "name": "Prodej bytu Atypický None m²", - "price": 11999990, - "price_formatted": "11 999 990 Kč", - "locality": "Praha, 130 00", - "lat": 50.087602, - "lon": 14.470882, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-130-00/24498938", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24498886, - "name": "Prodej bytu Atypický None m²", - "price": 6950000, - "price_formatted": "6 950 000 Kč", - "locality": "Praha, 149 00", - "lat": 50.020976, - "lon": 14.520149, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-149-00/24498886", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24498748, - "name": "Prodej bytu Atypický None m²", - "price": 10363000, - "price_formatted": "10 363 000 Kč", - "locality": "Praha, 197 00", - "lat": 50.132684, - "lon": 14.549675, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+kk-plzakova-praha/24498748", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24498712, - "name": "Prodej bytu Atypický None m²", - "price": 5950000, - "price_formatted": "5 950 000 Kč", - "locality": "Praha, 190 00", - "lat": 50.106598, - "lon": 14.506245, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-1+kk-podkovarska-praha/24498712", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24498182, - "name": "Prodej bytu Atypický None m²", - "price": 4999999, - "price_formatted": "4 999 999 Kč", - "locality": "Praha, 143 00", - "lat": 49.995933, - "lon": 14.426594, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-143-00/24498182", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24497930, - "name": "Prodej bytu Atypický None m²", - "price": 9525000, - "price_formatted": "9 525 000 Kč", - "locality": "Praha, 142 00", - "lat": 50.005532, - "lon": 14.457836, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+kk-sturova-praha/24497930", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24497552, - "name": "Prodej bytu Atypický None m²", - "price": 11190000, - "price_formatted": "11 190 000 Kč", "locality": "Praha, 141 00", "lat": 50.045786, "lon": 14.470711, @@ -6744,2293 +698,16 @@ "area": null, "building_type": "neuvedeno", "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-3+kk-psarska-praha/24497552", + "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-141-00/24515514", "source": "realingo", - "image": "" + "image": "", + "scraped_at": "2026-02-25" }, { - "hash_id": 24497293, + "hash_id": 24514922, "name": "Prodej bytu Atypický None m²", - "price": 9300000, - "price_formatted": "9 300 000 Kč", - "locality": "Praha, 181 00", - "lat": 50.135545, - "lon": 14.422903, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-181-00/24497293", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24497226, - "name": "Prodej bytu Atypický None m²", - "price": 7550000, - "price_formatted": "7 550 000 Kč", - "locality": "Praha, 190 00", - "lat": 50.106598, - "lon": 14.506245, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-190-00/24497226", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24497192, - "name": "Prodej bytu Atypický None m²", - "price": 3999999, - "price_formatted": "3 999 999 Kč", - "locality": "Praha, 152 00", - "lat": 50.037352, - "lon": 14.382048, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-152-00/24497192", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24497015, - "name": "Prodej bytu 3+1 84 m²", - "price": 11349087, - "price_formatted": "11 349 087 Kč", - "locality": "Koněvova, Praha", - "lat": 50.0895058985, - "lon": 14.4637412802, - "disposition": "3+1", - "floor": 2, - "area": 84, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+1-konevova-praha/24497015", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24497014, - "name": "Prodej bytu 3+kk 74 m²", - "price": 10316413, - "price_formatted": "10 316 413 Kč", - "locality": "Koněvova, Praha", - "lat": 50.0895058985, - "lon": 14.4637412802, - "disposition": "3+kk", - "floor": 2, - "area": 74, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-konevova-praha/24497014", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24496919, - "name": "Prodej bytu Atypický None m²", - "price": 8240000, - "price_formatted": "8 240 000 Kč", - "locality": "Praha, 160 00", - "lat": 50.112102, - "lon": 14.37767, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-1+kk-velvarska-praha/24496919", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24496627, - "name": "Prodej bytu Atypický None m²", - "price": 8740000, - "price_formatted": "8 740 000 Kč", - "locality": "Praha, 197 00", - "lat": 50.132684, - "lon": 14.549675, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+kk-sedlarova-praha/24496627", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24496568, - "name": "Prodej bytu Atypický None m²", - "price": 9950000, - "price_formatted": "9 950 000 Kč", - "locality": "Praha, 100 00", - "lat": 50.074273, - "lon": 14.493284, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-100-00/24496568", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24496477, - "name": "Prodej bytu Atypický None m²", - "price": 6200000, - "price_formatted": "6 200 000 Kč", - "locality": "Praha, 199 00", - "lat": 50.134059, - "lon": 14.516888, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-199-00/24496477", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24496376, - "name": "Prodej bytu Atypický None m²", - "price": 10000000, - "price_formatted": "10 000 000 Kč", - "locality": "Praha, 198 00", - "lat": 50.100762, - "lon": 14.547443, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-198-00/24496376", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24495840, - "name": "Prodej bytu Atypický None m²", - "price": 3990000, - "price_formatted": "3 990 000 Kč", - "locality": "Praha, 130 00", - "lat": 50.087602, - "lon": 14.470882, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-130-00/24495840", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24495705, - "name": "Prodej bytu Atypický None m²", - "price": 6899000, - "price_formatted": "6 899 000 Kč", - "locality": "Praha, 149 00", - "lat": 50.020976, - "lon": 14.520149, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-149-00/24495705", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24495603, - "name": "Prodej bytu Atypický None m²", - "price": 8690000, - "price_formatted": "8 690 000 Kč", - "locality": "Praha, 170 00", - "lat": 50.105497, - "lon": 14.432602, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-170-00/24495603", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24494956, - "name": "Prodej bytu Atypický None m²", - "price": 9990000, - "price_formatted": "9 990 000 Kč", - "locality": "Praha, 155 21", - "lat": 50.061933, - "lon": 14.278193, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-155-21/24494956", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24494435, - "name": "Prodej bytu Atypický None m²", - "price": 9490000, - "price_formatted": "9 490 000 Kč", - "locality": "Praha, 149 00", - "lat": 50.020976, - "lon": 14.520149, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-4+1-hekrova-praha/24494435", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24494368, - "name": "Prodej bytu Atypický None m²", - "price": 11706000, - "price_formatted": "11 706 000 Kč", - "locality": "Praha, 143 00", - "lat": 49.995933, - "lon": 14.426594, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+kk-ceskoslovenskeho-exilu-praha/24494368", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24494300, - "name": "Prodej bytu Atypický None m²", - "price": 8190000, - "price_formatted": "8 190 000 Kč", - "locality": "Praha, 149 00", - "lat": 50.020976, - "lon": 14.520149, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-3+kk-tererova-praha/24494300", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24493861, - "name": "Prodej bytu Atypický None m²", - "price": 10800000, - "price_formatted": "10 800 000 Kč", - "locality": "Praha, 150 00", - "lat": 50.071133, - "lon": 14.370975, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-150-00/24493861", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24492674, - "name": "Prodej bytu 3+kk 83 m²", - "price": 12950000, - "price_formatted": "12 950 000 Kč", - "locality": "Holubí, Praha", - "lat": 50.133281944444, - "lon": 14.367060833333, - "disposition": "3+kk", - "floor": null, - "area": 83, - "building_type": "OTHER", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-holubi-praha/24492674", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24492329, - "name": "Prodej bytu Atypický None m²", - "price": 8600000, - "price_formatted": "8 600 000 Kč", - "locality": "Praha, 130 00", - "lat": 50.087602, - "lon": 14.470882, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-130-00/24492329", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24492301, - "name": "Prodej bytu Atypický None m²", - "price": 8399000, - "price_formatted": "8 399 000 Kč", - "locality": "Praha, 198 00", - "lat": 50.100762, - "lon": 14.547443, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-198-00/24492301", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24492299, - "name": "Prodej bytu Atypický None m²", - "price": 9400000, - "price_formatted": "9 400 000 Kč", - "locality": "Praha, 155 00", - "lat": 50.030571, - "lon": 14.308491, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-155-00/24492299", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24492213, - "name": "Prodej bytu Atypický None m²", - "price": 6480000, - "price_formatted": "6 480 000 Kč", - "locality": "Praha, 182 00", - "lat": 50.140606, - "lon": 14.480152, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-182-00/24492213", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24492193, - "name": "Prodej bytu Atypický None m²", - "price": 5129685, - "price_formatted": "5 129 685 Kč", - "locality": "Praha, 150 00", - "lat": 50.071133, - "lon": 14.370975, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-1+kk-musilkova-praha/24492193", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24491980, - "name": "Prodej bytu 3+kk 80 m²", - "price": 12500000, - "price_formatted": "12 500 000 Kč", - "locality": "Linhartova, Praha", - "lat": 50.063120833333, - "lon": 14.36983125, - "disposition": "3+kk", - "floor": null, - "area": 80, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-linhartova-praha/24491980", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24489863, - "name": "Prodej bytu 4+kk 86 m²", - "price": 11990000, - "price_formatted": "11 990 000 Kč", - "locality": "Sušilova, Praha", - "lat": 50.032060833333, - "lon": 14.588443888889, - "disposition": "4+kk", - "floor": 2, - "area": 86, - "building_type": "WIREFRAME", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-4+kk-susilova-praha/24489863", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24489680, - "name": "Prodej bytu Atypický None m²", - "price": 5850000, - "price_formatted": "5 850 000 Kč", - "locality": "Praha, 150 00", - "lat": 50.071133, - "lon": 14.370975, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-150-00/24489680", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24489679, - "name": "Prodej bytu Atypický None m²", - "price": 8500000, - "price_formatted": "8 500 000 Kč", - "locality": "Praha, 140 00", - "lat": 50.041266, - "lon": 14.442902, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-140-00/24489679", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24488894, - "name": "Prodej bytu Atypický None m²", - "price": 380000, - "price_formatted": "380 000 Kč", - "locality": "Praha, 190 00", - "lat": 50.106598, - "lon": 14.506245, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-190-00/24488894", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24488806, - "name": "Prodej bytu Atypický None m²", - "price": 6490000, - "price_formatted": "6 490 000 Kč", - "locality": "Praha, 100 00", - "lat": 50.074273, - "lon": 14.493284, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-100-00/24488806", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24488422, - "name": "Prodej bytu Atypický None m²", - "price": 11290000, - "price_formatted": "11 290 000 Kč", - "locality": "Praha, 160 00", - "lat": 50.112102, - "lon": 14.37767, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-3+1-jugoslavskych-partyzanu-praha/24488422", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24488366, - "name": "Prodej bytu Atypický None m²", - "price": 7200000, - "price_formatted": "7 200 000 Kč", - "locality": "Praha, 196 00", - "lat": 50.152884, - "lon": 14.529845, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+kk-hakenova-praha/24488366", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24487258, - "name": "Prodej bytu Atypický None m²", - "price": 8370000, - "price_formatted": "8 370 000 Kč", - "locality": "Praha, 181 00", - "lat": 50.135545, - "lon": 14.422903, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-181-00/24487258", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24487139, - "name": "Prodej bytu Atypický None m²", - "price": 4348668, - "price_formatted": "4 348 668 Kč", - "locality": "Praha, 152 00", - "lat": 50.037352, - "lon": 14.382048, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-152-00/24487139", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24487080, - "name": "Prodej bytu Atypický None m²", - "price": 9200000, - "price_formatted": "9 200 000 Kč", - "locality": "Praha, 150 00", - "lat": 50.071133, - "lon": 14.370975, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-150-00/24487080", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24486493, - "name": "Prodej bytu Atypický None m²", - "price": 9800000, - "price_formatted": "9 800 000 Kč", - "locality": "Praha, 161 00", - "lat": 50.092724, - "lon": 14.27948, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-161-00/24486493", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24486360, - "name": "Prodej bytu Atypický None m²", - "price": 9900000, - "price_formatted": "9 900 000 Kč", - "locality": "Praha, 198 00", - "lat": 50.100762, - "lon": 14.547443, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-198-00/24486360", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24485809, - "name": "Prodej bytu Atypický None m²", - "price": 5250000, - "price_formatted": "5 250 000 Kč", - "locality": "Praha, 180 00", - "lat": 50.1088, - "lon": 14.467449, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-180-00/24485809", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24485757, - "name": "Prodej bytu Atypický None m²", - "price": 1990000, - "price_formatted": "1 990 000 Kč", - "locality": "111 01, Praha 10", - "lat": 50.058585, - "lon": 14.561405, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-111-01-praha-10/24485757", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24485741, - "name": "Prodej bytu Atypický None m²", - "price": 12980000, - "price_formatted": "12 980 000 Kč", - "locality": "Praha, 180 00", - "lat": 50.1088, - "lon": 14.467449, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-180-00/24485741", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24485605, - "name": "Prodej bytu 3+kk 70 m²", - "price": 11890000, - "price_formatted": "11 890 000 Kč", - "locality": "Argentinská 194, Praha", - "lat": 50.102771666667, - "lon": 14.443691111111, - "disposition": "3+kk", - "floor": 3, - "area": 70, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-170-00/24485605", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24485277, - "name": "Prodej bytu Atypický None m²", - "price": 5880000, - "price_formatted": "5 880 000 Kč", - "locality": "Praha, 155 21", - "lat": 50.061933, - "lon": 14.278193, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-1+kk-misovicka-praha/24485277", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24484904, - "name": "Prodej bytu Atypický None m²", - "price": 7890000, - "price_formatted": "7 890 000 Kč", - "locality": "Praha, 106 00", - "lat": 50.055816, - "lon": 14.494743, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-106-00/24484904", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24484763, - "name": "Prodej bytu Atypický None m²", - "price": 7800000, - "price_formatted": "7 800 000 Kč", - "locality": "Praha, 155 00", - "lat": 50.030571, - "lon": 14.308491, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-155-00/24484763", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24484110, - "name": "Prodej bytu Atypický None m²", - "price": 8791751, - "price_formatted": "8 791 751 Kč", - "locality": "Praha, 198 00", - "lat": 50.100762, - "lon": 14.547443, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-198-00/24484110", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24484091, - "name": "Prodej bytu Atypický None m²", - "price": 7900000, - "price_formatted": "7 900 000 Kč", - "locality": "Praha, 169 00", - "lat": 50.084959, - "lon": 14.367027, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-169-00/24484091", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24483977, - "name": "Prodej bytu Atypický None m²", - "price": 11399000, - "price_formatted": "11 399 000 Kč", - "locality": "Praha, 147 00", - "lat": 50.036745, - "lon": 14.415436, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-147-00/24483977", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24483755, - "name": "Prodej bytu 3+kk 104 m²", - "price": 12580000, - "price_formatted": "12 580 000 Kč", - "locality": "V Zeleném údolí, Praha", - "lat": 50.021405277778, - "lon": 14.466266111111, - "disposition": "3+kk", - "floor": 6, - "area": 104, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-v-zelenem-udoli-praha/24483755", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24483737, - "name": "Prodej bytu Atypický None m²", - "price": 13190000, - "price_formatted": "13 190 000 Kč", - "locality": "Praha, 190 00", - "lat": 50.106598, - "lon": 14.506245, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-3+kk-podebradska-praha/24483737", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24483294, - "name": "Prodej bytu Atypický None m²", - "price": 8950000, - "price_formatted": "8 950 000 Kč", - "locality": "Praha, 190 00", - "lat": 50.106598, - "lon": 14.506245, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-190-00/24483294", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24482855, - "name": "Prodej bytu 3+kk 79 m²", - "price": 12900000, - "price_formatted": "12 900 000 Kč", - "locality": "Bulharská 1402, Praha", - "lat": 50.071790833333, - "lon": 14.462853333333, - "disposition": "3+kk", - "floor": 5, - "area": 79, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-bulharska-praha/24482855", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24482693, - "name": "Prodej bytu Atypický None m²", - "price": 7690000, - "price_formatted": "7 690 000 Kč", - "locality": "Praha, 141 00", - "lat": 50.045786, - "lon": 14.470711, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-141-00/24482693", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24482553, - "name": "Prodej bytu Atypický None m²", - "price": 3690000, - "price_formatted": "3 690 000 Kč", - "locality": "Praha, 152 00", - "lat": 50.037352, - "lon": 14.382048, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-152-00/24482553", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24481733, - "name": "Prodej bytu Atypický None m²", - "price": 6000000, - "price_formatted": "6 000 000 Kč", - "locality": "Praha, 149 00", - "lat": 50.020976, - "lon": 14.520149, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-149-00/24481733", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24481525, - "name": "Prodej bytu 3+kk 83 m²", - "price": 8290000, - "price_formatted": "8 290 000 Kč", - "locality": "Milánská, Praha", - "lat": 50.040570277778, - "lon": 14.557465833333, - "disposition": "3+kk", - "floor": 2, - "area": 83, - "building_type": "OTHER", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-milanska-praha/24481525", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24481433, - "name": "Prodej bytu 3+kk 73 m²", - "price": 12036000, - "price_formatted": "12 036 000 Kč", - "locality": "U sladovny, Praha", - "lat": 50.002011666667, - "lon": 14.356775555556, - "disposition": "3+kk", - "floor": 2, - "area": 73, - "building_type": "OTHER", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-4+kk-praha/24481433", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24481187, - "name": "Prodej bytu 3+kk 72 m²", - "price": 12250000, - "price_formatted": "12 250 000 Kč", - "locality": "V Předním Hloubětíně, Praha", - "lat": 50.103721944444, - "lon": 14.515387777778, - "disposition": "3+kk", - "floor": 3, - "area": 72, - "building_type": "neuvedeno", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-v-prednim-hloubetine-praha/24481187", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24481078, - "name": "Prodej bytu Atypický None m²", - "price": 9500000, - "price_formatted": "9 500 000 Kč", - "locality": "Praha, 142 00", - "lat": 50.005532, - "lon": 14.457836, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-142-00/24481078", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24480958, - "name": "Prodej bytu Atypický None m²", - "price": 8900000, - "price_formatted": "8 900 000 Kč", - "locality": "Praha, 130 00", - "lat": 50.087602, - "lon": 14.470882, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-130-00/24480958", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24480927, - "name": "Prodej bytu Atypický None m²", - "price": 7549000, - "price_formatted": "7 549 000 Kč", - "locality": "Praha, 109 00", - "lat": 50.047053, - "lon": 14.56315, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-109-00/24480927", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24480923, - "name": "Prodej bytu Atypický None m²", - "price": 12250000, - "price_formatted": "12 250 000 Kč", - "locality": "Praha, 109 00", - "lat": 50.047053, - "lon": 14.56315, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-109-00/24480923", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24480122, - "name": "Prodej bytu Atypický None m²", - "price": 9650000, - "price_formatted": "9 650 000 Kč", - "locality": "Praha, 108 00", - "lat": 50.081599, - "lon": 14.518776, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-108-00/24480122", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24479298, - "name": "Prodej bytu Atypický None m²", - "price": 6988800, - "price_formatted": "6 988 800 Kč", - "locality": "Praha, 100 00", - "lat": 50.074273, - "lon": 14.493284, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-100-00/24479298", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24477699, - "name": "Prodej bytu Atypický None m²", - "price": 5350000, - "price_formatted": "5 350 000 Kč", - "locality": "Praha, 104 00", - "lat": 50.031894, - "lon": 14.59774, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-104-00/24477699", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24475870, - "name": "Prodej bytu Atypický None m²", - "price": 12700000, - "price_formatted": "12 700 000 Kč", - "locality": "Praha, 158 00", - "lat": 50.054659, - "lon": 14.358273, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-158-00/24475870", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24474756, - "name": "Prodej bytu Atypický None m²", - "price": 9353000, - "price_formatted": "9 353 000 Kč", - "locality": "Praha, 130 00", - "lat": 50.087602, - "lon": 14.470882, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-130-00/24474756", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24474507, - "name": "Prodej bytu Atypický None m²", - "price": 8343000, - "price_formatted": "8 343 000 Kč", - "locality": "Praha, 100 00", - "lat": 50.074273, - "lon": 14.493284, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-100-00/24474507", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24474457, - "name": "Prodej bytu Atypický None m²", - "price": 6259000, - "price_formatted": "6 259 000 Kč", - "locality": "Praha, 130 00", - "lat": 50.087602, - "lon": 14.470882, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-130-00/24474457", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24474442, - "name": "Prodej bytu Atypický None m²", - "price": 11900000, - "price_formatted": "11 900 000 Kč", - "locality": "Praha, 155 00", - "lat": 50.030571, - "lon": 14.308491, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-155-00/24474442", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24474432, - "name": "Prodej bytu Atypický None m²", - "price": 10600000, - "price_formatted": "10 600 000 Kč", - "locality": "Praha, 155 00", - "lat": 50.030571, - "lon": 14.308491, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-155-00/24474432", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24473478, - "name": "Prodej bytu Atypický None m²", - "price": 7240000, - "price_formatted": "7 240 000 Kč", - "locality": "Praha, 190 00", - "lat": 50.106598, - "lon": 14.506245, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-190-00/24473478", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24473214, - "name": "Prodej bytu 3+1 90 m²", - "price": 12468000, - "price_formatted": "12 468 000 Kč", - "locality": "Libeň, Praha", - "lat": 50.110235277778, - "lon": 14.473000277778, - "disposition": "3+1", - "floor": 6, - "area": 90, - "building_type": "neuvedeno", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+1-liben-praha/24473214", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24473187, - "name": "Prodej bytu Atypický None m²", - "price": 3200000, - "price_formatted": "3 200 000 Kč", - "locality": "Praha, 161 00", - "lat": 50.092724, - "lon": 14.27948, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+kk-stocesova-praha/24473187", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24472955, - "name": "Prodej bytu Atypický None m²", - "price": 8999000, - "price_formatted": "8 999 000 Kč", - "locality": "Praha, 100 00", - "lat": 50.074273, - "lon": 14.493284, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-100-00/24472955", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24472623, - "name": "Prodej bytu Atypický None m²", - "price": 5800000, - "price_formatted": "5 800 000 Kč", - "locality": "Praha, 181 00", - "lat": 50.135545, - "lon": 14.422903, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-1+kk-v-zamcich-praha/24472623", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24471815, - "name": "Prodej bytu 3+kk 69 m²", - "price": 11460000, - "price_formatted": "11 460 000 Kč", - "locality": "Kováků, Praha", - "lat": 50.067038333333, - "lon": 14.401918611111, - "disposition": "3+kk", - "floor": null, - "area": 69, - "building_type": "OTHER", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-kovaku-praha/24471815", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24471814, - "name": "Prodej bytu 4+1 82 m²", - "price": 11357000, - "price_formatted": "11 357 000 Kč", - "locality": "Nad kapličkou, Praha", - "lat": 50.083971944444, - "lon": 14.490540833333, - "disposition": "4+1", - "floor": 2, - "area": 82, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-4+1-nad-kaplickou-praha/24471814", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24471673, - "name": "Prodej bytu Atypický None m²", - "price": 9100000, - "price_formatted": "9 100 000 Kč", - "locality": "Praha, 130 00", - "lat": 50.087602, - "lon": 14.470882, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-130-00/24471673", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24471062, - "name": "Prodej bytu Atypický None m²", - "price": 2690000, - "price_formatted": "2 690 000 Kč", - "locality": "Praha, 152 00", - "lat": 50.037352, - "lon": 14.382048, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-152-00/24471062", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24470560, - "name": "Prodej bytu Atypický None m²", - "price": 4200000, - "price_formatted": "4 200 000 Kč", - "locality": "Praha, 102 00", - "lat": 50.05769, - "lon": 14.5362, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-1+1-hostivar-praha/24470560", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24469768, - "name": "Prodej bytu Atypický None m²", - "price": 9299000, - "price_formatted": "9 299 000 Kč", - "locality": "Praha, 130 00", - "lat": 50.087602, - "lon": 14.470882, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-130-00/24469768", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24468518, - "name": "Prodej bytu Atypický None m²", - "price": 9890000, - "price_formatted": "9 890 000 Kč", - "locality": "Praha, 148 00", - "lat": 50.014248, - "lon": 14.487877, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-148-00/24468518", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24467936, - "name": "Prodej bytu Atypický None m²", - "price": 3330621, - "price_formatted": "3 330 621 Kč", - "locality": "111 01, Praha 10", - "lat": 50.058585, - "lon": 14.561405, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+kk-honzikova-praha/24467936", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24466328, - "name": "Prodej bytu Atypický 69 m²", - "price": 8780800, - "price_formatted": "8 780 800 Kč", - "locality": "Na Václavce, Praha", - "lat": 50.065389583333, - "lon": 14.395611666667, - "disposition": "Atypický", - "floor": null, - "area": 69, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-na-vaclavce-praha/24466328", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24465628, - "name": "Prodej bytu 3+1 106 m²", - "price": 12950000, - "price_formatted": "12 950 000 Kč", - "locality": "Novákových, Praha", - "lat": 50.1034771, - "lon": 14.4758735, - "disposition": "3+1", - "floor": 5, - "area": 106, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+1-novakovych-praha/24465628", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24465429, - "name": "Prodej bytu Atypický None m²", - "price": 11990000, - "price_formatted": "11 990 000 Kč", - "locality": "Praha, 190 00", - "lat": 50.106598, - "lon": 14.506245, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-190-00/24465429", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24464925, - "name": "Prodej bytu Atypický None m²", - "price": 1890000, - "price_formatted": "1 890 000 Kč", - "locality": "111 01, Praha 10", - "lat": 50.058585, - "lon": 14.561405, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-111-01-praha-10/24464925", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24464924, - "name": "Prodej bytu Atypický None m²", - "price": 2990000, - "price_formatted": "2 990 000 Kč", - "locality": "Praha, 155 00", - "lat": 50.030571, - "lon": 14.308491, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-155-00/24464924", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24464920, - "name": "Prodej bytu Atypický None m²", - "price": 2590000, - "price_formatted": "2 590 000 Kč", - "locality": "Praha, 152 00", - "lat": 50.037352, - "lon": 14.382048, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-152-00/24464920", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24463823, - "name": "Prodej bytu Atypický None m²", - "price": 7850000, - "price_formatted": "7 850 000 Kč", - "locality": "Praha, 104 00", - "lat": 50.031894, - "lon": 14.59774, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-104-00/24463823", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24463119, - "name": "Prodej bytu Atypický None m²", - "price": 6499000, - "price_formatted": "6 499 000 Kč", - "locality": "Praha, 181 00", - "lat": 50.135545, - "lon": 14.422903, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-181-00/24463119", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24462449, - "name": "Prodej bytu 3+kk 80 m²", - "price": 10490000, - "price_formatted": "10 490 000 Kč", - "locality": "Na záhonech, Praha", - "lat": 50.047930555556, - "lon": 14.467798611111, - "disposition": "3+kk", - "floor": 3, - "area": 80, - "building_type": "OTHER", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-na-zahonech-praha/24462449", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24461649, - "name": "Prodej bytu 3+kk 88 m²", - "price": 13390000, - "price_formatted": "13 390 000 Kč", - "locality": "K Beranovu, Praha", - "lat": 50.139643872072, - "lon": 14.447746855455, - "disposition": "3+kk", - "floor": null, - "area": 88, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-k-beranovu-praha/24461649", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24461422, - "name": "Prodej bytu 3+1 78 m²", - "price": 11780000, - "price_formatted": "11 780 000 Kč", - "locality": "Budějovická, Praha", - "lat": 50.047714444444, - "lon": 14.444252222222, - "disposition": "3+1", - "floor": null, - "area": 78, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+1-budejovicka-praha/24461422", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24459683, - "name": "Prodej bytu Atypický None m²", - "price": 8202131, - "price_formatted": "8 202 131 Kč", - "locality": "Praha, 152 00", - "lat": 50.037352, - "lon": 14.382048, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+kk-ondrakove-praha/24459683", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24459306, - "name": "Prodej bytu 3+1 80 m²", - "price": 10800000, - "price_formatted": "10 800 000 Kč", - "locality": "Černokostelecká, Praha", - "lat": 50.07788, - "lon": 14.507023333333, - "disposition": "3+1", - "floor": null, - "area": 80, - "building_type": "OTHER", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+1-cernokostelecka-praha/24459306", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24459165, - "name": "Prodej bytu Atypický None m²", - "price": 7600000, - "price_formatted": "7 600 000 Kč", - "locality": "Praha, 130 00", - "lat": 50.087602, - "lon": 14.470882, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+kk-v-horni-stromce-praha/24459165", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24458227, - "name": "Prodej bytu 5+kk 88 m²", - "price": 10999900, - "price_formatted": "10 999 900 Kč", - "locality": "Feřtekova, Praha", - "lat": 50.132239722222, - "lon": 14.408374444444, - "disposition": "5+kk", - "floor": 5, - "area": 88, - "building_type": "neuvedeno", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-5+kk-bohnice-praha/24458227", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24457522, - "name": "Prodej bytu 4+kk 77 m²", - "price": 13490000, - "price_formatted": "13 490 000 Kč", - "locality": "Domažlická 1053, Praha", - "lat": 50.089093333333, - "lon": 14.463205833333, - "disposition": "4+kk", - "floor": 2, - "area": 77, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-4+kk-domazlicka-praha/24457522", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24457293, - "name": "Prodej bytu 3+kk 83 m²", - "price": 13500000, - "price_formatted": "13 500 000 Kč", - "locality": "Nad Koulkou, Praha", - "lat": 50.060709286778, - "lon": 14.4020498367, - "disposition": "3+kk", - "floor": null, - "area": 83, - "building_type": "neuvedeno", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-nad-koulkou-praha/24457293", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24456907, - "name": "Prodej bytu Atypický None m²", - "price": 6120000, - "price_formatted": "6 120 000 Kč", - "locality": "Praha, 198 00", - "lat": 50.100762, - "lon": 14.547443, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-198-00/24456907", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24456532, - "name": "Prodej bytu Atypický None m²", - "price": 8000000, - "price_formatted": "8 000 000 Kč", - "locality": "Praha, 160 00", - "lat": 50.112102, - "lon": 14.37767, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-160-00/24456532", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24456318, - "name": "Prodej bytu 5+kk 157 m²", - "price": 10499000, - "price_formatted": "10 499 000 Kč", - "locality": "Starolázeňská 316, Praha", - "lat": 50.015716944444, - "lon": 14.391930555556, - "disposition": "5+kk", - "floor": null, - "area": 157, - "building_type": "OTHER", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-5+kk-starolazenska-praha/24456318", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24456088, - "name": "Prodej bytu Atypický None m²", - "price": 9392000, - "price_formatted": "9 392 000 Kč", - "locality": "Praha, 155 21", - "lat": 50.061933, - "lon": 14.278193, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-155-21/24456088", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24455241, - "name": "Prodej bytu Atypický None m²", - "price": 7780000, - "price_formatted": "7 780 000 Kč", - "locality": "Praha, 160 00", - "lat": 50.112102, - "lon": 14.37767, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-160-00/24455241", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24453677, - "name": "Prodej bytu Atypický None m²", - "price": 1395000, - "price_formatted": "1 395 000 Kč", - "locality": "Praha, 110 00", - "lat": 50.087334, - "lon": 14.421111, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-110-00/24453677", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24453436, - "name": "Prodej bytu 3+kk 73 m²", - "price": 11990000, - "price_formatted": "11 990 000 Kč", - "locality": "K Vystrkovu, Praha", - "lat": 50.000203026995, - "lon": 14.406577818877, - "disposition": "3+kk", - "floor": null, - "area": 73, - "building_type": "WIREFRAME", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-k-vystrkovu-praha/24453436", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24452863, - "name": "Prodej bytu Atypický None m²", - "price": 4490000, - "price_formatted": "4 490 000 Kč", - "locality": "Praha, 152 00", - "lat": 50.037352, - "lon": 14.382048, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-152-00/24452863", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24452426, - "name": "Prodej bytu Atypický None m²", - "price": 8850000, - "price_formatted": "8 850 000 Kč", - "locality": "Praha, 130 00", - "lat": 50.087602, - "lon": 14.470882, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-130-00/24452426", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24452402, - "name": "Prodej bytu Atypický None m²", - "price": 4999000, - "price_formatted": "4 999 000 Kč", - "locality": "Praha, 170 00", - "lat": 50.105497, - "lon": 14.432602, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-170-00/24452402", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24451807, - "name": "Prodej bytu 3+kk 71 m²", - "price": 9249000, - "price_formatted": "9 249 000 Kč", - "locality": "Letovská, Praha", - "lat": 50.141023055556, - "lon": 14.5156025, - "disposition": "3+kk", - "floor": 4, - "area": 71, - "building_type": "neuvedeno", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-letovska-praha/24451807", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24451176, - "name": "Prodej bytu Atypický None m²", - "price": 7149000, - "price_formatted": "7 149 000 Kč", - "locality": "Praha, 143 00", - "lat": 49.995933, - "lon": 14.426594, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+1-klostermannova-praha/24451176", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24448725, - "name": "Prodej bytu Atypický None m²", - "price": 12350000, - "price_formatted": "12 350 000 Kč", - "locality": "Praha, 198 00", - "lat": 50.100762, - "lon": 14.547443, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/pronajem/byt-3+kk-nademlejnska-praha/24448725", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24448530, - "name": "Prodej bytu Atypický 110 m²", - "price": 12590000, - "price_formatted": "12 590 000 Kč", - "locality": "Elišky Přemyslovny, Praha", - "lat": 49.9690753, - "lon": 14.3885313, - "disposition": "Atypický", - "floor": 2, - "area": 110, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-elisky-premyslovny-praha/24448530", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24448397, - "name": "Prodej bytu 3+1 79 m²", - "price": 8490000, - "price_formatted": "8 490 000 Kč", - "locality": "Vysočanská, Praha", - "lat": 50.12144599, - "lon": 14.49413522, - "disposition": "3+1", - "floor": 9, - "area": 79, - "building_type": "neuvedeno", - "ownership": "Osobní", - "url": "https://www.realingo.cz/pronajem/byt-3+1-vysocanska-praha/24448397", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24448136, - "name": "Prodej bytu Atypický None m²", - "price": 5368000, - "price_formatted": "5 368 000 Kč", - "locality": "Praha, 190 00", - "lat": 50.106598, - "lon": 14.506245, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-190-00/24448136", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24448122, - "name": "Prodej bytu Atypický None m²", - "price": 2999000, - "price_formatted": "2 999 000 Kč", - "locality": "Praha, 155 00", - "lat": 50.030571, - "lon": 14.308491, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-155-00/24448122", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24448069, - "name": "Prodej bytu Atypický None m²", - "price": 11000000, - "price_formatted": "11 000 000 Kč", - "locality": "Praha, 140 00", - "lat": 50.041266, - "lon": 14.442902, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-140-00/24448069", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24447986, - "name": "Prodej bytu Atypický None m²", - "price": 7884000, - "price_formatted": "7 884 000 Kč", - "locality": "Praha, 160 00", - "lat": 50.112102, - "lon": 14.37767, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-160-00/24447986", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24447924, - "name": "Prodej bytu Atypický None m²", - "price": 12000000, - "price_formatted": "12 000 000 Kč", - "locality": "Praha, 170 00", - "lat": 50.105497, - "lon": 14.432602, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-170-00/24447924", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24446427, - "name": "Prodej bytu 3+kk 79 m²", - "price": 12950000, - "price_formatted": "12 950 000 Kč", - "locality": "Klečkova, Praha", - "lat": 50.05957012163, - "lon": 14.33033950804, - "disposition": "3+kk", - "floor": 2, - "area": 79, - "building_type": "OTHER", - "ownership": "Osobní", - "url": "https://www.realingo.cz/pronajem/byt-3+kk-kleckova-praha/24446427", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24446329, - "name": "Prodej bytu 3+kk 71 m²", - "price": 11990000, - "price_formatted": "11 990 000 Kč", - "locality": "Pod Harfou, Praha", - "lat": 50.103673333333, - "lon": 14.509231666667, - "disposition": "3+kk", - "floor": 7, - "area": 71, - "building_type": "OTHER", - "ownership": "Osobní", - "url": "https://www.realingo.cz/pronajem/byt-3+kk-pod-harfou-praha/24446329", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24446121, - "name": "Prodej bytu Atypický None m²", - "price": 5790000, - "price_formatted": "5 790 000 Kč", - "locality": "Praha, 160 00", - "lat": 50.112102, - "lon": 14.37767, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-160-00/24446121", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24445871, - "name": "Prodej bytu 4+kk 77 m²", - "price": 12840000, - "price_formatted": "12 840 000 Kč", - "locality": "Na výšinách, Praha", - "lat": 50.100365555556, - "lon": 14.418319722222, - "disposition": "4+kk", - "floor": 6, - "area": 77, - "building_type": "OTHER", - "ownership": "Osobní", - "url": "https://www.realingo.cz/pronajem/byt-4+kk-na-vysinach-praha/24445871", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24445225, - "name": "Prodej bytu Atypický None m²", - "price": 5612000, - "price_formatted": "5 612 000 Kč", - "locality": "Praha, 160 00", - "lat": 50.112102, - "lon": 14.37767, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-160-00/24445225", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24445183, - "name": "Prodej bytu Atypický None m²", - "price": 11520000, - "price_formatted": "11 520 000 Kč", - "locality": "Praha, 130 00", - "lat": 50.087602, - "lon": 14.470882, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-130-00/24445183", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24443429, - "name": "Prodej bytu 4+kk 137 m²", - "price": 7490000, - "price_formatted": "7 490 000 Kč", - "locality": "Novákových, Praha", - "lat": 50.103122777778, - "lon": 14.474975555556, - "disposition": "4+kk", - "floor": null, - "area": 137, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/pronajem/byt-4+kk-novakovych-praha/24443429", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24442482, - "name": "Prodej bytu 3+kk 96 m²", - "price": 12990000, - "price_formatted": "12 990 000 Kč", - "locality": "Gorazdova, Praha", - "lat": 50.07541306, - "lon": 14.41460371, - "disposition": "3+kk", - "floor": null, - "area": 96, - "building_type": "neuvedeno", - "ownership": "Osobní", - "url": "https://www.realingo.cz/pronajem/byt-3+kk-gorazdova-praha/24442482", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24440800, - "name": "Prodej bytu Atypický None m²", - "price": 7699000, - "price_formatted": "7 699 000 Kč", - "locality": "Praha, 130 00", - "lat": 50.087602, - "lon": 14.470882, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-130-00/24440800", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24440789, - "name": "Prodej bytu Atypický None m²", - "price": 12900000, - "price_formatted": "12 900 000 Kč", - "locality": "Praha, 106 00", - "lat": 50.055816, - "lon": 14.494743, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-106-00/24440789", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24440323, - "name": "Prodej bytu 3+kk 72 m²", - "price": 10863910, - "price_formatted": "10 863 910 Kč", - "locality": "Kolbenova, Praha", - "lat": 50.111320301195, - "lon": 14.510688639668, - "disposition": "3+kk", - "floor": 3, - "area": 72, - "building_type": "OTHER", - "ownership": "Osobní", - "url": "https://www.realingo.cz/pronajem/byt-3+kk-kolbenova-praha/24440323", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24438331, - "name": "Prodej bytu Atypický None m²", - "price": 12390000, - "price_formatted": "12 390 000 Kč", - "locality": "Praha, 130 00", - "lat": 50.087602, - "lon": 14.470882, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-130-00/24438331", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24438283, - "name": "Prodej bytu Atypický None m²", - "price": 5726000, - "price_formatted": "5 726 000 Kč", - "locality": "Praha, 156 00", - "lat": 49.966791, - "lon": 14.386082, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-156-00/24438283", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24436469, - "name": "Prodej bytu Atypický None m²", - "price": 8200000, - "price_formatted": "8 200 000 Kč", - "locality": "Praha, 190 00", - "lat": 50.106598, - "lon": 14.506245, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-190-00/24436469", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24435768, - "name": "Prodej bytu Atypický None m²", - "price": 9998000, - "price_formatted": "9 998 000 Kč", + "price": 12132000, + "price_formatted": "12 132 000 Kč", "locality": "Praha, 120 00", "lat": 50.076449, "lon": 14.435263, @@ -9039,763 +716,16 @@ "area": null, "building_type": "neuvedeno", "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-120-00/24435768", + "url": "https://www.realingo.cz/prodej/byt-2+kk-slezska-praha/24514922", "source": "realingo", - "image": "" + "image": "", + "scraped_at": "2026-02-25" }, { - "hash_id": 24434957, + "hash_id": 24514813, "name": "Prodej bytu Atypický None m²", - "price": 8670000, - "price_formatted": "8 670 000 Kč", - "locality": "Praha, 196 00", - "lat": 50.152884, - "lon": 14.529845, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-196-00/24434957", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24434798, - "name": "Prodej bytu Atypický None m²", - "price": 6400000, - "price_formatted": "6 400 000 Kč", - "locality": "Praha, 148 00", - "lat": 50.014248, - "lon": 14.487877, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-148-00/24434798", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24433076, - "name": "Prodej bytu Atypický 86 m²", - "price": 8295000, - "price_formatted": "8 295 000 Kč", - "locality": "Dienzenhoferovy sady, Praha", - "lat": 50.074489166667, - "lon": 14.4088925, - "disposition": "Atypický", - "floor": null, - "area": 86, - "building_type": "OTHER", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-dienzenhoferovy-sady-praha/24433076", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24431261, - "name": "Prodej bytu 3+kk 78 m²", - "price": 12180000, - "price_formatted": "12 180 000 Kč", - "locality": "Dělnická, Praha", - "lat": 50.103243077506335, - "lon": 14.44956157239194, - "disposition": "3+kk", - "floor": 6, - "area": 78, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-4+1-svehlova-praha/24431261", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24430742, - "name": "Prodej bytu 3+1 116 m²", - "price": 12980000, - "price_formatted": "12 980 000 Kč", - "locality": "Legerova, Praha", - "lat": 50.073302638889, - "lon": 14.430440138888, - "disposition": "3+1", - "floor": 3, - "area": 116, - "building_type": "OTHER", - "ownership": "COLLECTIVE", - "url": "https://www.realingo.cz/pronajem/byt-3+1-legerova-praha/24430742", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24429584, - "name": "Prodej bytu 3+kk 264 m²", - "price": 3000000, - "price_formatted": "3 000 000 Kč", - "locality": "Sanderova, Praha", - "lat": 50.105185406833, - "lon": 14.458707031579, - "disposition": "3+kk", - "floor": 2, - "area": 264, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.realingo.cz/pronajem/byt-3+kk-sanderova-praha/24429584", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24429451, - "name": "Prodej bytu 3+1 95 m²", - "price": 12290000, - "price_formatted": "12 290 000 Kč", - "locality": "Na Kozačce 1103, Praha", - "lat": 50.071630833333, - "lon": 14.442352222222, - "disposition": "3+1", - "floor": null, - "area": 95, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/pronajem/byt-3+1-na-kozacce-praha/24429451", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24427720, - "name": "Prodej bytu 3+kk 106 m²", - "price": 6299000, - "price_formatted": "6 299 000 Kč", - "locality": "Pod Karlovem, Praha", - "lat": 50.067786944444, - "lon": 14.433055, - "disposition": "3+kk", - "floor": 2, - "area": 106, - "building_type": "WIREFRAME", - "ownership": "COLLECTIVE", - "url": "https://www.realingo.cz/pronajem/byt-3+kk-pod-karlovem-praha/24427720", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24426503, - "name": "Prodej bytu 3+kk 95 m²", - "price": 11650000, - "price_formatted": "11 650 000 Kč", - "locality": "Vysočany, Praha", - "lat": 50.108069189567, - "lon": 14.503623626183, - "disposition": "3+kk", - "floor": 6, - "area": 95, - "building_type": "OTHER", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-vysocany-praha/24426503", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24425591, - "name": "Prodej bytu Atypický None m²", - "price": 4595524, - "price_formatted": "4 595 524 Kč", - "locality": "Praha, 197 00", - "lat": 50.132684, - "lon": 14.549675, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-4+kk-praha-197-00/24425591", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24425340, - "name": "Prodej bytu Atypický None m²", - "price": 5055000, - "price_formatted": "5 055 000 Kč", - "locality": "Praha, 190 00", - "lat": 50.106598, - "lon": 14.506245, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-1+kk-praha-190-00/24425340", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24423993, - "name": "Prodej bytu Atypický None m²", - "price": 7300000, - "price_formatted": "7 300 000 Kč", - "locality": "Praha, 190 00", - "lat": 50.106598, - "lon": 14.506245, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-3+1-praha-190-00/24423993", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24423963, - "name": "Prodej bytu Atypický None m²", - "price": 6986500, - "price_formatted": "6 986 500 Kč", - "locality": "Praha, 180 00", - "lat": 50.1088, - "lon": 14.467449, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-1+kk-liben-praha/24423963", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24421675, - "name": "Prodej bytu 3+kk 84 m²", - "price": 12985000, - "price_formatted": "12 985 000 Kč", - "locality": "Kolbenova, Praha", - "lat": 50.111320301195, - "lon": 14.510688639668, - "disposition": "3+kk", - "floor": null, - "area": 84, - "building_type": "OTHER", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-kolbenova-praha/24421675", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24421573, - "name": "Prodej bytu 3+kk 104 m²", - "price": 11730000, - "price_formatted": "11 730 000 Kč", - "locality": "V Zeleném údolí, Praha", - "lat": 50.021405277778, - "lon": 14.466266111111, - "disposition": "3+kk", - "floor": 6, - "area": 104, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-v-zelenem-udoli-praha/24421573", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24421316, - "name": "Prodej bytu Atypický None m²", - "price": 9870000, - "price_formatted": "9 870 000 Kč", - "locality": "Praha, 155 00", - "lat": 50.030571, - "lon": 14.308491, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-3+kk-bronzova-praha/24421316", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24420013, - "name": "Prodej bytu 3+kk 87 m²", - "price": 3641309, - "price_formatted": "3 641 309 Kč", - "locality": "U mateřské školy, Praha", - "lat": 50.069588487231, - "lon": 14.457632370053, - "disposition": "3+kk", - "floor": 5, - "area": 87, - "building_type": "OTHER", - "ownership": "COLLECTIVE", - "url": "https://www.realingo.cz/prodej/byt-3+kk-u-materske-skoly-praha/24420013", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24416890, - "name": "Prodej bytu Atypický None m²", - "price": 5768000, - "price_formatted": "5 768 000 Kč", - "locality": "Praha, 190 00", - "lat": 50.106598, - "lon": 14.506245, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-1+kk-kolma-praha/24416890", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24414128, - "name": "Prodej bytu 3+kk 105 m²", - "price": 11500000, - "price_formatted": "11 500 000 Kč", - "locality": "Křesomyslova 599/8, Praha", - "lat": 50.06475, - "lon": 14.43852, - "disposition": "3+kk", - "floor": 5, - "area": 105, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-kresomyslova-5998-praha/24414128", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24411862, - "name": "Prodej bytu 3+kk 92 m²", - "price": 11990000, - "price_formatted": "11 990 000 Kč", - "locality": "Lysolajské údolí, Praha", - "lat": 50.125025555556, - "lon": 14.376164722222, - "disposition": "3+kk", - "floor": null, - "area": 92, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-lysolajske-udoli-praha/24411862", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24410990, - "name": "Prodej bytu Atypický None m²", - "price": 7245000, - "price_formatted": "7 245 000 Kč", - "locality": "Praha, 150 00", - "lat": 50.071133, - "lon": 14.370975, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+kk-praha-150-00/24410990", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24410293, - "name": "Prodej bytu 3+kk 69 m²", - "price": 7250000, - "price_formatted": "7 250 000 Kč", - "locality": "Poděbradská, Praha", - "lat": 50.106233611111, - "lon": 14.543530277778, - "disposition": "3+kk", - "floor": 2, - "area": 69, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-podebradska-praha/24410293", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24409779, - "name": "Prodej bytu Atypický None m²", - "price": 10792980, - "price_formatted": "10 792 980 Kč", - "locality": "Praha, 180 00", - "lat": 50.1088, - "lon": 14.467449, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+kk-praha-180-00/24409779", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24409345, - "name": "Prodej bytu 3+kk 280 m²", - "price": 4000000, - "price_formatted": "4 000 000 Kč", - "locality": "Sanderova, Praha", - "lat": 50.105185406833, - "lon": 14.458707031579, - "disposition": "3+kk", - "floor": 2, - "area": 280, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-sanderova-praha/24409345", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24409036, - "name": "Prodej bytu Atypický None m²", - "price": 5189000, - "price_formatted": "5 189 000 Kč", - "locality": "Praha, 149 00", - "lat": 50.020976, - "lon": 14.520149, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-5+kk-praha-149-00/24409036", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24407970, - "name": "Prodej bytu Atypický None m²", - "price": 10499000, - "price_formatted": "10 499 000 Kč", - "locality": "Praha, 130 00", - "lat": 50.087602, - "lon": 14.470882, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+1-praha-130-00/24407970", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24403320, - "name": "Prodej bytu 3+1 114 m²", - "price": 13250000, - "price_formatted": "13 250 000 Kč", - "locality": "Ortenovo náměstí, Praha", - "lat": 50.108198888889, - "lon": 14.450470277778, - "disposition": "3+1", - "floor": null, - "area": 114, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+1-ortenovo-namesti-praha/24403320", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24402130, - "name": "Prodej bytu Atypický None m²", - "price": 10399000, - "price_formatted": "10 399 000 Kč", - "locality": "Praha, 130 00", - "lat": 50.087602, - "lon": 14.470882, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+kk-praha-130-00/24402130", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24400112, - "name": "Prodej bytu 3+kk 91 m²", - "price": 13200000, - "price_formatted": "13 200 000 Kč", - "locality": "Velké Kunratické, Praha", - "lat": 50.02018276, - "lon": 14.46754405, - "disposition": "3+kk", - "floor": null, - "area": 91, - "building_type": "neuvedeno", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-velke-kunraticke-praha/24400112", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24394216, - "name": "Prodej bytu 3+kk 76 m²", - "price": 11740000, - "price_formatted": "11 740 000 Kč", - "locality": "K Vinoři, Praha", - "lat": 50.132721388889, - "lon": 14.562323611111, - "disposition": "3+kk", - "floor": null, - "area": 76, - "building_type": "neuvedeno", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-k-vinori-praha/24394216", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24391892, - "name": "Prodej bytu Atypický None m²", - "price": 2999005, - "price_formatted": "2 999 005 Kč", - "locality": "Praha, 152 00", - "lat": 50.037352, - "lon": 14.382048, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+kk-praha-152-00/24391892", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24389397, - "name": "Prodej bytu 3+kk 75 m²", - "price": 12939000, - "price_formatted": "12 939 000 Kč", - "locality": "K Vinoři, Praha", - "lat": 50.132721388889, - "lon": 14.562323611111, - "disposition": "3+kk", - "floor": null, - "area": 75, - "building_type": "neuvedeno", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-k-vinori-praha/24389397", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24389246, - "name": "Prodej bytu Atypický None m²", - "price": 7980000, - "price_formatted": "7 980 000 Kč", - "locality": "Praha, 198 00", - "lat": 50.100762, - "lon": 14.547443, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-3+1-bryksova-praha/24389246", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24385533, - "name": "Prodej bytu Atypický None m²", - "price": 5649000, - "price_formatted": "5 649 000 Kč", - "locality": "111 01, Praha 10", - "lat": 50.058585, - "lon": 14.561405, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-1+kk-praha-10-111-01/24385533", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24384608, - "name": "Prodej bytu Atypický None m²", - "price": 8400000, - "price_formatted": "8 400 000 Kč", - "locality": "Praha, 142 00", - "lat": 50.005532, - "lon": 14.457836, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-3+1-nad-lesnim-divadlem-praha/24384608", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24382731, - "name": "Prodej bytu Atypický 77 m²", - "price": 7390000, - "price_formatted": "7 390 000 Kč", - "locality": "Jana Zajíce, Praha", - "lat": 50.100653333333, - "lon": 14.417477777778, - "disposition": "Atypický", - "floor": null, - "area": 77, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-5+1-jana-zajice-praha/24382731", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24382111, - "name": "Prodej bytu Atypický None m²", - "price": 7971000, - "price_formatted": "7 971 000 Kč", - "locality": "Praha, 190 00", - "lat": 50.106598, - "lon": 14.506245, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-3+1-rumburska-praha/24382111", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24381981, - "name": "Prodej bytu Atypický None m²", - "price": 6848000, - "price_formatted": "6 848 000 Kč", - "locality": "Praha, 130 00", - "lat": 50.087602, - "lon": 14.470882, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-1+kk-velehradska-praha/24381981", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24373884, - "name": "Prodej bytu Atypický None m²", - "price": 9989000, - "price_formatted": "9 989 000 Kč", - "locality": "Praha, 165 00", - "lat": 50.133949, - "lon": 14.374065, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-165-00/24373884", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24370157, - "name": "Prodej bytu 4+kk 113 m²", - "price": 13350000, - "price_formatted": "13 350 000 Kč", - "locality": "Ocelkova, Praha", - "lat": 50.10198499311509, - "lon": 14.570200222989136, - "disposition": "4+kk", - "floor": 5, - "area": 113, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-4+kk-ocelkova-praha/24370157", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24368526, - "name": "Prodej bytu Atypický None m²", - "price": 12988000, - "price_formatted": "12 988 000 Kč", - "locality": "Praha, 165 00", - "lat": 50.133949, - "lon": 14.374065, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+kk-praha-165-00/24368526", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24360301, - "name": "Prodej bytu 3+kk 75 m²", - "price": 13390000, - "price_formatted": "13 390 000 Kč", - "locality": "Waltariho, Praha", - "lat": 50.107672328058, - "lon": 14.524859091131, - "disposition": "3+kk", - "floor": 4, - "area": 75, - "building_type": "neuvedeno", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-waltariho-praha/24360301", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24359623, - "name": "Prodej bytu 3+kk 95 m²", - "price": 12990000, - "price_formatted": "12 990 000 Kč", - "locality": "V Zámcích, Praha", - "lat": 50.139790277778, - "lon": 14.397823611111, - "disposition": "3+kk", - "floor": 2, - "area": 95, - "building_type": "neuvedeno", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-praha-181-00/24359623", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24356080, - "name": "Prodej bytu Atypický None m²", - "price": 6600000, - "price_formatted": "6 600 000 Kč", - "locality": "Praha, 169 00", - "lat": 50.084959, - "lon": 14.367027, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-1+1-praha-169-00/24356080", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24351054, - "name": "Prodej bytu Atypický None m²", - "price": 10100000, - "price_formatted": "10 100 000 Kč", + "price": 8490000, + "price_formatted": "8 490 000 Kč", "locality": "Praha, 100 00", "lat": 50.074273, "lon": 14.493284, @@ -9804,655 +734,46 @@ "area": null, "building_type": "neuvedeno", "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-3+kk-praha-100-00/24351054", + "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-100-00/24514813", "source": "realingo", - "image": "" + "image": "", + "scraped_at": "2026-02-25" }, { - "hash_id": 24336836, + "hash_id": 24514769, "name": "Prodej bytu Atypický None m²", - "price": 8390700, - "price_formatted": "8 390 700 Kč", - "locality": "Praha, 198 00", - "lat": 50.100762, - "lon": 14.547443, + "price": 6980000, + "price_formatted": "6 980 000 Kč", + "locality": "Praha, 154 00", + "lat": 50.010056, + "lon": 14.353809, "disposition": "Atypický", "floor": null, "area": null, "building_type": "neuvedeno", "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+kk-praha-198-00/24336836", + "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-154-00/24514769", "source": "realingo", - "image": "" + "image": "", + "scraped_at": "2026-02-25" }, { - "hash_id": 24333369, + "hash_id": 24514708, "name": "Prodej bytu Atypický None m²", - "price": 12290000, - "price_formatted": "12 290 000 Kč", - "locality": "Praha, 120 00", - "lat": 50.076449, - "lon": 14.435263, + "price": 5362000, + "price_formatted": "5 362 000 Kč", + "locality": "Praha, 155 00", + "lat": 50.030571, + "lon": 14.308491, "disposition": "Atypický", "floor": null, "area": null, "building_type": "neuvedeno", "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-3+1-praha-120-00/24333369", + "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-155-00/24514708", "source": "realingo", - "image": "" - }, - { - "hash_id": 24331514, - "name": "Prodej bytu Atypický None m²", - "price": 12990000, - "price_formatted": "12 990 000 Kč", - "locality": "Praha, 110 00", - "lat": 50.087334, - "lon": 14.421111, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+1-praha-110-00/24331514", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24323468, - "name": "Prodej bytu Atypický None m²", - "price": 8750000, - "price_formatted": "8 750 000 Kč", - "locality": "Praha, 148 00", - "lat": 50.014248, - "lon": 14.487877, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+kk-praha-148-00/24323468", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24315959, - "name": "Prodej bytu Atypický None m²", - "price": 12790000, - "price_formatted": "12 790 000 Kč", - "locality": "Praha, 198 00", - "lat": 50.100762, - "lon": 14.547443, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-3+kk-praha-198-00/24315959", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24309483, - "name": "Prodej bytu Atypický None m²", - "price": 12468000, - "price_formatted": "12 468 000 Kč", - "locality": "Praha, 180 00", - "lat": 50.1088, - "lon": 14.467449, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-3+1-praha-180-00/24309483", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24290990, - "name": "Prodej bytu 3+1 76 m²", - "price": 10490000, - "price_formatted": "10 490 000 Kč", - "locality": "Mečíková, Praha", - "lat": 50.058496111111, - "lon": 14.494555277778, - "disposition": "3+1", - "floor": 4, - "area": 76, - "building_type": "neuvedeno", - "ownership": "COLLECTIVE", - "url": "https://www.realingo.cz/prodej/byt-3+1-jetelova-praha/24290990", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24280733, - "name": "Prodej bytu Atypický None m²", - "price": 12750000, - "price_formatted": "12 750 000 Kč", - "locality": "Praha, 130 00", - "lat": 50.087602, - "lon": 14.470882, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-3+1-praha-130-00/24280733", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24279438, - "name": "Prodej bytu 3+kk 103 m²", - "price": 12200000, - "price_formatted": "12 200 000 Kč", - "locality": "Sluneční náměstí, Praha", - "lat": 50.05029580588426, - "lon": 14.343679264214689, - "disposition": "3+kk", - "floor": 20, - "area": 103, - "building_type": "Cihlová", - "ownership": "COLLECTIVE", - "url": "https://www.realingo.cz/prodej/byt-3+kk-slunecni-namesti-praha/24279438", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24278641, - "name": "Prodej bytu Atypický None m²", - "price": 12199000, - "price_formatted": "12 199 000 Kč", - "locality": "Praha, 130 00", - "lat": 50.087602, - "lon": 14.470882, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-3+kk-praha-130-00/24278641", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24272158, - "name": "Prodej bytu 3+kk 75 m²", - "price": 10620000, - "price_formatted": "10 620 000 Kč", - "locality": "Františka Diviše, Praha", - "lat": 50.03312642559581, - "lon": 14.586861021143823, - "disposition": "3+kk", - "floor": 3, - "area": 75, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-frantiska-divise-praha/24272158", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24271239, - "name": "Prodej bytu Atypický None m²", - "price": 9485101, - "price_formatted": "9 485 101 Kč", - "locality": "Praha, 161 00", - "lat": 50.092724, - "lon": 14.27948, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+kk-praha-161-00/24271239", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24271239, - "name": "Prodej bytu Atypický None m²", - "price": 8754202, - "price_formatted": "8 754 202 Kč", - "locality": "Praha, 161 00", - "lat": 50.092724, - "lon": 14.27948, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+kk-praha-161-00/24271239", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24259403, - "name": "Prodej bytu 3+kk 69 m²", - "price": 10200000, - "price_formatted": "10 200 000 Kč", - "locality": "Praha", - "lat": 50.069569971243, - "lon": 14.457620373415, - "disposition": "3+kk", - "floor": 5, - "area": 69, - "building_type": "neuvedeno", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-uresova-praha/24259403", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24247452, - "name": "Prodej bytu 3+1 74 m²", - "price": 6990000, - "price_formatted": "6 990 000 Kč", - "locality": "V jezírkách, Praha", - "lat": 50.026376666667, - "lon": 14.517807777778, - "disposition": "3+1", - "floor": 7, - "area": 74, - "building_type": "neuvedeno", - "ownership": "COLLECTIVE", - "url": "https://www.realingo.cz/prodej/byt-3+1-praha-149-00/24247452", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24207385, - "name": "Prodej bytu 3+kk 73 m²", - "price": 3835000, - "price_formatted": "3 835 000 Kč", - "locality": "Honzíkova, Praha", - "lat": 50.067454338353, - "lon": 14.553609283749, - "disposition": "3+kk", - "floor": 6, - "area": 73, - "building_type": "neuvedeno", - "ownership": "COLLECTIVE", - "url": "https://www.realingo.cz/prodej/byt-3+kk-honzikova-praha/24207385", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24202799, - "name": "Prodej bytu Atypický None m²", - "price": 8899000, - "price_formatted": "8 899 000 Kč", - "locality": "Praha, 130 00", - "lat": 50.087602, - "lon": 14.470882, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+kk-zerotinova-praha/24202799", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24199351, - "name": "Prodej bytu 4+kk 110 m²", - "price": 4982498, - "price_formatted": "4 982 498 Kč", - "locality": "Hlubočepy, Praha", - "lat": 50.035926340076, - "lon": 14.385336130404, - "disposition": "4+kk", - "floor": 7, - "area": 110, - "building_type": "neuvedeno", - "ownership": "COLLECTIVE", - "url": "https://www.realingo.cz/prodej/byt-4+kk-hlubocepy-praha/24199351", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24175837, - "name": "Prodej bytu Atypický None m²", - "price": 6260000, - "price_formatted": "6 260 000 Kč", - "locality": "Praha, 149 00", - "lat": 50.020976, - "lon": 14.520149, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-3+1-abertamy/24175837", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24167305, - "name": "Prodej bytu 3+kk 107 m²", - "price": 10700000, - "price_formatted": "10 700 000 Kč", - "locality": "Průběžná, Praha", - "lat": 50.07149728057455, - "lon": 14.487573979257068, - "disposition": "3+kk", - "floor": 4, - "area": 107, - "building_type": "Cihlová", - "ownership": "COLLECTIVE", - "url": "https://www.realingo.cz/prodej/byt-3+kk-prubezna-praha/24167305", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24157448, - "name": "Prodej bytu 3+kk 73 m²", - "price": 10499000, - "price_formatted": "10 499 000 Kč", - "locality": "Křížová 1728/21, Praha", - "lat": 50.054268973957804, - "lon": 14.404672185818162, - "disposition": "3+kk", - "floor": 2, - "area": 73, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-krizova-praha/24157448", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24151784, - "name": "Prodej bytu 4+kk 73 m²", - "price": 10799900, - "price_formatted": "10 799 900 Kč", - "locality": "Na padesátém, Praha", - "lat": 50.064488888889, - "lon": 14.505731944444, - "disposition": "4+kk", - "floor": 3, - "area": 73, - "building_type": "neuvedeno", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-4+kk-vladivostocka-praha/24151784", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24130159, - "name": "Prodej bytu 3+kk 109 m²", - "price": 7299000, - "price_formatted": "7 299 000 Kč", - "locality": "Pod Karlovem, Praha", - "lat": 50.067786944444, - "lon": 14.433055, - "disposition": "3+kk", - "floor": 6, - "area": 109, - "building_type": "WIREFRAME", - "ownership": "COLLECTIVE", - "url": "https://www.realingo.cz/prodej/byt-3+kk-pod-karlovem-praha/24130159", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24113201, - "name": "Prodej bytu 3+kk 112 m²", - "price": 11350000, - "price_formatted": "11 350 000 Kč", - "locality": "Pod lesíkem, Praha", - "lat": 50.054026666667, - "lon": 14.561741666667, - "disposition": "3+kk", - "floor": null, - "area": 112, - "building_type": "OTHER", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-pod-lesikem-praha/24113201", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24092684, - "name": "Prodej bytu 3+kk 83 m²", - "price": 8900000, - "price_formatted": "8 900 000 Kč", - "locality": "Malkovského, Praha", - "lat": 50.1417874359971, - "lon": 14.5077189600669, - "disposition": "3+kk", - "floor": 5, - "area": 83, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-malkovskeho-praha/24092684", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24046689, - "name": "Prodej bytu 4+1 118 m²", - "price": 13490000, - "price_formatted": "13 490 000 Kč", - "locality": "Ovčí hájek, Praha", - "lat": 50.04852418, - "lon": 14.34870145, - "disposition": "4+1", - "floor": 8, - "area": 118, - "building_type": "neuvedeno", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-4+1-praha-158-00/24046689", - "source": "realingo", - "image": "" - }, - { - "hash_id": 23991460, - "name": "Prodej bytu Atypický None m²", - "price": 5980000, - "price_formatted": "5 980 000 Kč", - "locality": "Praha, 180 00", - "lat": 50.1088, - "lon": 14.467449, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+kk-praha-180-00/23991460", - "source": "realingo", - "image": "" - }, - { - "hash_id": 23851096, - "name": "Prodej bytu 3+kk 92 m²", - "price": 9650000, - "price_formatted": "9 650 000 Kč", - "locality": "Kyje, Praha", - "lat": 50.093665347546214, - "lon": 14.54270285678875, - "disposition": "3+kk", - "floor": 2, - "area": 92, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-kyje-praha/23851096", - "source": "realingo", - "image": "" - }, - { - "hash_id": 23784382, - "name": "Prodej bytu 3+kk 79 m²", - "price": 13299000, - "price_formatted": "13 299 000 Kč", - "locality": "Praha", - "lat": 50.0554092, - "lon": 14.3825757, - "disposition": "3+kk", - "floor": 2, - "area": 79, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-praha/23784382", - "source": "realingo", - "image": "" - }, - { - "hash_id": 23733161, - "name": "Prodej bytu 3+kk 72 m²", - "price": 7300000, - "price_formatted": "7 300 000 Kč", - "locality": "NA ROKYTCE 1329/2", - "lat": 50.10706831606984, - "lon": 14.474040336357234, - "disposition": "3+kk", - "floor": 2, - "area": 72, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-na-rokytce-13292-praha/23733161", - "source": "realingo", - "image": "" - }, - { - "hash_id": 23710161, - "name": "Prodej bytu 3+1 105 m²", - "price": 12490000, - "price_formatted": "12 490 000 Kč", - "locality": "V dolině, Praha", - "lat": 50.058453105646, - "lon": 14.4686069315431, - "disposition": "3+1", - "floor": 7, - "area": 105, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+1-v-doline-praha/23710161", - "source": "realingo", - "image": "" - }, - { - "hash_id": 23487738, - "name": "Prodej bytu 3+kk 92 m²", - "price": 9590000, - "price_formatted": "9 590 000 Kč", - "locality": "náměstí Přátelství 1518/2, Praha", - "lat": 50.04469842981855, - "lon": 14.517615810464198, - "disposition": "3+kk", - "floor": 3, - "area": 92, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-praha-102-00/23487738", - "source": "realingo", - "image": "" - }, - { - "hash_id": 23169090, - "name": "Prodej bytu 3+kk 84 m²", - "price": 9999000, - "price_formatted": "9 999 000 Kč", - "locality": "U kněžské louky, Praha", - "lat": 50.0940039, - "lon": 14.4933395, - "disposition": "3+kk", - "floor": 4, - "area": 84, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-u-knezske-louky-praha/23169090", - "source": "realingo", - "image": "" - }, - { - "hash_id": 23053199, - "name": "Prodej bytu 3+kk 95 m²", - "price": 10775000, - "price_formatted": "10 775 000 Kč", - "locality": "U Smaltovny 11, Praha 7", - "lat": 50.1020811, - "lon": 14.4360982, - "disposition": "3+kk", - "floor": 4, - "area": 95, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-u-smaltovny-11-praha-7/23053199", - "source": "realingo", - "image": "" - }, - { - "hash_id": 20283973, - "name": "Prodej bytu 3+kk 77 m²", - "price": 9000000, - "price_formatted": "9 000 000 Kč", - "locality": "Praha 7", - "lat": 50.102049, - "lon": 14.4329519, - "disposition": "3+kk", - "floor": null, - "area": 77, - "building_type": "STONE", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-praha-7/20283973", - "source": "realingo", - "image": "" - }, - { - "hash_id": 20144251, - "name": "Prodej bytu 3+1 82 m²", - "price": 5399000, - "price_formatted": "5 399 000 Kč", - "locality": "Praha 13, Stodůlky", - "lat": 50.046022090366, - "lon": 14.3110258862, - "disposition": "3+1", - "floor": 3, - "area": 82, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+1-praha-13-stodulky/20144251", - "source": "realingo", - "image": "" - }, - { - "hash_id": 20095163, - "name": "Prodej bytu 3+kk 75 m²", - "price": 8500000, - "price_formatted": "8 500 000 Kč", - "locality": "Praha 6", - "lat": 50.1005785, - "lon": 14.3954363, - "disposition": "3+kk", - "floor": null, - "area": 75, - "building_type": "STONE", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-praha-6/20095163", - "source": "realingo", - "image": "" - }, - { - "hash_id": 990183, - "name": "Prodej bytu 3+kk 86 m²", - "price": 10385000, - "price_formatted": "10 385 000 Kč", - "locality": "Ke Tvrzi, Praha - Královice", - "lat": 50.0390519, - "lon": 14.63862, - "disposition": "3+kk", - "floor": 2, - "area": 86, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.bezrealitky.cz/nemovitosti-byty-domy/990183-nabidka-prodej-bytu-ke-tvrzi-praha", - "source": "bezrealitky", - "image": "" + "image": "", + "scraped_at": "2026-02-25" }, { "hash_id": 981278, @@ -10469,823 +790,82 @@ "ownership": "Osobní", "url": "https://www.bezrealitky.cz/nemovitosti-byty-domy/981278-nabidka-prodej-bytu-argentinska-praha", "source": "bezrealitky", - "image": "" + "image": "", + "first_seen": "2026-02-15", + "last_updated": "2026-02-15" }, { - "hash_id": 989817, - "name": "Prodej bytu 3+kk 88 m²", + "hash_id": 991217, + "name": "Prodej bytu 3+kk 71 m²", + "price": 11490000, + "price_formatted": "11 490 000 Kč", + "locality": "Kolbenova, Praha - Vysočany", + "lat": 50.1113213, + "lon": 14.5106858, + "disposition": "3+kk", + "floor": 3, + "area": 71, + "building_type": "Cihlová", + "ownership": "Osobní", + "url": "https://www.bezrealitky.cz/nemovitosti-byty-domy/991217-nabidka-prodej-bytu-kolbenova-praha", + "source": "bezrealitky", + "image": "", + "last_updated": "2026-02-15", + "first_seen": "2026-02-15" + }, + { + "hash_id": "699ed0af74468ff4c2079aa1", + "name": "Prodej bytu 3+1 86 m²", + "price": 4600000, + "price_formatted": "4 600 000 Kč", + "locality": "Hynka Puce, Praha 5 - Stodůlky", + "lat": 50.049168412058556, + "lon": 14.302095927878957, + "disposition": "3+1", + "floor": 8, + "area": 86, + "building_type": "Cihlová", + "ownership": "družstevní", + "url": "https://reality.idnes.cz/detail/prodej/byt/praha-13-hynka-puce/699ed0af74468ff4c2079aa1/", + "source": "idnes", + "image": "", + "scraped_at": "2026-02-25" + }, + { + "hash_id": "693690e98418631b48025208", + "name": "Prodej bytu 3+1 87 m²", + "price": 11323000, + "price_formatted": "11 323 000 Kč", + "locality": "Libušská, Praha 4 - Libuš", + "lat": 50.009743674736, + "lon": 14.460835345662, + "disposition": "3+1", + "floor": 2, + "area": 87, + "building_type": "Cihlová", + "ownership": "družstevní", + "url": "https://reality.idnes.cz/detail/prodej/byt/praha-12-libusska/693690e98418631b48025208/", + "source": "idnes", + "image": "", + "scraped_at": "2026-02-25" + }, + { + "hash_id": "699487a84abe8029bd065570", + "name": "Prodej bytu 3+1 96 m²", "price": 13490000, "price_formatted": "13 490 000 Kč", - "locality": "Miroslava Hajna, Praha - Letňany", - "lat": 50.1406487, - "lon": 14.5207541, - "disposition": "3+kk", - "floor": 2, - "area": 88, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.bezrealitky.cz/nemovitosti-byty-domy/989817-nabidka-prodej-bytu-miroslava-hajna-praha", - "source": "bezrealitky", - "image": "" - }, - { - "hash_id": 988498, - "name": "Prodej bytu 3+1 75 m²", - "price": 11400000, - "price_formatted": "11 400 000 Kč", - "locality": "5. května, Praha - Nusle", - "lat": 50.0604096, - "lon": 14.4326302, + "locality": "Na Václavce, Praha 5 - Smíchov", + "lat": 50.0652882346, + "lon": 14.3931192571, "disposition": "3+1", "floor": 4, - "area": 75, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.bezrealitky.cz/nemovitosti-byty-domy/988498-nabidka-prodej-bytu-5-kvetna-praha", - "source": "bezrealitky", - "image": "" - }, - { - "hash_id": 965526, - "name": "Prodej bytu 3+kk 77 m²", - "price": 11890000, - "price_formatted": "11 890 000 Kč", - "locality": "Vinohradská, Praha - Strašnice", - "lat": 50.0776726, - "lon": 14.4870072, - "disposition": "3+kk", - "floor": 16, - "area": 77, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.bezrealitky.cz/nemovitosti-byty-domy/965526-nabidka-prodej-bytu-vinohradska-praha", - "source": "bezrealitky", - "image": "" - }, - { - "hash_id": 985859, - "name": "Prodej bytu 3+1 80 m²", - "price": 9000000, - "price_formatted": "9 000 000 Kč", - "locality": "Staňkova, Praha - Háje", - "lat": 50.0377128, - "lon": 14.5311557, - "disposition": "3+1", - "floor": 2, - "area": 80, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.bezrealitky.cz/nemovitosti-byty-domy/985859-nabidka-prodej-bytu-stankova-praha", - "source": "bezrealitky", - "image": "" - }, - { - "hash_id": 981890, - "name": "Prodej bytu 3+1 84 m²", - "price": 12980000, - "price_formatted": "12 980 000 Kč", - "locality": "Novákových, Praha - Libeň", - "lat": 50.103273, - "lon": 14.4746894, - "disposition": "3+1", - "floor": 2, - "area": 84, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.bezrealitky.cz/nemovitosti-byty-domy/981890-nabidka-prodej-bytu-novakovych-praha", - "source": "bezrealitky", - "image": "" - }, - { - "hash_id": 974552, - "name": "Prodej bytu 3+1 75 m²", - "price": 11000000, - "price_formatted": "11 000 000 Kč", - "locality": "Vejražkova, Praha - Košíře", - "lat": 50.0637808, - "lon": 14.3612275, - "disposition": "3+1", - "floor": 2, - "area": 75, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.bezrealitky.cz/nemovitosti-byty-domy/974552-nabidka-prodej-bytu-vejrazkova-praha", - "source": "bezrealitky", - "image": "" - }, - { - "hash_id": "698448c259544158ad04fff5", - "name": "Prodej bytu 3+1 95 m²", - "price": 10990000, - "price_formatted": "10 990 000 Kč", - "locality": "Spojařů, Praha 5 - Zbraslav", - "lat": 49.96423454, - "lon": 14.3954358, - "disposition": "3+1", - "floor": 4, - "area": 95, + "area": 96, "building_type": "Cihlová", "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-16-spojaru/698448c259544158ad04fff5/", + "url": "https://reality.idnes.cz/detail/prodej/byt/praha-5-na-vaclavce/699487a84abe8029bd065570/", "source": "idnes", - "image": "" - }, - { - "hash_id": "691efc4766b4394f6e01547b", - "name": "Prodej bytu 3+kk 100 m²", - "price": 12350000, - "price_formatted": "12 350 000 Kč", - "locality": "Radouňova, Praha 5 - Stodůlky", - "lat": 50.039044256225, - "lon": 14.31488216759, - "disposition": "3+kk", - "floor": 4, - "area": 100, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-13-radounova/691efc4766b4394f6e01547b/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "690c2c7b22e38ce1f50ec0c6", - "name": "Prodej bytu 3+1 74 m²", - "price": 12691991, - "price_formatted": "12 691 991 Kč", - "locality": "Svitákova, Praha 5 - Stodůlky", - "lat": 50.0480552778, - "lon": 14.3019416667, - "disposition": "3+1", - "floor": 8, - "area": 74, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-13-svitakova/690c2c7b22e38ce1f50ec0c6/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68404b3d8178bbed020f1742", - "name": "Prodej bytu 3+kk 71 m²", - "price": 10990000, - "price_formatted": "10 990 000 Kč", - "locality": "Praha 10 - Uhříněves", - "lat": 50.026899, - "lon": 14.613713, - "disposition": "3+kk", - "floor": 5, - "area": 71, - "building_type": "Skeletová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-22/68404b3d8178bbed020f1742/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6984bb67b328d819bd01cefa", - "name": "Prodej bytu 4+kk 80 m²", - "price": 11664856, - "price_formatted": "11 664 856 Kč", - "locality": "Polabská, Praha 9 - Miškovice", - "lat": 50.154754822523955, - "lon": 14.5378785085802, - "disposition": "4+kk", - "floor": 3, - "area": 80, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-18-polabska/6984bb67b328d819bd01cefa/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "690c2c6fd1ac535eaa087b46", - "name": "Prodej bytu 3+1 71 m²", - "price": 12792564, - "price_formatted": "12 792 564 Kč", - "locality": "Svitákova, Praha 5 - Stodůlky", - "lat": 50.0480552778, - "lon": 14.3019416667, - "disposition": "3+1", - "floor": 8, - "area": 71, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-13-svitakova/690c2c6fd1ac535eaa087b46/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68c4c9a1345e0bffba03d7e0", - "name": "Prodej bytu 3+kk 112 m²", - "price": 10990000, - "price_formatted": "10 990 000 Kč", - "locality": "U Prefy, Praha 8 - Ďáblice", - "lat": 50.1445055631, - "lon": 14.4834831086, - "disposition": "3+kk", - "floor": 2, - "area": 112, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-8-u-prefy/68c4c9a1345e0bffba03d7e0/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "698de5d8ec7bf2e61204c1bd", - "name": "Prodej bytu 3+kk 72 m²", - "price": 12298976, - "price_formatted": "12 298 976 Kč", - "locality": "Mladoboleslavská, Praha 9 - Vinoř", - "lat": 50.13150044924256, - "lon": 14.557908612465905, - "disposition": "3+kk", - "floor": 3, - "area": 72, - "building_type": "Skeletová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-19-mladoboleslavska/698de5d8ec7bf2e61204c1bd/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "698de5be4169fd47310c681b", - "name": "Prodej bytu 3+kk 72 m²", - "price": 11758857, - "price_formatted": "11 758 857 Kč", - "locality": "Mladoboleslavská, Praha 9 - Vinoř", - "lat": 50.13150044924256, - "lon": 14.557908612465905, - "disposition": "3+kk", - "floor": 3, - "area": 72, - "building_type": "Skeletová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-19-mladoboleslavska/698de5be4169fd47310c681b/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68385c1b603aba764a0885ac", - "name": "Prodej bytu 3+1 74 m²", - "price": 8290000, - "price_formatted": "8 290 000 Kč", - "locality": "Livornská, Praha 10 - Horní Měcholupy", - "lat": 50.041220976982, - "lon": 14.556174049321, - "disposition": "3+1", - "floor": 8, - "area": 74, - "building_type": "1992", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-15-livornska/68385c1b603aba764a0885ac/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "690c2cba1c264f9f43027912", - "name": "Prodej bytu 3+kk 74 m²", - "price": 10631123, - "price_formatted": "10 631 123 Kč", - "locality": "Voskovcova, Praha 5 - Hlubočepy", - "lat": 50.0290438889, - "lon": 14.3641566667, - "disposition": "3+kk", - "floor": 6, - "area": 74, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-5-voskovcova/690c2cba1c264f9f43027912/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "69628b03d3cdf38ac0091111", - "name": "Prodej bytu 3+kk 71 m²", - "price": 12990000, - "price_formatted": "12 990 000 Kč", - "locality": "Na Plískavě, Praha 10 - Hostivař", - "lat": 50.052543, - "lon": 14.528918, - "disposition": "3+kk", - "floor": 4, - "area": 71, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-15-na-pliskave/69628b03d3cdf38ac0091111/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68f5f4da009b8cddbe03695a", - "name": "Prodej bytu 3+kk 123 m²", - "price": 13000000, - "price_formatted": "13 000 000 Kč", - "locality": "Geologická, Praha 5 - Hlubočepy", - "lat": 50.034855333006, - "lon": 14.386802069579, - "disposition": "3+kk", - "floor": 8, - "area": 123, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-5-geologicka/68f5f4da009b8cddbe03695a/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6976778ff55be514d4071a53", - "name": "Prodej bytu 3+kk 72 m²", - "price": 11622863, - "price_formatted": "11 622 863 Kč", - "locality": "Starochodovská, Praha 4 - Chodov", - "lat": 50.028076, - "lon": 14.504953, - "disposition": "3+kk", - "floor": 12, - "area": 72, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-11-starochodovska/6976778ff55be514d4071a53/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "698c5b41ad4c39dccd0afa3e", - "name": "Prodej bytu 4+kk 72 m²", - "price": 9350000, - "price_formatted": "9 350 000 Kč", - "locality": "Daškova, Praha 4 - Modřany, okres Praha", - "lat": 50.0128975, - "lon": 14.4255943, - "disposition": "4+kk", - "floor": 8, - "area": 72, - "building_type": "1984", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-12-daskova/698c5b41ad4c39dccd0afa3e/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "696778400f4f88207402671d", - "name": "Prodej bytu 3+1 82 m²", - "price": 8490000, - "price_formatted": "8 490 000 Kč", - "locality": "Neustupného, Praha 5 - Stodůlky", - "lat": 50.044232097, - "lon": 14.322528048, - "disposition": "3+1", - "floor": 13, - "area": 82, - "building_type": "1984", - "ownership": "družstevní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-13-neustupneho/696778400f4f88207402671d/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6973d33c88ca81367f06fb02", - "name": "Prodej bytu 3+kk 73 m²", - "price": 11990000, - "price_formatted": "11 990 000 Kč", - "locality": "Fabiánové, Praha 5 - Hlubočepy", - "lat": 50.0317519835622, - "lon": 14.364441230210975, - "disposition": "3+kk", - "floor": 9, - "area": 73, - "building_type": "2025", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-5-fabianove/6973d33c88ca81367f06fb02/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "698c9524a7b12615d00be7f3", - "name": "Prodej bytu 3+kk 69 m²", - "price": 10450000, - "price_formatted": "10 450 000 Kč", - "locality": "U tvrze, Praha 10 - Malešice", - "lat": 50.08658908813519, - "lon": 14.513577144557365, - "disposition": "3+kk", - "floor": 4, - "area": 69, - "building_type": "Skeletová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-10-u-tvrze/698c9524a7b12615d00be7f3/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "698c952ef7504cc175061685", - "name": "Prodej bytu 3+kk 72 m²", - "price": 11269136, - "price_formatted": "11 269 136 Kč", - "locality": "Mladoboleslavská, Praha 9 - Vinoř", - "lat": 50.13150044924256, - "lon": 14.557908612465905, - "disposition": "3+kk", - "floor": 3, - "area": 72, - "building_type": "Skeletová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-19-mladoboleslavska/698c952ef7504cc175061685/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6810f28277b1c7261f0fc989", - "name": "Prodej bytu 3+kk 87 m²", - "price": 8990000, - "price_formatted": "8 990 000 Kč", - "locality": "Zárybská, Praha 9 - Prosek", - "lat": 50.1232495208, - "lon": 14.5060708524, - "disposition": "3+kk", - "floor": 8, - "area": 87, - "building_type": "1980", - "ownership": "družstevní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-9-zarybska/6810f28277b1c7261f0fc989/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "697f6dfba387e17d910cbde2", - "name": "Prodej bytu 4+kk 237 m²", - "price": 7990000, - "price_formatted": "7 990 000 Kč", - "locality": "Stočesova, Praha 6 - Ruzyně", - "lat": 50.090734241439165, - "lon": 14.298680000217555, - "disposition": "4+kk", - "floor": 6, - "area": 237, - "building_type": "Cihlová", - "ownership": "družstevní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-stocesova/697f6dfba387e17d910cbde2/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "695cdeb1034d53b244074016", - "name": "Prodej bytu 3+kk 76 m²", - "price": 11682000, - "price_formatted": "11 682 000 Kč", - "locality": "K Vinoři, Praha 9 - Kbely", - "lat": 50.132835725, - "lon": 14.5613326001, - "disposition": "3+kk", - "floor": 3, - "area": 76, - "building_type": "2026", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-19-k-vinori/695cdeb1034d53b244074016/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "690c2c6ca04e300226094f53", - "name": "Prodej bytu 3+kk 71 m²", - "price": 11594328, - "price_formatted": "11 594 328 Kč", - "locality": "Voskovcova, Praha 5 - Hlubočepy", - "lat": 50.0290438889, - "lon": 14.3641566667, - "disposition": "3+kk", - "floor": 6, - "area": 71, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-5-voskovcova/690c2c6ca04e300226094f53/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "690c2c5c27ca75b0da0b8e65", - "name": "Prodej bytu 3+kk 82 m²", - "price": 12379556, - "price_formatted": "12 379 556 Kč", - "locality": "Voskovcova, Praha 5 - Hlubočepy", - "lat": 50.0290438889, - "lon": 14.3641566667, - "disposition": "3+kk", - "floor": 6, - "area": 82, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-5-voskovcova/690c2c5c27ca75b0da0b8e65/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "698b3cdfaee29440820c7928", - "name": "Prodej bytu 3+1 74 m²", - "price": 7988000, - "price_formatted": "7 988 000 Kč", - "locality": "Jarníkova, Praha 4 - Chodov", - "lat": 50.026144893754086, - "lon": 14.491142996659116, - "disposition": "3+1", - "floor": 6, - "area": 74, - "building_type": "1985", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-11-jarnikova/698b3cdfaee29440820c7928/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6966a83fcc2874c12c02ebf4", - "name": "Prodej bytu 3+1 74 m²", - "price": 8188000, - "price_formatted": "8 188 000 Kč", - "locality": "Jasmínová, Praha 10 - Záběhlice", - "lat": 50.054108714, - "lon": 14.508177373, - "disposition": "3+1", - "floor": 6, - "area": 74, - "building_type": "1965", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-10-jasminova/6966a83fcc2874c12c02ebf4/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68ca3fbd4cee6f04800702a8", - "name": "Prodej bytu 3+kk 85 m²", - "price": 9999000, - "price_formatted": "9 999 000 Kč", - "locality": "Jugoslávských partyzánů, Praha 6 - Bubeneč", - "lat": 50.1050618373, - "lon": 14.3950366317, - "disposition": "3+kk", - "floor": 5, - "area": 85, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-6-jugoslavskych-partyzanu/68ca3fbd4cee6f04800702a8/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "69891cbb69361301480ec4d8", - "name": "Prodej bytu 3+kk 83 m²", - "price": 13290900, - "price_formatted": "13 290 900 Kč", - "locality": "Ládevská, Praha 8 - Dolní Chabry", - "lat": 50.14469416016799, - "lon": 14.451626399462926, - "disposition": "3+kk", - "floor": 5, - "area": 83, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-8-ladevska/69891cbb69361301480ec4d8/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68b9880cbd080a3bb707ea53", - "name": "Prodej bytu 3+1 80 m²", - "price": 8800000, - "price_formatted": "8 800 000 Kč", - "locality": "Pod lysinami, Praha 4 - Hodkovičky", - "lat": 50.02155542343411, - "lon": 14.41251915189411, - "disposition": "3+1", - "floor": 3, - "area": 80, - "building_type": "1990", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-4-pod-lysinami/68b9880cbd080a3bb707ea53/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6987b67a0b23ad1de903e5cb", - "name": "Prodej bytu 3+1 70 m²", - "price": 8500000, - "price_formatted": "8 500 000 Kč", - "locality": "Prosecká, Praha 9 - Prosek", - "lat": 50.12128630947278, - "lon": 14.503441295020448, - "disposition": "3+1", - "floor": null, - "area": 70, - "building_type": "neuvedeno", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-9-prosecka/6987b67a0b23ad1de903e5cb/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6876610da6e6ea5185089f67", - "name": "Prodej bytu 3+1 79 m²", - "price": 8699000, - "price_formatted": "8 699 000 Kč", - "locality": "Lovosická, Praha 9 - Prosek", - "lat": 50.125168379, - "lon": 14.503832218, - "disposition": "3+1", - "floor": 8, - "area": 79, - "building_type": "1970", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-9-lovosicka/6876610da6e6ea5185089f67/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6811d577e992a9b5e600a509", - "name": "Prodej bytu 3+kk 77 m²", - "price": 4991300, - "price_formatted": "4 991 300 Kč", - "locality": "Gollové, Praha 5 - Hlubočepy", - "lat": 50.0284702528, - "lon": 14.3601029166, - "disposition": "3+kk", - "floor": 3, - "area": 77, - "building_type": "Cihlová", - "ownership": "družstevní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-5-gollove/6811d577e992a9b5e600a509/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "695c296806b8c1f1f40ad6a8", - "name": "Prodej bytu 3+1 86 m²", - "price": 9970000, - "price_formatted": "9 970 000 Kč", - "locality": "Šumperská, Praha 9 - Letňany", - "lat": 50.136751, - "lon": 14.508588, - "disposition": "3+1", - "floor": 6, - "area": 86, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-18-sumperska/695c296806b8c1f1f40ad6a8/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "69848c9efebf0fa22601f2a5", - "name": "Prodej bytu 3+kk 81 m²", - "price": 10991201, - "price_formatted": "10 991 201 Kč", - "locality": "Poděbradská, Praha 9 - Hloubětín", - "lat": 50.1031867, - "lon": 14.5211887, - "disposition": "3+kk", - "floor": 11, - "area": 81, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-9-podebradska/69848c9efebf0fa22601f2a5/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6960e610326c8e2aa50b0e25", - "name": "Prodej bytu 3+kk 80 m²", - "price": 12990000, - "price_formatted": "12 990 000 Kč", - "locality": "Krnkova, Praha", - "lat": 50.056095198944, - "lon": 14.467427477184, - "disposition": "3+kk", - "floor": 6, - "area": 80, - "building_type": "2020", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-krnkova/6960e610326c8e2aa50b0e25/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "69837a2678762ad9e50a8416", - "name": "Prodej bytu 4+kk 86 m²", - "price": 11790000, - "price_formatted": "11 790 000 Kč", - "locality": "Píškova, Praha 5 - Stodůlky", - "lat": 50.042857667, - "lon": 14.333192042, - "disposition": "4+kk", - "floor": 7, - "area": 86, - "building_type": "1990", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-13-piskova/69837a2678762ad9e50a8416/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "698331995f61e008ea0b2f7f", - "name": "Prodej bytu 4+kk 120 m²", - "price": 4990000, - "price_formatted": "4 990 000 Kč", - "locality": "Honzíkova, Praha 10 - Dolní Měcholupy", - "lat": 50.06753288666939, - "lon": 14.554144510753238, - "disposition": "4+kk", - "floor": 7, - "area": 120, - "building_type": "Smíšená", - "ownership": "družstevní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-15-honzikova/698331995f61e008ea0b2f7f/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "697b5ac091ee99efb80860f9", - "name": "Prodej bytu 3+1 74 m²", - "price": 9600000, - "price_formatted": "9 600 000 Kč", - "locality": "Dolákova, Praha 8 - Bohnice", - "lat": 50.134416657, - "lon": 14.409806899, - "disposition": "3+1", - "floor": 4, - "area": 74, - "building_type": "1980", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-8-dolakova/697b5ac091ee99efb80860f9/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "69830acbc71e74d8d20729d4", - "name": "Prodej bytu 3+kk 82 m²", - "price": 13500000, - "price_formatted": "13 500 000 Kč", - "locality": "V Předním Hloubětíně, Praha 9 - Vysočany", - "lat": 50.104130977412694, - "lon": 14.515103987197646, - "disposition": "3+kk", - "floor": 9, - "area": 82, - "building_type": "2024", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-9-v-prednim-hloubetine/69830acbc71e74d8d20729d4/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6859393a57fe2ea99e09a067", - "name": "Prodej bytu 3+1 88 m²", - "price": 9350000, - "price_formatted": "9 350 000 Kč", - "locality": "Cementářská, Praha 5 - Lochkov", - "lat": 50.0034203152, - "lon": 14.3523860807, - "disposition": "3+1", - "floor": 3, - "area": 88, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-16-cementarska/6859393a57fe2ea99e09a067/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6978927373abe5947a07a889", - "name": "Prodej bytu 4+kk 97 m²", - "price": 8990000, - "price_formatted": "8 990 000 Kč", - "locality": "Rohožnická, Praha 9 - Újezd nad Lesy", - "lat": 50.070702653, - "lon": 14.677487298, - "disposition": "4+kk", - "floor": 5, - "area": 97, - "building_type": "2003", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-21-rohoznicka/6978927373abe5947a07a889/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "697c8e77d0410b0eea088d49", - "name": "Prodej bytu 4+1 103 m²", - "price": 12990000, - "price_formatted": "12 990 000 Kč", - "locality": "Praha 4 - Krč", - "lat": 50.040960259, - "lon": 14.448237602, - "disposition": "4+1", - "floor": 3, - "area": 103, - "building_type": "1986", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha/697c8e77d0410b0eea088d49/", - "source": "idnes", - "image": "" + "image": "", + "scraped_at": "2026-02-25" }, { "hash_id": "697c7e54d08e16f19902d777", @@ -11302,771 +882,133 @@ "ownership": "osobní", "url": "https://reality.idnes.cz/detail/prodej/byt/praha-4-zilinska/697c7e54d08e16f19902d777/", "source": "idnes", - "image": "" + "image": "", + "scraped_at": "2026-02-25" }, { - "hash_id": "697ab12d7b92422fc10a3b57", - "name": "Prodej bytu 4+1 97 m²", - "price": 11790000, - "price_formatted": "11 790 000 Kč", - "locality": "Praha 7", - "lat": 50.08455185632672, - "lon": 14.417781214403561, - "disposition": "4+1", - "floor": 5, - "area": 97, - "building_type": "Cihlová", - "ownership": "družstevní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-7/697ab12d7b92422fc10a3b57/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6979fbb9055273e9a50b95bb", - "name": "Prodej bytu 3+1 76 m²", - "price": 8300000, - "price_formatted": "8 300 000 Kč", - "locality": "Zrzavého, Praha 6 - Řepy", - "lat": 50.06709960074502, - "lon": 14.310593411134988, - "disposition": "3+1", - "floor": 9, - "area": 76, - "building_type": "1989", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-17-zrzaveho/6979fbb9055273e9a50b95bb/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6921b8171dc74755460e08e6", - "name": "Prodej bytu 4+kk 76 m²", - "price": 8598000, - "price_formatted": "8 598 000 Kč", - "locality": "Bělčická, Praha 4 - Záběhlice", - "lat": 50.046977458141995, - "lon": 14.490076431213465, + "hash_id": "6941cf632ff10124be08ce19", + "name": "Prodej bytu 4+kk 94 m²", + "price": 13249900, + "price_formatted": "13 249 900 Kč", + "locality": "V dolině, Praha 10 - Michle", + "lat": 50.0579944444, + "lon": 14.4682905556, "disposition": "4+kk", - "floor": 9, - "area": 76, - "building_type": "Cihlová", - "ownership": "družstevní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-4-belcicka/6921b8171dc74755460e08e6/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "697772e4e78b8c6d3700be16", - "name": "Prodej bytu 3+1 74 m²", - "price": 9090000, - "price_formatted": "9 090 000 Kč", - "locality": "Na hroudě, Praha 10 - Strašnice, okres Praha", - "lat": 50.070694, - "lon": 14.4870958, - "disposition": "3+1", - "floor": 5, - "area": 74, + "floor": 14, + "area": 94, "building_type": "Cihlová", "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-10-na-hroude/697772e4e78b8c6d3700be16/", + "url": "https://reality.idnes.cz/detail/prodej/byt/praha-10-v-doline/6941cf632ff10124be08ce19/", "source": "idnes", - "image": "" + "image": "", + "scraped_at": "2026-02-25" }, { - "hash_id": "697344279e001f3a8e00f963", - "name": "Prodej bytu 3+1 78 m²", - "price": 7980000, - "price_formatted": "7 980 000 Kč", - "locality": "Bryksova, Praha 9 - Černý Most", - "lat": 50.1039232444, - "lon": 14.5852090381, - "disposition": "3+1", - "floor": 10, - "area": 78, - "building_type": "1990", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-14-bryksova/697344279e001f3a8e00f963/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6970d7a01a66a3d23b01c93c", - "name": "Prodej bytu 3+kk 87 m²", - "price": 7900000, - "price_formatted": "7 900 000 Kč", - "locality": "Bryksova, Praha 9 - Černý Most", - "lat": 50.106037053674, - "lon": 14.58124539512, - "disposition": "3+kk", - "floor": 6, - "area": 87, - "building_type": "neuvedeno", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-14-bryksova/6970d7a01a66a3d23b01c93c/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6970a3654fa485790006edef", - "name": "Prodej bytu 3+kk 109 m²", - "price": 11900000, - "price_formatted": "11 900 000 Kč", - "locality": "Pýchavková, Praha 10 - Pitkovice", - "lat": 50.016738, - "lon": 14.582249, - "disposition": "3+kk", - "floor": 4, - "area": 109, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-22-pychavkova/6970a3654fa485790006edef/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "69495591f1fb3568e60972df", + "hash_id": "690c2cba1c264f9f43027912", "name": "Prodej bytu 3+kk 74 m²", - "price": 11900000, - "price_formatted": "11 900 000 Kč", - "locality": "Svitákova, Praha 5 - Stodůlky", - "lat": 50.0475907, - "lon": 14.30249, + "price": 10631123, + "price_formatted": "10 631 123 Kč", + "locality": "Voskovcova, Praha 5 - Hlubočepy", + "lat": 50.0290438889, + "lon": 14.3641566667, "disposition": "3+kk", "floor": 6, "area": 74, "building_type": "Cihlová", "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-13-svitakova/69495591f1fb3568e60972df/", + "url": "https://reality.idnes.cz/detail/prodej/byt/praha-5-voskovcova/690c2cba1c264f9f43027912/", "source": "idnes", - "image": "" + "image": "", + "scraped_at": "2026-02-25" }, { - "hash_id": "696ca8d139b07cf49203e5e4", - "name": "Prodej bytu 3+kk 78 m²", - "price": 3990000, - "price_formatted": "3 990 000 Kč", - "locality": "náměstí Olgy Scheinpflugové, Praha 5 - Hlubočepy", - "lat": 50.029734, - "lon": 14.361686, - "disposition": "3+kk", - "floor": 6, - "area": 78, - "building_type": "Cihlová", - "ownership": "družstevní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-5-namesti-olgy-scheinpflugove/696ca8d139b07cf49203e5e4/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "696bc167bdbf107f20027335", - "name": "Prodej bytu 3+1 83 m²", - "price": 8590000, - "price_formatted": "8 590 000 Kč", - "locality": "Přecechtělova, Praha 5 - Stodůlky", - "lat": 50.0368082201, - "lon": 14.3426995583, - "disposition": "3+1", - "floor": 8, - "area": 83, - "building_type": "1990", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-13-precechtelova/696bc167bdbf107f20027335/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "696b7bf034638bdf1109946a", - "name": "Prodej bytu 4+kk 76 m²", - "price": 9390000, - "price_formatted": "9 390 000 Kč", - "locality": "Valentova, Praha 4 - Chodov", - "lat": 50.032195175479686, - "lon": 14.506163873859355, - "disposition": "4+kk", - "floor": 10, - "area": 76, - "building_type": "neuvedeno", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-11-valentova/696b7bf034638bdf1109946a/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6968f6b3cbe1207dd40df97d", - "name": "Prodej bytu 4+kk 81 m²", - "price": 9450000, - "price_formatted": "9 450 000 Kč", - "locality": "Vokrojova, Praha 4 - Modřany", - "lat": 50.00109625392, - "lon": 14.428675866101, - "disposition": "4+kk", - "floor": 12, - "area": 81, - "building_type": "neuvedeno", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-12-vokrojova/6968f6b3cbe1207dd40df97d/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "692047aebdabaa905403bd5b", - "name": "Prodej bytu 3+1 80 m²", - "price": 8900000, - "price_formatted": "8 900 000 Kč", - "locality": "Svojšovická, Praha 4 - Záběhlice", - "lat": 50.0457402479, - "lon": 14.4894557774, - "disposition": "3+1", - "floor": 9, - "area": 80, - "building_type": "1970", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-4-svojsovicka/692047aebdabaa905403bd5b/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "696139e1869e4088600bff90", - "name": "Prodej bytu 3+kk 72 m²", - "price": 3690000, - "price_formatted": "3 690 000 Kč", - "locality": "Hugo Haase, Praha 5 - Hlubočepy", - "lat": 50.028495, - "lon": 14.36266, - "disposition": "3+kk", - "floor": 6, - "area": 72, - "building_type": "Cihlová", - "ownership": "družstevní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-5-hugo-haase/696139e1869e4088600bff90/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "695faeeb7f8b8f90da05e3fa", - "name": "Prodej bytu 3+kk 84 m²", - "price": 9980000, - "price_formatted": "9 980 000 Kč", - "locality": "Sezimova, Praha 4 - Nusle", - "lat": 50.0632836111, - "lon": 14.44034, - "disposition": "3+kk", - "floor": 5, - "area": 84, - "building_type": "Cihlová", - "ownership": "družstevní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-4-sezimova/695faeeb7f8b8f90da05e3fa/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "695fab23d4635f4c99017de7", - "name": "Prodej bytu 3+kk 73 m²", - "price": 12036000, - "price_formatted": "12 036 000 Kč", - "locality": "Praha 5", - "lat": 50.08455185632672, - "lon": 14.417781214403561, - "disposition": "3+kk", - "floor": 2, - "area": 73, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha/695fab23d4635f4c99017de7/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "695fa83bada3a21aca01ffd7", - "name": "Prodej bytu 4+kk 91 m²", - "price": 11900000, - "price_formatted": "11 900 000 Kč", - "locality": "Jana Růžičky, Praha 4 - Kunratice", - "lat": 50.020439441644754, - "lon": 14.489450706156203, - "disposition": "4+kk", - "floor": 4, - "area": 91, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-4-jana-ruzicky/695fa83bada3a21aca01ffd7/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "695f81c8e6ad5085e30b6085", - "name": "Prodej bytu 4+1 82 m²", - "price": 9590000, - "price_formatted": "9 590 000 Kč", - "locality": "Otradovická, Praha 4 - Kamýk, okres Praha", - "lat": 50.0177383, - "lon": 14.4461784, - "disposition": "4+1", - "floor": 13, - "area": 82, - "building_type": "1980", - "ownership": "družstevní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-12-otradovicka/695f81c8e6ad5085e30b6085/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "693ac18c116654ef7809bd57", - "name": "Prodej bytu 3+kk 72 m²", - "price": 12433542, - "price_formatted": "12 433 542 Kč", - "locality": "Leopoldova, Praha 4 - Chodov", - "lat": 50.03864481633858, - "lon": 14.510968238282734, - "disposition": "3+kk", - "floor": null, - "area": 72, - "building_type": "neuvedeno", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-11-leopoldova/693ac18c116654ef7809bd57/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "669b6ced5372aa958c0fee76", - "name": "Prodej bytu 3+kk 83 m²", - "price": 11533419, - "price_formatted": "11 533 419 Kč", - "locality": "Karlická, Praha 5 - Radotín", - "lat": 49.976356, - "lon": 14.349735, - "disposition": "3+kk", - "floor": 5, - "area": 83, - "building_type": "2024", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-16-karlicka/669b6ced5372aa958c0fee76/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "669b6fceb4feb255ca0cb795", - "name": "Prodej bytu 4+kk 78 m²", - "price": 11010439, - "price_formatted": "11 010 439 Kč", - "locality": "Karlická, Praha 5 - Radotín", - "lat": 49.976356, - "lon": 14.349735, - "disposition": "4+kk", - "floor": 5, - "area": 78, - "building_type": "2024", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-16-karlicka/669b6fceb4feb255ca0cb795/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "669b7279c6518fecac08d03a", - "name": "Prodej bytu 4+kk 78 m²", - "price": 11317180, - "price_formatted": "11 317 180 Kč", - "locality": "Karlická, Praha 5 - Radotín", - "lat": 49.976356, - "lon": 14.349735, - "disposition": "4+kk", - "floor": 5, - "area": 78, - "building_type": "2024", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-16-karlicka/669b7279c6518fecac08d03a/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68559611320b702dc20d2a8d", - "name": "Prodej bytu 3+kk 95 m²", - "price": 12490000, - "price_formatted": "12 490 000 Kč", - "locality": "Za Hládkovem, Praha 6 - Střešovice", - "lat": 50.089687596, - "lon": 14.384326191, - "disposition": "3+kk", - "floor": 7, - "area": 95, - "building_type": "1960", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-6-za-hladkovem/68559611320b702dc20d2a8d/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "69565e9e93db34a5e30793f4", - "name": "Prodej bytu 3+1 86 m²", - "price": 4500000, - "price_formatted": "4 500 000 Kč", - "locality": "Hynka Puce, Praha 5 - Stodůlky", - "lat": 50.049168412058556, - "lon": 14.302095927878957, - "disposition": "3+1", - "floor": 8, - "area": 86, - "building_type": "Cihlová", - "ownership": "družstevní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-13-hynka-puce/69565e9e93db34a5e30793f4/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "695652edc501c3909c019597", + "hash_id": "68404b3d8178bbed020f1742", "name": "Prodej bytu 3+kk 71 m²", - "price": 4925000, - "price_formatted": "4 925 000 Kč", - "locality": "Bartůňkova, Praha 4 - Chodov", - "lat": 50.02997144426337, - "lon": 14.506356848095125, - "disposition": "3+kk", - "floor": 12, - "area": 71, - "building_type": "Smíšená", - "ownership": "družstevní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-11-bartunkova/695652edc501c3909c019597/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "651be69d175690bd1901c195", - "name": "Prodej bytu 3+kk 76 m²", - "price": 12097120, - "price_formatted": "12 097 120 Kč", - "locality": "Benkova, Praha 4 - Chodov", - "lat": 50.035475767892635, - "lon": 14.50163796707698, - "disposition": "3+kk", - "floor": 4, - "area": 76, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-11-benkova/651be69d175690bd1901c195/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "692f1b16621bc3b9f90b5cc2", - "name": "Prodej bytu 3+1 78 m²", - "price": 10499000, - "price_formatted": "10 499 000 Kč", - "locality": "Milíčova, Praha 3 - Žižkov", - "lat": 50.085602468640246, - "lon": 14.451563307208103, - "disposition": "3+1", - "floor": 6, - "area": 78, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-3-milicova/692f1b16621bc3b9f90b5cc2/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6908a6c8da71fb0f61052328", - "name": "Prodej bytu 3+1 71 m²", - "price": 8800000, - "price_formatted": "8 800 000 Kč", - "locality": "Počernická, Praha 10 - Malešice", - "lat": 50.081131147925056, - "lon": 14.497449979318361, - "disposition": "3+1", - "floor": null, - "area": 71, - "building_type": "neuvedeno", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-10-pocernicka/6908a6c8da71fb0f61052328/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6870f3529399cf31d9043ab7", - "name": "Prodej bytu 3+kk 78 m²", - "price": 12200000, - "price_formatted": "12 200 000 Kč", - "locality": "Holýšovská, Praha 5 - Stodůlky", - "lat": 50.04111785788772, - "lon": 14.319890315742331, - "disposition": "3+kk", - "floor": 9, - "area": 78, - "building_type": "2017", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-13-holysovska/6870f3529399cf31d9043ab7/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6921cf88f5f6e6ef790325d7", - "name": "Prodej bytu 5+kk 157 m²", - "price": 10499000, - "price_formatted": "10 499 000 Kč", - "locality": "Starolázeňská, Praha 5 - Velká Chuchle", - "lat": 50.015717, - "lon": 14.391931, - "disposition": "5+kk", - "floor": 2, - "area": 157, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-16-starolazenska/6921cf88f5f6e6ef790325d7/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "69204c9f3e0b248b4c023a05", - "name": "Prodej bytu 3+kk 69 m²", - "price": 9392000, - "price_formatted": "9 392 000 Kč", - "locality": "Milotická, Praha 5 - Zličín", - "lat": 50.058935236754905, - "lon": 14.282081094805354, - "disposition": "3+kk", - "floor": 7, - "area": 69, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-17-miloticka/69204c9f3e0b248b4c023a05/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "66dc09c8db98cbd1f1054a2e", - "name": "Prodej bytu 4+1 109 m²", "price": 10990000, "price_formatted": "10 990 000 Kč", - "locality": "Povltavská, Praha 7 - Troja", - "lat": 50.1147953685, - "lon": 14.4474364583, - "disposition": "4+1", - "floor": 6, - "area": 109, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-povltavska/66dc09c8db98cbd1f1054a2e/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "6985aa27277b68fbec0effdc", - "name": "Prodej bytu 3+kk 71 m²", - "price": 9990000, - "price_formatted": "9 990 000 Kč", - "locality": "U invalidovny, Praha 8 - Karlín", - "lat": 50.0931947306, - "lon": 14.4608039936, + "locality": "Praha 10 - Uhříněves", + "lat": 50.026899, + "lon": 14.613713, "disposition": "3+kk", - "floor": 7, - "area": 71, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-8-u-invalidovny/6985aa27277b68fbec0effdc/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "690f00381802b4e0f003c27b", - "name": "Prodej bytu 4+1 78 m²", - "price": 13499000, - "price_formatted": "13 499 000 Kč", - "locality": "Stárkova, Praha 1 - Nové Město", - "lat": 50.092286540904, - "lon": 14.436032243983, - "disposition": "4+1", "floor": 5, - "area": 78, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-1-starkova/690f00381802b4e0f003c27b/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "69093b172183ab6fdb0de4a4", - "name": "Prodej bytu 3+kk 97 m²", - "price": 12990000, - "price_formatted": "12 990 000 Kč", - "locality": "Gorazdova, Praha 2 - Nové Město", - "lat": 50.07549, - "lon": 14.414669, - "disposition": "3+kk", - "floor": 6, - "area": 97, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-2-gorazdova/69093b172183ab6fdb0de4a4/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "689c9c32714fafc3940ecc16", - "name": "Prodej bytu 3+kk 92 m²", - "price": 13380000, - "price_formatted": "13 380 000 Kč", - "locality": "5. máje, Praha 5 - Stodůlky", - "lat": 50.06292523, - "lon": 14.3274528, - "disposition": "3+kk", - "floor": 3, - "area": 92, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-13-5-maje/689c9c32714fafc3940ecc16/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "698460e375cbfca0600760ed", - "name": "Prodej bytu 3+kk 82 m²", - "price": 9590000, - "price_formatted": "9 590 000 Kč", - "locality": "Pelzova, Praha 5 - Zbraslav", - "lat": 49.9684191, - "lon": 14.3859329, - "disposition": "3+kk", - "floor": 4, - "area": 82, - "building_type": "2010", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-16-pelzova/698460e375cbfca0600760ed/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "651be6603c0ee48cbc0046a8", - "name": "Prodej bytu 3+kk 72 m²", - "price": 12480160, - "price_formatted": "12 480 160 Kč", - "locality": "Benkova, Praha 4 - Chodov", - "lat": 50.035324091439335, - "lon": 14.501267032943243, - "disposition": "3+kk", - "floor": 4, - "area": 72, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-11-benkova/651be6603c0ee48cbc0046a8/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68efb61df2b683126c067e14", - "name": "Prodej bytu 3+kk 71 m²", - "price": 11995000, - "price_formatted": "11 995 000 Kč", - "locality": "Kutnohorská, Praha 10 - Dolní Měcholupy", - "lat": 50.0577323912, - "lon": 14.5615347027, - "disposition": "3+kk", - "floor": 3, - "area": 71, - "building_type": "Cihlová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-15-kutnohorska/68efb61df2b683126c067e14/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68ece22fab2b26f9670da6ec", - "name": "Prodej bytu 3+kk 72 m²", - "price": 11597281, - "price_formatted": "11 597 281 Kč", - "locality": "Marie Podvalové, Praha 9 - Čakovice", - "lat": 50.1576507651, - "lon": 14.5190109816, - "disposition": "3+kk", - "floor": 4, - "area": 72, - "building_type": "Skeletová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-18-marie-podvalove/68ece22fab2b26f9670da6ec/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68ecdfd2f8c92eb6cd011da1", - "name": "Prodej bytu 3+kk 71 m²", - "price": 12318349, - "price_formatted": "12 318 349 Kč", - "locality": "Praha", - "lat": 50.0845518563, - "lon": 14.4177812144, - "disposition": "3+kk", - "floor": 4, "area": 71, "building_type": "Skeletová", "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha/68ecdfd2f8c92eb6cd011da1/", + "url": "https://reality.idnes.cz/detail/prodej/byt/praha-22/68404b3d8178bbed020f1742/", "source": "idnes", - "image": "" + "image": "", + "scraped_at": "2026-02-25" }, { - "hash_id": "68ecc262ab429d6a390ad291", - "name": "Prodej bytu 4+kk 77 m²", - "price": 12618295, - "price_formatted": "12 618 295 Kč", - "locality": "Praha", - "lat": 50.0845518563, - "lon": 14.4177812144, + "hash_id": "6932bf9dc9442dc194054416", + "name": "Prodej bytu 3+kk 71 m²", + "price": 8100000, + "price_formatted": "8 100 000 Kč", + "locality": "Štětínská, Praha 8 - Bohnice, okres Praha", + "lat": 50.1297302, + "lon": 14.4286652, + "disposition": "3+kk", + "floor": 5, + "area": 71, + "building_type": "1974", + "ownership": "osobní", + "url": "https://reality.idnes.cz/detail/prodej/byt/praha-8-stetinska/6932bf9dc9442dc194054416/", + "source": "idnes", + "image": "", + "scraped_at": "2026-02-25" + }, + { + "hash_id": "68f0b7b4263df471cb050df9", + "name": "Prodej bytu 4+kk 75 m²", + "price": 10363000, + "price_formatted": "10 363 000 Kč", + "locality": "Karla Guta, Praha 10 - Uhříněves", + "lat": 50.030382258, + "lon": 14.5931238354, "disposition": "4+kk", - "floor": 3, - "area": 77, - "building_type": "Skeletová", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha/68ecc262ab429d6a390ad291/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68c9c14c93e4f12a1909c176", - "name": "Prodej bytu 3+kk 69 m²", - "price": 10972300, - "price_formatted": "10 972 300 Kč", - "locality": "Jáchymovská, Praha 5 - Řeporyje", - "lat": 50.03794728380201, - "lon": 14.316455167780205, - "disposition": "3+kk", - "floor": 5, - "area": 69, - "building_type": "Smíšená", - "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-13-jachymovska/68c9c14c93e4f12a1909c176/", - "source": "idnes", - "image": "" - }, - { - "hash_id": "68b160137ee1988e950debcb", - "name": "Prodej bytu 3+kk 72 m²", - "price": 12399000, - "price_formatted": "12 399 000 Kč", - "locality": "Žerotínova, Praha 3 - Žižkov", - "lat": 50.08778468404467, - "lon": 14.46197461034897, - "disposition": "3+kk", - "floor": 6, - "area": 72, + "floor": 4, + "area": 75, "building_type": "Cihlová", "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-3-zerotinova/68b160137ee1988e950debcb/", + "url": "https://reality.idnes.cz/detail/prodej/byt/praha-22-karla-guta/68f0b7b4263df471cb050df9/", "source": "idnes", - "image": "" + "image": "", + "scraped_at": "2026-02-25" }, { - "hash_id": "66ed2170fbdcc3fabf018516", - "name": "Prodej bytu 3+kk 77 m²", - "price": 11931416, - "price_formatted": "11 931 416 Kč", - "locality": "Na Petynce, Praha 6 - Střešovice", - "lat": 50.0889264345478, - "lon": 14.3755985417262, + "hash_id": "695cdf5113e97880200d9e62", + "name": "Prodej bytu 3+kk 82 m²", + "price": 11133000, + "price_formatted": "11 133 000 Kč", + "locality": "K Vinoři, Praha 9 - Kbely", + "lat": 50.132835725, + "lon": 14.5613326001, "disposition": "3+kk", - "floor": 9, - "area": 77, - "building_type": "Smíšená", + "floor": 3, + "area": 82, + "building_type": "2026", "ownership": "osobní", - "url": "https://reality.idnes.cz/detail/prodej/byt/praha-6-na-petynce/66ed2170fbdcc3fabf018516/", + "url": "https://reality.idnes.cz/detail/prodej/byt/praha-19-k-vinori/695cdf5113e97880200d9e62/", "source": "idnes", - "image": "" + "image": "", + "scraped_at": "2026-02-25" + }, + { + "hash_id": "69930de7098209b20e066a6c", + "name": "Prodej bytu 3+kk 91 m²", + "price": 11000000, + "price_formatted": "11 000 000 Kč", + "locality": "Formanská, Praha 4 - Újezd u Průhonic, okres Praha", + "lat": 50.0114383, + "lon": 14.5469, + "disposition": "3+kk", + "floor": 3, + "area": 91, + "building_type": "2017", + "ownership": "osobní", + "url": "https://reality.idnes.cz/detail/prodej/byt/praha-11-formanska/69930de7098209b20e066a6c/", + "source": "idnes", + "image": "", + "scraped_at": "2026-02-25" } ] \ No newline at end of file diff --git a/byty_psn.json b/byty_psn.json index fe51488..943268d 100644 --- a/byty_psn.json +++ b/byty_psn.json @@ -1 +1,20 @@ -[] +[ + { + "hash_id": "8941", + "name": "Prodej bytu 3+kk, 102 m² — JITRO", + "price": 13994000, + "price_formatted": "13 994 000 Kč", + "locality": "Litevská 1174/8, Praha 10", + "lat": 50.0729, + "lon": 14.4767, + "disposition": "3+kk", + "floor": 2, + "area": 102.7, + "building_type": "neuvedeno", + "ownership": "osobní", + "url": "https://psn.cz/prodej/ubytovaci-jednotka-3-kk-litevska-praha-10-vrsovice-lit4219", + "source": "psn", + "image": "", + "scraped_at": "2026-02-25" + } +] \ No newline at end of file diff --git a/byty_realingo.json b/byty_realingo.json index 1f80b2f..b72d73c 100644 --- a/byty_realingo.json +++ b/byty_realingo.json @@ -1,4327 +1,153 @@ [ { - "hash_id": 24507469, - "name": "Prodej bytu 3+kk 73 m²", - "price": 12790000, - "price_formatted": "12 790 000 Kč", - "locality": "Vrázova 2243, Praha", - "lat": 50.071092222222, - "lon": 14.407692777778, + "hash_id": 24515963, + "name": "Prodej bytu 3+kk 83 m²", + "price": 11390000, + "price_formatted": "11 390 000 Kč", + "locality": "Kytlická, Praha", + "lat": 50.1251431182, + "lon": 14.5077027612, "disposition": "3+kk", - "floor": 3, - "area": 73, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-vrazova-2243-praha/24507469", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24507432, - "name": "Prodej bytu 4+1 82 m²", - "price": 9690000, - "price_formatted": "9 690 000 Kč", - "locality": "Modřany, Praha", - "lat": 50.004532638296, - "lon": 14.414706890396, - "disposition": "4+1", - "floor": 3, - "area": 82, - "building_type": "neuvedeno", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-4+1-modrany-praha/24507432", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24507026, - "name": "Prodej bytu Atypický None m²", - "price": 11500000, - "price_formatted": "11 500 000 Kč", - "locality": "Praha, 158 00", - "lat": 50.054659, - "lon": 14.358273, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-158-00/24507026", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24506859, - "name": "Prodej bytu Atypický None m²", - "price": 6550000, - "price_formatted": "6 550 000 Kč", - "locality": "Praha, 142 00", - "lat": 50.005532, - "lon": 14.457836, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-142-00/24506859", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24506841, - "name": "Prodej bytu Atypický None m²", - "price": 4500000, - "price_formatted": "4 500 000 Kč", - "locality": "Praha, 180 00", - "lat": 50.1088, - "lon": 14.467449, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-180-00/24506841", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24506842, - "name": "Prodej bytu Atypický None m²", - "price": 7000000, - "price_formatted": "7 000 000 Kč", - "locality": "Praha, 150 00", - "lat": 50.071133, - "lon": 14.370975, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-150-00/24506842", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24506764, - "name": "Prodej bytu 4+kk 87 m²", - "price": 11990000, - "price_formatted": "11 990 000 Kč", - "locality": "Bochovská 567, Praha", - "lat": 50.052633888889, - "lon": 14.366935, - "disposition": "4+kk", - "floor": 5, - "area": 87, - "building_type": "neuvedeno", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-4+kk-jinonice-praha/24506764", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24506460, - "name": "Prodej bytu Atypický None m²", - "price": 6850000, - "price_formatted": "6 850 000 Kč", - "locality": "Praha, 150 00", - "lat": 50.071133, - "lon": 14.370975, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+kk-pechlatova-praha/24506460", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24506394, - "name": "Prodej bytu 3+1 100 m²", - "price": 12900000, - "price_formatted": "12 900 000 Kč", - "locality": "Dětská , Praha", - "lat": 50.074106944444, - "lon": 14.495863888889, - "disposition": "3+1", - "floor": null, - "area": 100, - "building_type": "neuvedeno", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+1-detska-praha/24506394", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24506342, - "name": "Prodej bytu 3+kk 71 m²", - "price": 10990000, - "price_formatted": "10 990 000 Kč", - "locality": "Vřesovická 430, Praha", - "lat": 50.059887777778, - "lon": 14.285717222222, - "disposition": "3+kk", - "floor": 3, - "area": 71, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-vresovicka-430-praha/24506342", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24506319, - "name": "Prodej bytu 3+kk 93 m²", - "price": 12390000, - "price_formatted": "12 390 000 Kč", - "locality": "Kříženeckého náměstí , Praha", - "lat": 50.03137852, - "lon": 14.39175816, - "disposition": "3+kk", - "floor": 2, - "area": 93, - "building_type": "neuvedeno", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-krizeneckeho-namesti-praha/24506319", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24506082, - "name": "Prodej bytu Atypický None m²", - "price": 7500000, - "price_formatted": "7 500 000 Kč", - "locality": "Praha, 158 00", - "lat": 50.054659, - "lon": 14.358273, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-158-00/24506082", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24506080, - "name": "Prodej bytu Atypický None m²", - "price": 6900000, - "price_formatted": "6 900 000 Kč", - "locality": "Praha, 158 00", - "lat": 50.054659, - "lon": 14.358273, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-158-00/24506080", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24506065, - "name": "Prodej bytu Atypický None m²", - "price": 8250000, - "price_formatted": "8 250 000 Kč", - "locality": "Praha, 198 00", - "lat": 50.100762, - "lon": 14.547443, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-198-00/24506065", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24506019, - "name": "Prodej bytu Atypický None m²", - "price": 7000000, - "price_formatted": "7 000 000 Kč", - "locality": "Praha, 149 00", - "lat": 50.020976, - "lon": 14.520149, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-149-00/24506019", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24505952, - "name": "Prodej bytu Atypický None m²", - "price": 12590000, - "price_formatted": "12 590 000 Kč", - "locality": "Praha, 110 00", - "lat": 50.087334, - "lon": 14.421111, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+kk-hastalska-praha/24505952", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24505513, - "name": "Prodej bytu 3+kk 74 m²", - "price": 8480000, - "price_formatted": "8 480 000 Kč", - "locality": "Krosenská, Praha", - "lat": 50.12821546, - "lon": 14.42489065, - "disposition": "3+kk", - "floor": 7, - "area": 74, - "building_type": "neuvedeno", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-krosenska-praha/24505513", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24505025, - "name": "Prodej bytu Atypický None m²", - "price": 7988000, - "price_formatted": "7 988 000 Kč", - "locality": "Praha, 141 00", - "lat": 50.045786, - "lon": 14.470711, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-141-00/24505025", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24504901, - "name": "Prodej bytu Atypický None m²", - "price": 7350000, - "price_formatted": "7 350 000 Kč", - "locality": "Praha, 101 00", - "lat": 50.062098, - "lon": 14.464788, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-101-00/24504901", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24504701, - "name": "Prodej bytu 3+kk 87 m²", - "price": 10690000, - "price_formatted": "10 690 000 Kč", - "locality": "Vacínova, Praha", - "lat": 50.103375, - "lon": 14.478011666667, - "disposition": "3+kk", - "floor": 3, - "area": 87, - "building_type": "OTHER", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-vacinova-praha/24504701", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24504658, - "name": "Prodej bytu 3+1 100 m²", - "price": 12499000, - "price_formatted": "12 499 000 Kč", - "locality": "Dětská, Praha", - "lat": 50.0730935, - "lon": 14.4942213, - "disposition": "3+1", - "floor": null, - "area": 100, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+1-detska-praha/24504658", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24504502, - "name": "Prodej bytu 3+kk 476 m²", - "price": 12800000, - "price_formatted": "12 800 000 Kč", - "locality": "K Radotínu, Praha", - "lat": 49.971103611111, - "lon": 14.373638333333, - "disposition": "3+kk", - "floor": 2, - "area": 476, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-k-radotinu-praha/24504502", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24504496, - "name": "Prodej bytu 3+kk 74 m²", - "price": 13250000, - "price_formatted": "13 250 000 Kč", - "locality": "U libeňského pivovaru, Praha", - "lat": 50.108680416667, - "lon": 14.475242638888, - "disposition": "3+kk", - "floor": 9, - "area": 74, + "floor": 4, + "area": 83, "building_type": "WIREFRAME", "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-u-libenskeho-pivovaru-praha/24504496", + "url": "https://www.realingo.cz/prodej/byt-3+kk-kytlicka-praha/24515963", "source": "realingo", - "image": "" + "image": "", + "scraped_at": "2026-02-25" }, { - "hash_id": 24504456, - "name": "Prodej bytu 3+kk 101 m²", - "price": 9900000, - "price_formatted": "9 900 000 Kč", - "locality": "Elišky Přemyslovny, Praha", - "lat": 49.971798333333, - "lon": 14.390407222222, - "disposition": "3+kk", - "floor": 2, - "area": 101, - "building_type": "OTHER", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-elisky-premyslovny-praha/24504456", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24504291, - "name": "Prodej bytu Atypický None m²", - "price": 7495000, - "price_formatted": "7 495 000 Kč", - "locality": "Praha, 198 00", - "lat": 50.100762, - "lon": 14.547443, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-3+1-vasatkova-praha/24504291", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24504258, - "name": "Prodej bytu Atypický None m²", - "price": 2500000, - "price_formatted": "2 500 000 Kč", - "locality": "Praha, 102 00", - "lat": 50.05769, - "lon": 14.5362, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-102-00/24504258", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24504230, - "name": "Prodej bytu Atypický None m²", - "price": 7790000, - "price_formatted": "7 790 000 Kč", - "locality": "Praha, 198 00", - "lat": 50.100762, - "lon": 14.547443, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-198-00/24504230", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24504213, - "name": "Prodej bytu Atypický None m²", - "price": 9980000, - "price_formatted": "9 980 000 Kč", - "locality": "Praha, 150 00", - "lat": 50.071133, - "lon": 14.370975, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-150-00/24504213", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24504188, - "name": "Prodej bytu Atypický None m²", - "price": 9250000, - "price_formatted": "9 250 000 Kč", - "locality": "Praha, 161 00", - "lat": 50.092724, - "lon": 14.27948, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-161-00/24504188", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24503770, - "name": "Prodej bytu Atypický None m²", - "price": 9390000, - "price_formatted": "9 390 000 Kč", - "locality": "Praha, 142 00", - "lat": 50.005532, - "lon": 14.457836, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-4+1-krc-praha/24503770", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24503584, - "name": "Prodej bytu 3+1 79 m²", - "price": 8945000, - "price_formatted": "8 945 000 Kč", - "locality": "Klapálkova, Praha", - "lat": 50.043840555556, - "lon": 14.496595, - "disposition": "3+1", - "floor": 3, - "area": 79, - "building_type": "neuvedeno", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+1-chodov-praha/24503584", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24503426, - "name": "Prodej bytu Atypický None m²", - "price": 6650000, - "price_formatted": "6 650 000 Kč", - "locality": "Praha, 130 00", - "lat": 50.087602, - "lon": 14.470882, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-1+kk-jicinska-praha/24503426", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24503423, - "name": "Prodej bytu Atypický None m²", - "price": 8590000, - "price_formatted": "8 590 000 Kč", - "locality": "Praha, 130 00", - "lat": 50.087602, - "lon": 14.470882, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+kk-zizkov-praha/24503423", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24503193, - "name": "Prodej bytu Atypický None m²", - "price": 8450000, - "price_formatted": "8 450 000 Kč", - "locality": "Praha, 143 00", - "lat": 49.995933, - "lon": 14.426594, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-143-00/24503193", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24502963, - "name": "Prodej bytu Atypický None m²", - "price": 9590000, - "price_formatted": "9 590 000 Kč", - "locality": "Praha, 155 21", - "lat": 50.061933, - "lon": 14.278193, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+kk-sazovicka-praha/24502963", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24502916, - "name": "Prodej bytu Atypický None m²", - "price": 3500000, - "price_formatted": "3 500 000 Kč", - "locality": "Praha, 100 00", - "lat": 50.074273, - "lon": 14.493284, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-100-00/24502916", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24502666, - "name": "Prodej bytu Atypický None m²", - "price": 6750000, - "price_formatted": "6 750 000 Kč", - "locality": "Praha, 190 00", - "lat": 50.106598, - "lon": 14.506245, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-1+kk-makedonska-praha/24502666", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24502662, - "name": "Prodej bytu Atypický None m²", - "price": 8520000, - "price_formatted": "8 520 000 Kč", - "locality": "Praha, 108 00", - "lat": 50.081599, - "lon": 14.518776, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-3+1-utulna-praha/24502662", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24502628, - "name": "Prodej bytu 3+1 84 m²", - "price": 12890000, - "price_formatted": "12 890 000 Kč", - "locality": "Valtínovská 1679, Praha", - "lat": 50.041058888889, - "lon": 14.457363055556, - "disposition": "3+1", - "floor": 2, - "area": 84, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+1-valtinovska-praha/24502628", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24502525, - "name": "Prodej bytu Atypický None m²", - "price": 8505000, - "price_formatted": "8 505 000 Kč", - "locality": "Praha, 149 00", - "lat": 50.020976, - "lon": 14.520149, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-149-00/24502525", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24502442, - "name": "Prodej bytu Atypický None m²", - "price": 9590000, - "price_formatted": "9 590 000 Kč", - "locality": "Praha, 100 00", - "lat": 50.074273, - "lon": 14.493284, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-100-00/24502442", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24502129, - "name": "Prodej bytu 3+kk 83 m²", - "price": 11650000, - "price_formatted": "11 650 000 Kč", - "locality": "K Radotínu, Praha", - "lat": 49.971080555556, - "lon": 14.374906388889, - "disposition": "3+kk", - "floor": 3, - "area": 83, - "building_type": "OTHER", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-k-radotinu-praha/24502129", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24502114, - "name": "Prodej bytu 3+kk 85 m²", - "price": 12950000, - "price_formatted": "12 950 000 Kč", - "locality": "Jateční, Praha", - "lat": 50.100843611111, - "lon": 14.448586666667, - "disposition": "3+kk", - "floor": 5, - "area": 85, - "building_type": "OTHER", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-jatecni-praha/24502114", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24501802, - "name": "Prodej bytu Atypický None m²", - "price": 4550000, - "price_formatted": "4 550 000 Kč", - "locality": "Praha, 100 00", - "lat": 50.074273, - "lon": 14.493284, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-100-00/24501802", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24501750, - "name": "Prodej bytu Atypický None m²", - "price": 7100000, - "price_formatted": "7 100 000 Kč", - "locality": "Praha, 100 00", - "lat": 50.074273, - "lon": 14.493284, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-100-00/24501750", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24501653, - "name": "Prodej bytu Atypický None m²", - "price": 7490000, - "price_formatted": "7 490 000 Kč", - "locality": "Praha, 100 00", - "lat": 50.074273, - "lon": 14.493284, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-100-00/24501653", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24501638, - "name": "Prodej bytu Atypický None m²", - "price": 7490000, - "price_formatted": "7 490 000 Kč", - "locality": "Praha, 160 00", - "lat": 50.112102, - "lon": 14.37767, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-160-00/24501638", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24501040, - "name": "Prodej bytu 3+1 94 m²", - "price": 10990000, - "price_formatted": "10 990 000 Kč", - "locality": "Spojařů, Praha", - "lat": 49.964234537228236, - "lon": 14.39543580364399, - "disposition": "3+1", - "floor": 3, - "area": 94, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+1-spojaru-praha/24501040", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24500980, - "name": "Prodej bytu Atypický None m²", - "price": 7990000, - "price_formatted": "7 990 000 Kč", - "locality": "Praha, 190 00", - "lat": 50.106598, - "lon": 14.506245, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-190-00/24500980", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24500933, - "name": "Prodej bytu Atypický None m²", - "price": 2000000, - "price_formatted": "2 000 000 Kč", - "locality": "Praha, 150 00", - "lat": 50.071133, - "lon": 14.370975, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-150-00/24500933", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24500852, - "name": "Prodej bytu Atypický None m²", - "price": 8596880, - "price_formatted": "8 596 880 Kč", - "locality": "Praha, 100 00", - "lat": 50.074273, - "lon": 14.493284, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-100-00/24500852", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24500851, - "name": "Prodej bytu Atypický None m²", - "price": 12890000, - "price_formatted": "12 890 000 Kč", - "locality": "Praha, 198 00", - "lat": 50.100762, - "lon": 14.547443, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-198-00/24500851", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24500805, - "name": "Prodej bytu Atypický None m²", - "price": 8990000, - "price_formatted": "8 990 000 Kč", - "locality": "Praha, 140 00", - "lat": 50.041266, - "lon": 14.442902, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-140-00/24500805", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24500249, - "name": "Prodej bytu Atypický None m²", - "price": 12999000, - "price_formatted": "12 999 000 Kč", - "locality": "Praha, 149 00", - "lat": 50.020976, - "lon": 14.520149, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-3+kk-babicka-praha/24500249", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24499970, - "name": "Prodej bytu Atypický None m²", - "price": 6366966, - "price_formatted": "6 366 966 Kč", - "locality": "Praha, 161 00", - "lat": 50.092724, - "lon": 14.27948, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-161-00/24499970", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24499862, - "name": "Prodej bytu Atypický None m²", - "price": 6800000, - "price_formatted": "6 800 000 Kč", - "locality": "Praha, 150 00", - "lat": 50.071133, - "lon": 14.370975, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-150-00/24499862", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24499565, - "name": "Prodej bytu Atypický None m²", - "price": 11650000, - "price_formatted": "11 650 000 Kč", - "locality": "Praha, 128 00", - "lat": 50.068902, - "lon": 14.422474, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-3+kk-neklanova-praha/24499565", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24499420, - "name": "Prodej bytu 3+kk 78 m²", - "price": 11990000, - "price_formatted": "11 990 000 Kč", - "locality": "Sinkulova, Praha", - "lat": 50.058435, - "lon": 14.424773, - "disposition": "3+kk", - "floor": 2, - "area": 78, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-sinkulova-praha/24499420", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24499332, - "name": "Prodej bytu 3+kk 95 m²", - "price": 9990000, - "price_formatted": "9 990 000 Kč", - "locality": "Malkovského, Praha", - "lat": 50.140867222222, - "lon": 14.507361111111, - "disposition": "3+kk", - "floor": 6, - "area": 95, - "building_type": "OTHER", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-malkovskeho-praha/24499332", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24499039, - "name": "Prodej bytu Atypický None m²", - "price": 8490000, - "price_formatted": "8 490 000 Kč", - "locality": "Praha, 152 00", - "lat": 50.037352, - "lon": 14.382048, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-152-00/24499039", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24498938, - "name": "Prodej bytu Atypický None m²", - "price": 11999990, - "price_formatted": "11 999 990 Kč", - "locality": "Praha, 130 00", - "lat": 50.087602, - "lon": 14.470882, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-130-00/24498938", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24498886, - "name": "Prodej bytu Atypický None m²", - "price": 6950000, - "price_formatted": "6 950 000 Kč", - "locality": "Praha, 149 00", - "lat": 50.020976, - "lon": 14.520149, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-149-00/24498886", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24498748, - "name": "Prodej bytu Atypický None m²", - "price": 10363000, - "price_formatted": "10 363 000 Kč", - "locality": "Praha, 197 00", - "lat": 50.132684, - "lon": 14.549675, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+kk-plzakova-praha/24498748", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24498712, - "name": "Prodej bytu Atypický None m²", - "price": 5950000, - "price_formatted": "5 950 000 Kč", - "locality": "Praha, 190 00", - "lat": 50.106598, - "lon": 14.506245, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-1+kk-podkovarska-praha/24498712", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24498531, - "name": "Prodej bytu 3+kk 70 m²", - "price": 10799000, - "price_formatted": "10 799 000 Kč", - "locality": "Perunova, Praha", - "lat": 50.075799275929896, - "lon": 14.4541253117274, - "disposition": "3+kk", - "floor": 4, - "area": 70, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-perunova-praha/24498531", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24498495, - "name": "Prodej bytu 3+kk 76 m²", - "price": 12680000, - "price_formatted": "12 680 000 Kč", - "locality": "Matoušova, Praha", - "lat": 50.07429230073613, - "lon": 14.405824100928974, - "disposition": "3+kk", - "floor": 2, - "area": 76, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-matousova-praha/24498495", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24498342, - "name": "Prodej bytu 3+kk 72 m²", - "price": 11600000, - "price_formatted": "11 600 000 Kč", - "locality": "Kolbenova, Praha", - "lat": 50.111320301195, - "lon": 14.510688639668, - "disposition": "3+kk", - "floor": 4, - "area": 72, - "building_type": "OTHER", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-kolbenova-praha/24498342", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24498288, - "name": "Prodej bytu 3+kk 78 m²", - "price": 8490000, - "price_formatted": "8 490 000 Kč", - "locality": "náměstí Protifašistických bojovníků, Praha", - "lat": 50.029438055556, - "lon": 14.6008325, - "disposition": "3+kk", - "floor": 2, - "area": 78, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-namesti-protifasistickych-bojovniku-praha/24498288", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24498286, - "name": "Prodej bytu 3+kk 102 m²", - "price": 12800000, - "price_formatted": "12 800 000 Kč", - "locality": "Šlechtitelská, Praha", - "lat": 50.099628260358, - "lon": 14.673805047061, - "disposition": "3+kk", - "floor": 2, - "area": 102, - "building_type": "OTHER", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-slechtitelska-praha/24498286", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24498262, - "name": "Prodej bytu Atypický None m²", - "price": 7495000, - "price_formatted": "7 495 000 Kč", - "locality": "Praha, 181 00", - "lat": 50.135545, - "lon": 14.422903, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-181-00/24498262", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24498182, - "name": "Prodej bytu Atypický None m²", - "price": 4999999, - "price_formatted": "4 999 999 Kč", - "locality": "Praha, 143 00", - "lat": 49.995933, - "lon": 14.426594, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-143-00/24498182", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24497930, - "name": "Prodej bytu Atypický None m²", - "price": 9525000, - "price_formatted": "9 525 000 Kč", - "locality": "Praha, 142 00", - "lat": 50.005532, - "lon": 14.457836, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+kk-sturova-praha/24497930", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24497552, - "name": "Prodej bytu Atypický None m²", - "price": 11190000, - "price_formatted": "11 190 000 Kč", - "locality": "Praha, 141 00", - "lat": 50.045786, - "lon": 14.470711, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-3+kk-psarska-praha/24497552", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24497435, - "name": "Prodej bytu 3+kk 70 m²", - "price": 12200000, - "price_formatted": "12 200 000 Kč", - "locality": "Klausova, Praha", - "lat": 50.037018809737, - "lon": 14.343272413669, - "disposition": "3+kk", - "floor": 5, - "area": 70, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-klausova-praha/24497435", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24497293, - "name": "Prodej bytu Atypický None m²", - "price": 9300000, - "price_formatted": "9 300 000 Kč", - "locality": "Praha, 181 00", - "lat": 50.135545, - "lon": 14.422903, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-181-00/24497293", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24497265, - "name": "Prodej bytu Atypický None m²", - "price": 6550000, - "price_formatted": "6 550 000 Kč", - "locality": "Praha, 142 00", - "lat": 50.005532, - "lon": 14.457836, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-142-00/24497265", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24497226, - "name": "Prodej bytu Atypický None m²", - "price": 7550000, - "price_formatted": "7 550 000 Kč", - "locality": "Praha, 190 00", - "lat": 50.106598, - "lon": 14.506245, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-190-00/24497226", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24497192, - "name": "Prodej bytu Atypický None m²", - "price": 3999999, - "price_formatted": "3 999 999 Kč", - "locality": "Praha, 152 00", - "lat": 50.037352, - "lon": 14.382048, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-152-00/24497192", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24497015, - "name": "Prodej bytu 3+1 84 m²", - "price": 11349087, - "price_formatted": "11 349 087 Kč", - "locality": "Koněvova, Praha", - "lat": 50.0895058985, - "lon": 14.4637412802, - "disposition": "3+1", - "floor": 2, - "area": 84, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+1-konevova-praha/24497015", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24497014, - "name": "Prodej bytu 3+kk 74 m²", - "price": 10316413, - "price_formatted": "10 316 413 Kč", - "locality": "Koněvova, Praha", - "lat": 50.0895058985, - "lon": 14.4637412802, - "disposition": "3+kk", - "floor": 2, - "area": 74, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-konevova-praha/24497014", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24496919, - "name": "Prodej bytu Atypický None m²", - "price": 8240000, - "price_formatted": "8 240 000 Kč", - "locality": "Praha, 160 00", - "lat": 50.112102, - "lon": 14.37767, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-1+kk-velvarska-praha/24496919", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24496627, - "name": "Prodej bytu Atypický None m²", - "price": 8740000, - "price_formatted": "8 740 000 Kč", - "locality": "Praha, 197 00", - "lat": 50.132684, - "lon": 14.549675, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+kk-sedlarova-praha/24496627", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24496568, - "name": "Prodej bytu Atypický None m²", - "price": 9950000, - "price_formatted": "9 950 000 Kč", - "locality": "Praha, 100 00", - "lat": 50.074273, - "lon": 14.493284, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-100-00/24496568", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24496477, - "name": "Prodej bytu Atypický None m²", - "price": 6200000, - "price_formatted": "6 200 000 Kč", - "locality": "Praha, 199 00", - "lat": 50.134059, - "lon": 14.516888, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-199-00/24496477", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24496376, - "name": "Prodej bytu Atypický None m²", - "price": 10000000, - "price_formatted": "10 000 000 Kč", - "locality": "Praha, 198 00", - "lat": 50.100762, - "lon": 14.547443, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-198-00/24496376", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24495907, - "name": "Prodej bytu 3+kk 71 m²", - "price": 12990000, - "price_formatted": "12 990 000 Kč", - "locality": "V korytech, Praha", - "lat": 50.057295555555, - "lon": 14.493548333334, - "disposition": "3+kk", - "floor": 4, - "area": 71, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-v-korytech-praha/24495907", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24495840, - "name": "Prodej bytu Atypický None m²", - "price": 3990000, - "price_formatted": "3 990 000 Kč", - "locality": "Praha, 130 00", - "lat": 50.087602, - "lon": 14.470882, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-130-00/24495840", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24495705, - "name": "Prodej bytu Atypický None m²", - "price": 6899000, - "price_formatted": "6 899 000 Kč", - "locality": "Praha, 149 00", - "lat": 50.020976, - "lon": 14.520149, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-149-00/24495705", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24495603, - "name": "Prodej bytu Atypický None m²", - "price": 8690000, - "price_formatted": "8 690 000 Kč", - "locality": "Praha, 170 00", - "lat": 50.105497, - "lon": 14.432602, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-170-00/24495603", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24495178, - "name": "Prodej bytu 3+1 94 m²", - "price": 12900000, - "price_formatted": "12 900 000 Kč", - "locality": "Kroftova, Praha", - "lat": 50.077504722222, - "lon": 14.402851111111, - "disposition": "3+1", - "floor": 3, - "area": 94, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+1-kroftova-praha/24495178", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24494956, - "name": "Prodej bytu Atypický None m²", - "price": 9990000, - "price_formatted": "9 990 000 Kč", - "locality": "Praha, 155 21", - "lat": 50.061933, - "lon": 14.278193, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-155-21/24494956", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24494435, - "name": "Prodej bytu Atypický None m²", - "price": 9490000, - "price_formatted": "9 490 000 Kč", - "locality": "Praha, 149 00", - "lat": 50.020976, - "lon": 14.520149, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-4+1-hekrova-praha/24494435", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24494368, - "name": "Prodej bytu Atypický None m²", - "price": 11706000, - "price_formatted": "11 706 000 Kč", - "locality": "Praha, 143 00", - "lat": 49.995933, - "lon": 14.426594, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+kk-ceskoslovenskeho-exilu-praha/24494368", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24494300, - "name": "Prodej bytu Atypický None m²", - "price": 8190000, - "price_formatted": "8 190 000 Kč", - "locality": "Praha, 149 00", - "lat": 50.020976, - "lon": 14.520149, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-3+kk-tererova-praha/24494300", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24493861, - "name": "Prodej bytu Atypický None m²", - "price": 10800000, - "price_formatted": "10 800 000 Kč", - "locality": "Praha, 150 00", - "lat": 50.071133, - "lon": 14.370975, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-150-00/24493861", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24493753, - "name": "Prodej bytu 3+1 84 m²", - "price": 13385000, - "price_formatted": "13 385 000 Kč", - "locality": "Novákových, Praha", - "lat": 50.103825972222, - "lon": 14.476944583334, - "disposition": "3+1", - "floor": 3, - "area": 84, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+1-novakovych-praha/24493753", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24492924, - "name": "Prodej bytu Atypický None m²", - "price": 9490000, - "price_formatted": "9 490 000 Kč", - "locality": "Praha, 190 00", - "lat": 50.106598, - "lon": 14.506245, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-4+1-mimonska-praha/24492924", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24492674, - "name": "Prodej bytu 3+kk 83 m²", - "price": 12950000, - "price_formatted": "12 950 000 Kč", - "locality": "Holubí, Praha", - "lat": 50.133281944444, - "lon": 14.367060833333, - "disposition": "3+kk", - "floor": null, - "area": 83, - "building_type": "OTHER", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-holubi-praha/24492674", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24492329, - "name": "Prodej bytu Atypický None m²", - "price": 8600000, - "price_formatted": "8 600 000 Kč", - "locality": "Praha, 130 00", - "lat": 50.087602, - "lon": 14.470882, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-130-00/24492329", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24492301, - "name": "Prodej bytu Atypický None m²", - "price": 8399000, - "price_formatted": "8 399 000 Kč", - "locality": "Praha, 198 00", - "lat": 50.100762, - "lon": 14.547443, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-198-00/24492301", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24492299, - "name": "Prodej bytu Atypický None m²", - "price": 9400000, - "price_formatted": "9 400 000 Kč", - "locality": "Praha, 155 00", - "lat": 50.030571, - "lon": 14.308491, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-155-00/24492299", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24492219, - "name": "Prodej bytu Atypický None m²", - "price": 3500000, - "price_formatted": "3 500 000 Kč", - "locality": "Praha, 155 00", - "lat": 50.030571, - "lon": 14.308491, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-155-00/24492219", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24492213, - "name": "Prodej bytu Atypický None m²", - "price": 6480000, - "price_formatted": "6 480 000 Kč", - "locality": "Praha, 182 00", - "lat": 50.140606, - "lon": 14.480152, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-182-00/24492213", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24492193, - "name": "Prodej bytu Atypický None m²", - "price": 5129685, - "price_formatted": "5 129 685 Kč", - "locality": "Praha, 150 00", - "lat": 50.071133, - "lon": 14.370975, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-1+kk-musilkova-praha/24492193", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24491980, - "name": "Prodej bytu 3+kk 80 m²", - "price": 12500000, - "price_formatted": "12 500 000 Kč", - "locality": "Linhartova, Praha", - "lat": 50.063120833333, - "lon": 14.36983125, - "disposition": "3+kk", - "floor": null, - "area": 80, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-linhartova-praha/24491980", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24490373, - "name": "Prodej bytu Atypický None m²", - "price": 7490000, - "price_formatted": "7 490 000 Kč", - "locality": "Praha, 140 00", - "lat": 50.041266, - "lon": 14.442902, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+kk-u-krizku-praha/24490373", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24489863, - "name": "Prodej bytu 4+kk 86 m²", - "price": 11990000, - "price_formatted": "11 990 000 Kč", - "locality": "Sušilova, Praha", - "lat": 50.032060833333, - "lon": 14.588443888889, - "disposition": "4+kk", - "floor": 2, - "area": 86, - "building_type": "WIREFRAME", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-4+kk-susilova-praha/24489863", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24489680, - "name": "Prodej bytu Atypický None m²", - "price": 5850000, - "price_formatted": "5 850 000 Kč", - "locality": "Praha, 150 00", - "lat": 50.071133, - "lon": 14.370975, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-150-00/24489680", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24489679, - "name": "Prodej bytu Atypický None m²", - "price": 8500000, - "price_formatted": "8 500 000 Kč", - "locality": "Praha, 140 00", - "lat": 50.041266, - "lon": 14.442902, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-140-00/24489679", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24488894, - "name": "Prodej bytu Atypický None m²", - "price": 380000, - "price_formatted": "380 000 Kč", - "locality": "Praha, 190 00", - "lat": 50.106598, - "lon": 14.506245, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-190-00/24488894", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24488844, - "name": "Prodej bytu Atypický None m²", - "price": 11500000, - "price_formatted": "11 500 000 Kč", - "locality": "Praha, 120 00", - "lat": 50.076449, - "lon": 14.435263, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-120-00/24488844", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24488806, - "name": "Prodej bytu Atypický None m²", - "price": 6490000, - "price_formatted": "6 490 000 Kč", - "locality": "Praha, 100 00", - "lat": 50.074273, - "lon": 14.493284, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-100-00/24488806", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24488759, - "name": "Prodej bytu Atypický None m²", - "price": 6900000, - "price_formatted": "6 900 000 Kč", - "locality": "Praha, 102 00", - "lat": 50.05769, - "lon": 14.5362, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-102-00/24488759", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24488422, - "name": "Prodej bytu Atypický None m²", - "price": 11290000, - "price_formatted": "11 290 000 Kč", - "locality": "Praha, 160 00", - "lat": 50.112102, - "lon": 14.37767, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-3+1-jugoslavskych-partyzanu-praha/24488422", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24488366, - "name": "Prodej bytu Atypický None m²", - "price": 7200000, - "price_formatted": "7 200 000 Kč", - "locality": "Praha, 196 00", - "lat": 50.152884, - "lon": 14.529845, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+kk-hakenova-praha/24488366", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24488332, - "name": "Prodej bytu 3+1 78 m²", - "price": 11900000, - "price_formatted": "11 900 000 Kč", - "locality": "Budějovická, Praha", - "lat": 50.043402083334, - "lon": 14.452086944444, - "disposition": "3+1", - "floor": 2, - "area": 78, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+1-budejovicka-praha/24488332", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24488316, - "name": "Prodej bytu 4+kk 83 m²", - "price": 11490000, - "price_formatted": "11 490 000 Kč", - "locality": "Fráni Šrámka, Praha", - "lat": 50.069505277778, - "lon": 14.389562222222, - "disposition": "4+kk", - "floor": 2, - "area": 83, - "building_type": "OTHER", - "ownership": "COLLECTIVE", - "url": "https://www.realingo.cz/prodej/byt-4+kk-frani-sramka-praha/24488316", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24488071, - "name": "Prodej bytu Atypický None m²", - "price": 3990000, - "price_formatted": "3 990 000 Kč", - "locality": "Praha, 152 00", - "lat": 50.037352, - "lon": 14.382048, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-152-00/24488071", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24487377, - "name": "Prodej bytu 3+kk 83 m²", - "price": 12887000, - "price_formatted": "12 887 000 Kč", - "locality": "Šífařská, Praha", - "lat": 50.020584722222, - "lon": 14.402543055556, - "disposition": "3+kk", - "floor": 2, - "area": 83, - "building_type": "OTHER", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-sifarska-praha/24487377", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24487258, - "name": "Prodej bytu Atypický None m²", - "price": 8370000, - "price_formatted": "8 370 000 Kč", - "locality": "Praha, 181 00", - "lat": 50.135545, - "lon": 14.422903, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-181-00/24487258", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24487249, - "name": "Prodej bytu Atypický None m²", - "price": 6900000, - "price_formatted": "6 900 000 Kč", - "locality": "Praha, 198 00", - "lat": 50.100762, - "lon": 14.547443, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-198-00/24487249", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24487187, - "name": "Prodej bytu Atypický None m²", - "price": 7990000, - "price_formatted": "7 990 000 Kč", - "locality": "Praha, 102 00", - "lat": 50.05769, - "lon": 14.5362, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-102-00/24487187", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24487139, - "name": "Prodej bytu Atypický None m²", - "price": 4348668, - "price_formatted": "4 348 668 Kč", - "locality": "Praha, 152 00", - "lat": 50.037352, - "lon": 14.382048, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-152-00/24487139", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24487080, - "name": "Prodej bytu Atypický None m²", - "price": 9200000, - "price_formatted": "9 200 000 Kč", - "locality": "Praha, 150 00", - "lat": 50.071133, - "lon": 14.370975, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-150-00/24487080", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24486493, - "name": "Prodej bytu Atypický None m²", - "price": 9800000, - "price_formatted": "9 800 000 Kč", - "locality": "Praha, 161 00", - "lat": 50.092724, - "lon": 14.27948, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-161-00/24486493", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24486429, - "name": "Prodej bytu Atypický None m²", - "price": 7200000, - "price_formatted": "7 200 000 Kč", - "locality": "Praha, 170 00", - "lat": 50.105497, - "lon": 14.432602, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-170-00/24486429", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24486409, - "name": "Prodej bytu Atypický None m²", - "price": 8500000, - "price_formatted": "8 500 000 Kč", - "locality": "Praha, 142 00", - "lat": 50.005532, - "lon": 14.457836, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-142-00/24486409", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24486360, - "name": "Prodej bytu Atypický None m²", - "price": 9900000, - "price_formatted": "9 900 000 Kč", - "locality": "Praha, 198 00", - "lat": 50.100762, - "lon": 14.547443, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-198-00/24486360", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24486069, - "name": "Prodej bytu 3+kk 70 m²", - "price": 13493000, - "price_formatted": "13 493 000 Kč", - "locality": "Leitzova, Výrov", - "lat": 50.070544, - "lon": 14.358712, - "disposition": "3+kk", - "floor": 6, - "area": 70, - "building_type": "neuvedeno", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-leitzova-praha/24486069", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24485809, - "name": "Prodej bytu Atypický None m²", - "price": 5250000, - "price_formatted": "5 250 000 Kč", - "locality": "Praha, 180 00", - "lat": 50.1088, - "lon": 14.467449, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-180-00/24485809", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24485757, - "name": "Prodej bytu Atypický None m²", - "price": 1990000, - "price_formatted": "1 990 000 Kč", - "locality": "111 01, Praha 10", - "lat": 50.058585, - "lon": 14.561405, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-111-01-praha-10/24485757", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24485741, - "name": "Prodej bytu Atypický None m²", - "price": 12980000, - "price_formatted": "12 980 000 Kč", - "locality": "Praha, 180 00", - "lat": 50.1088, - "lon": 14.467449, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-180-00/24485741", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24485605, - "name": "Prodej bytu 3+kk 70 m²", - "price": 11890000, - "price_formatted": "11 890 000 Kč", - "locality": "Argentinská 194, Praha", - "lat": 50.102771666667, - "lon": 14.443691111111, - "disposition": "3+kk", - "floor": 3, - "area": 70, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-170-00/24485605", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24485410, - "name": "Prodej bytu 3+kk 75 m²", - "price": 12620000, - "price_formatted": "12 620 000 Kč", - "locality": "K Lahovské, Praha", - "lat": 50.002937777778, - "lon": 14.355515277778, - "disposition": "3+kk", - "floor": 2, - "area": 75, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-k-lahovske-praha/24485410", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24485384, - "name": "Prodej bytu 3+kk 75 m²", - "price": 11550000, - "price_formatted": "11 550 000 Kč", - "locality": "K Lahovské, Praha", - "lat": 50.002536944444, - "lon": 14.356621388889, - "disposition": "3+kk", - "floor": 2, - "area": 75, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-k-lahovske-praha/24485384", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24485277, - "name": "Prodej bytu Atypický None m²", - "price": 5880000, - "price_formatted": "5 880 000 Kč", - "locality": "Praha, 155 21", - "lat": 50.061933, - "lon": 14.278193, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-1+kk-misovicka-praha/24485277", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24485176, - "name": "Prodej bytu 3+kk 75 m²", - "price": 12600000, - "price_formatted": "12 600 000 Kč", - "locality": "Jeseniova, Praha", - "lat": 50.086601111111, - "lon": 14.458612222222, - "disposition": "3+kk", - "floor": 7, - "area": 75, - "building_type": "neuvedeno", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-jeseniova-praha/24485176", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24484904, - "name": "Prodej bytu Atypický None m²", - "price": 7890000, - "price_formatted": "7 890 000 Kč", - "locality": "Praha, 106 00", - "lat": 50.055816, - "lon": 14.494743, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-106-00/24484904", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24484763, - "name": "Prodej bytu Atypický None m²", - "price": 7800000, - "price_formatted": "7 800 000 Kč", - "locality": "Praha, 155 00", - "lat": 50.030571, - "lon": 14.308491, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-155-00/24484763", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24484628, - "name": "Prodej bytu 3+kk 80 m²", - "price": 12690000, - "price_formatted": "12 690 000 Kč", - "locality": "Novotného, Praha", - "lat": 50.027800515545, - "lon": 14.365061268611, - "disposition": "3+kk", - "floor": 6, - "area": 80, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-novotneho-praha/24484628", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24484547, - "name": "Prodej bytu Atypický None m²", - "price": 8490000, - "price_formatted": "8 490 000 Kč", - "locality": "Praha, 190 00", - "lat": 50.106598, - "lon": 14.506245, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-3+kk-drahobejlova-praha/24484547", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24484390, - "name": "Prodej bytu Atypický None m²", - "price": 8490000, - "price_formatted": "8 490 000 Kč", - "locality": "Praha, 120 00", - "lat": 50.076449, - "lon": 14.435263, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+kk-machova-praha/24484390", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24484110, - "name": "Prodej bytu Atypický None m²", - "price": 8791751, - "price_formatted": "8 791 751 Kč", - "locality": "Praha, 198 00", - "lat": 50.100762, - "lon": 14.547443, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-198-00/24484110", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24484091, - "name": "Prodej bytu Atypický None m²", - "price": 7900000, - "price_formatted": "7 900 000 Kč", - "locality": "Praha, 169 00", - "lat": 50.084959, - "lon": 14.367027, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-169-00/24484091", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24483977, - "name": "Prodej bytu Atypický None m²", - "price": 11399000, - "price_formatted": "11 399 000 Kč", - "locality": "Praha, 147 00", - "lat": 50.036745, - "lon": 14.415436, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-147-00/24483977", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24483925, - "name": "Prodej bytu 3+kk 87 m²", - "price": 11999000, - "price_formatted": "11 999 000 Kč", - "locality": "Kryšpínova, Praha", - "lat": 50.067339722222, - "lon": 14.550980555556, - "disposition": "3+kk", - "floor": 4, - "area": 87, - "building_type": "OTHER", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-kryspinova-praha/24483925", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24483755, - "name": "Prodej bytu 3+kk 104 m²", - "price": 12580000, - "price_formatted": "12 580 000 Kč", - "locality": "V Zeleném údolí, Praha", - "lat": 50.021405277778, - "lon": 14.466266111111, - "disposition": "3+kk", - "floor": 6, - "area": 104, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-v-zelenem-udoli-praha/24483755", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24483737, - "name": "Prodej bytu Atypický None m²", - "price": 13190000, - "price_formatted": "13 190 000 Kč", - "locality": "Praha, 190 00", - "lat": 50.106598, - "lon": 14.506245, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-3+kk-podebradska-praha/24483737", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24483387, - "name": "Prodej bytu Atypický None m²", - "price": 7900000, - "price_formatted": "7 900 000 Kč", - "locality": "Praha, 143 00", - "lat": 49.995933, - "lon": 14.426594, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-143-00/24483387", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24483383, - "name": "Prodej bytu Atypický None m²", - "price": 11500000, - "price_formatted": "11 500 000 Kč", - "locality": "Praha, 180 00", - "lat": 50.1088, - "lon": 14.467449, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-180-00/24483383", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24483312, - "name": "Prodej bytu Atypický None m²", - "price": 7500000, - "price_formatted": "7 500 000 Kč", - "locality": "Praha, 141 00", - "lat": 50.045786, - "lon": 14.470711, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-141-00/24483312", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24483294, - "name": "Prodej bytu Atypický None m²", - "price": 8950000, - "price_formatted": "8 950 000 Kč", - "locality": "Praha, 190 00", - "lat": 50.106598, - "lon": 14.506245, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-190-00/24483294", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24483144, - "name": "Prodej bytu 3+kk 70 m²", - "price": 11490000, - "price_formatted": "11 490 000 Kč", - "locality": "Na Viktorce, Praha", - "lat": 50.086370833333, - "lon": 14.482636388889, - "disposition": "3+kk", - "floor": 3, - "area": 70, - "building_type": "neuvedeno", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-zizkov-praha/24483144", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24482855, - "name": "Prodej bytu 3+kk 79 m²", - "price": 12900000, - "price_formatted": "12 900 000 Kč", - "locality": "Bulharská 1402, Praha", - "lat": 50.071790833333, - "lon": 14.462853333333, - "disposition": "3+kk", - "floor": 5, - "area": 79, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-bulharska-praha/24482855", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24482693, - "name": "Prodej bytu Atypický None m²", - "price": 7690000, - "price_formatted": "7 690 000 Kč", - "locality": "Praha, 141 00", - "lat": 50.045786, - "lon": 14.470711, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-141-00/24482693", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24482553, - "name": "Prodej bytu Atypický None m²", - "price": 3690000, - "price_formatted": "3 690 000 Kč", - "locality": "Praha, 152 00", - "lat": 50.037352, - "lon": 14.382048, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-152-00/24482553", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24481733, - "name": "Prodej bytu Atypický None m²", - "price": 6000000, - "price_formatted": "6 000 000 Kč", - "locality": "Praha, 149 00", - "lat": 50.020976, - "lon": 14.520149, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-149-00/24481733", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24481525, - "name": "Prodej bytu 3+kk 83 m²", - "price": 8290000, - "price_formatted": "8 290 000 Kč", - "locality": "Milánská, Praha", - "lat": 50.040570277778, - "lon": 14.557465833333, - "disposition": "3+kk", - "floor": 2, - "area": 83, - "building_type": "OTHER", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-milanska-praha/24481525", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24481482, - "name": "Prodej bytu Atypický None m²", - "price": 8950000, - "price_formatted": "8 950 000 Kč", - "locality": "Praha, 170 00", - "lat": 50.105497, - "lon": 14.432602, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+1-schnirchova-praha/24481482", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24481433, - "name": "Prodej bytu 3+kk 73 m²", - "price": 12036000, - "price_formatted": "12 036 000 Kč", - "locality": "U sladovny, Praha", - "lat": 50.002011666667, - "lon": 14.356775555556, - "disposition": "3+kk", - "floor": 2, - "area": 73, - "building_type": "OTHER", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-4+kk-praha/24481433", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24481420, - "name": "Prodej bytu 3+kk 82 m²", - "price": 9980000, - "price_formatted": "9 980 000 Kč", - "locality": "Sezimova, Praha", - "lat": 50.063282599734045, - "lon": 14.44033964779131, - "disposition": "3+kk", - "floor": 3, - "area": 82, - "building_type": "Cihlová", - "ownership": "COLLECTIVE", - "url": "https://www.realingo.cz/prodej/byt-3+kk-sezimova-praha/24481420", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24481187, - "name": "Prodej bytu 3+kk 72 m²", - "price": 12250000, - "price_formatted": "12 250 000 Kč", - "locality": "V Předním Hloubětíně, Praha", - "lat": 50.103721944444, - "lon": 14.515387777778, - "disposition": "3+kk", - "floor": 3, - "area": 72, - "building_type": "neuvedeno", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-v-prednim-hloubetine-praha/24481187", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24481078, - "name": "Prodej bytu Atypický None m²", - "price": 9500000, - "price_formatted": "9 500 000 Kč", - "locality": "Praha, 142 00", - "lat": 50.005532, - "lon": 14.457836, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-142-00/24481078", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24480958, - "name": "Prodej bytu Atypický None m²", - "price": 8900000, - "price_formatted": "8 900 000 Kč", - "locality": "Praha, 130 00", - "lat": 50.087602, - "lon": 14.470882, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-130-00/24480958", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24480927, - "name": "Prodej bytu Atypický None m²", - "price": 7549000, - "price_formatted": "7 549 000 Kč", - "locality": "Praha, 109 00", - "lat": 50.047053, - "lon": 14.56315, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-109-00/24480927", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24480923, - "name": "Prodej bytu Atypický None m²", - "price": 12250000, - "price_formatted": "12 250 000 Kč", - "locality": "Praha, 109 00", - "lat": 50.047053, - "lon": 14.56315, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-109-00/24480923", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24480122, - "name": "Prodej bytu Atypický None m²", - "price": 9650000, - "price_formatted": "9 650 000 Kč", - "locality": "Praha, 108 00", - "lat": 50.081599, - "lon": 14.518776, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-108-00/24480122", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24479298, - "name": "Prodej bytu Atypický None m²", - "price": 6988800, - "price_formatted": "6 988 800 Kč", - "locality": "Praha, 100 00", - "lat": 50.074273, - "lon": 14.493284, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-100-00/24479298", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24477699, - "name": "Prodej bytu Atypický None m²", - "price": 5350000, - "price_formatted": "5 350 000 Kč", - "locality": "Praha, 104 00", - "lat": 50.031894, - "lon": 14.59774, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-104-00/24477699", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24477373, - "name": "Prodej bytu 3+kk 86 m²", - "price": 12990000, - "price_formatted": "12 990 000 Kč", - "locality": "Starochodovská, Praha", - "lat": 50.030197349072196, - "lon": 14.50314417118328, - "disposition": "3+kk", - "floor": 4, - "area": 86, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-starochodovska-praha/24477373", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24477117, - "name": "Prodej bytu 3+kk 75 m²", - "price": 13490000, - "price_formatted": "13 490 000 Kč", - "locality": "Svornosti, Praha", - "lat": 50.067328333333, - "lon": 14.409508611111, - "disposition": "3+kk", - "floor": 2, - "area": 75, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-svornosti-praha/24477117", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24476797, - "name": "Prodej bytu Atypický None m²", - "price": 9500000, - "price_formatted": "9 500 000 Kč", - "locality": "Praha, 101 00", - "lat": 50.062098, - "lon": 14.464788, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-101-00/24476797", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24476059, - "name": "Prodej bytu 3+1 136 m²", - "price": 13400000, - "price_formatted": "13 400 000 Kč", - "locality": "Patočkova, Praha", - "lat": 50.0879677098404, - "lon": 14.3754694960962, - "disposition": "3+1", - "floor": 5, - "area": 136, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+1-patockova-praha/24476059", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24475870, - "name": "Prodej bytu Atypický None m²", - "price": 12700000, - "price_formatted": "12 700 000 Kč", - "locality": "Praha, 158 00", - "lat": 50.054659, - "lon": 14.358273, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-158-00/24475870", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24474756, - "name": "Prodej bytu Atypický None m²", - "price": 9353000, - "price_formatted": "9 353 000 Kč", - "locality": "Praha, 130 00", - "lat": 50.087602, - "lon": 14.470882, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-130-00/24474756", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24474507, - "name": "Prodej bytu Atypický None m²", - "price": 8343000, - "price_formatted": "8 343 000 Kč", - "locality": "Praha, 100 00", - "lat": 50.074273, - "lon": 14.493284, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-100-00/24474507", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24474486, - "name": "Prodej bytu Atypický None m²", - "price": 9590000, - "price_formatted": "9 590 000 Kč", - "locality": "Praha, 130 00", - "lat": 50.087602, - "lon": 14.470882, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-130-00/24474486", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24474457, - "name": "Prodej bytu Atypický None m²", - "price": 6259000, - "price_formatted": "6 259 000 Kč", - "locality": "Praha, 130 00", - "lat": 50.087602, - "lon": 14.470882, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-130-00/24474457", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24474442, - "name": "Prodej bytu Atypický None m²", - "price": 11900000, - "price_formatted": "11 900 000 Kč", - "locality": "Praha, 155 00", - "lat": 50.030571, - "lon": 14.308491, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-155-00/24474442", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24474432, - "name": "Prodej bytu Atypický None m²", - "price": 10600000, - "price_formatted": "10 600 000 Kč", - "locality": "Praha, 155 00", - "lat": 50.030571, - "lon": 14.308491, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-155-00/24474432", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24473478, - "name": "Prodej bytu Atypický None m²", - "price": 7240000, - "price_formatted": "7 240 000 Kč", - "locality": "Praha, 190 00", - "lat": 50.106598, - "lon": 14.506245, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-190-00/24473478", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24473222, - "name": "Prodej bytu 3+kk 83 m²", - "price": 9700000, - "price_formatted": "9 700 000 Kč", - "locality": "Malkovského, Praha", - "lat": 50.14191125, - "lon": 14.506826388888, - "disposition": "3+kk", - "floor": 6, - "area": 83, - "building_type": "neuvedeno", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-malkovskeho-praha/24473222", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24473214, - "name": "Prodej bytu 3+1 90 m²", - "price": 12468000, - "price_formatted": "12 468 000 Kč", - "locality": "Libeň, Praha", - "lat": 50.110235277778, - "lon": 14.473000277778, - "disposition": "3+1", - "floor": 6, - "area": 90, - "building_type": "neuvedeno", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+1-liben-praha/24473214", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24473187, - "name": "Prodej bytu Atypický None m²", - "price": 3200000, - "price_formatted": "3 200 000 Kč", - "locality": "Praha, 161 00", - "lat": 50.092724, - "lon": 14.27948, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+kk-stocesova-praha/24473187", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24472955, - "name": "Prodej bytu Atypický None m²", - "price": 8999000, - "price_formatted": "8 999 000 Kč", - "locality": "Praha, 100 00", - "lat": 50.074273, - "lon": 14.493284, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-100-00/24472955", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24472733, - "name": "Prodej bytu Atypický None m²", - "price": 6490000, - "price_formatted": "6 490 000 Kč", - "locality": "Praha, 140 00", - "lat": 50.041266, - "lon": 14.442902, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+kk-roskotova-praha/24472733", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24472731, - "name": "Prodej bytu 3+1 88 m²", - "price": 13340000, - "price_formatted": "13 340 000 Kč", - "locality": "Koldínova, Praha", - "lat": 50.0876165211885, - "lon": 14.4628790551948, - "disposition": "3+1", - "floor": 3, - "area": 88, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+1-koldinova-praha/24472731", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24472623, - "name": "Prodej bytu Atypický None m²", - "price": 5800000, - "price_formatted": "5 800 000 Kč", - "locality": "Praha, 181 00", - "lat": 50.135545, - "lon": 14.422903, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-1+kk-v-zamcich-praha/24472623", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24472214, - "name": "Prodej bytu Atypický None m²", - "price": 4999999, - "price_formatted": "4 999 999 Kč", - "locality": "Praha, 143 00", - "lat": 49.995933, - "lon": 14.426594, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-143-00/24472214", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24472077, - "name": "Prodej bytu 3+1 77 m²", - "price": 12380000, - "price_formatted": "12 380 000 Kč", - "locality": "Čeljabinská, Praha", - "lat": 50.069865631531925, - "lon": 14.469796240429817, - "disposition": "3+1", - "floor": 6, - "area": 77, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+1-celjabinska-praha/24472077", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24471837, - "name": "Prodej bytu 3+kk 71 m²", - "price": 12360000, - "price_formatted": "12 360 000 Kč", - "locality": "V Horní Stromce, Praha", - "lat": 50.076923333333, - "lon": 14.469689583333, - "disposition": "3+kk", - "floor": 3, - "area": 71, - "building_type": "OTHER", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-v-horni-stromce-praha/24471837", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24471815, - "name": "Prodej bytu 3+kk 69 m²", - "price": 11460000, - "price_formatted": "11 460 000 Kč", - "locality": "Kováků, Praha", - "lat": 50.067038333333, - "lon": 14.401918611111, - "disposition": "3+kk", - "floor": null, - "area": 69, - "building_type": "OTHER", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-kovaku-praha/24471815", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24471814, - "name": "Prodej bytu 4+1 82 m²", - "price": 11357000, - "price_formatted": "11 357 000 Kč", - "locality": "Nad kapličkou, Praha", - "lat": 50.083971944444, - "lon": 14.490540833333, - "disposition": "4+1", - "floor": 2, - "area": 82, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-4+1-nad-kaplickou-praha/24471814", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24471791, - "name": "Prodej bytu Atypický None m²", - "price": 8990000, - "price_formatted": "8 990 000 Kč", - "locality": "Praha, 120 00", - "lat": 50.076449, - "lon": 14.435263, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-120-00/24471791", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24471673, - "name": "Prodej bytu Atypický None m²", - "price": 9100000, - "price_formatted": "9 100 000 Kč", - "locality": "Praha, 130 00", - "lat": 50.087602, - "lon": 14.470882, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-130-00/24471673", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24471620, - "name": "Prodej bytu 4+kk 94 m²", - "price": 13499900, - "price_formatted": "13 499 900 Kč", - "locality": "V dolině, Praha", - "lat": 50.057986944444, - "lon": 14.468417222222, - "disposition": "4+kk", - "floor": 9, - "area": 94, - "building_type": "neuvedeno", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-4+kk-michle-praha/24471620", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24471062, - "name": "Prodej bytu Atypický None m²", - "price": 2690000, - "price_formatted": "2 690 000 Kč", - "locality": "Praha, 152 00", - "lat": 50.037352, - "lon": 14.382048, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-152-00/24471062", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24470560, - "name": "Prodej bytu Atypický None m²", - "price": 4200000, - "price_formatted": "4 200 000 Kč", - "locality": "Praha, 102 00", - "lat": 50.05769, - "lon": 14.5362, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-1+1-hostivar-praha/24470560", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24469768, - "name": "Prodej bytu Atypický None m²", - "price": 9299000, - "price_formatted": "9 299 000 Kč", - "locality": "Praha, 130 00", - "lat": 50.087602, - "lon": 14.470882, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-130-00/24469768", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24468518, - "name": "Prodej bytu Atypický None m²", - "price": 9890000, - "price_formatted": "9 890 000 Kč", - "locality": "Praha, 148 00", - "lat": 50.014248, - "lon": 14.487877, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-148-00/24468518", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24468306, - "name": "Prodej bytu 3+1 77 m²", - "price": 9400000, - "price_formatted": "9 400 000 Kč", - "locality": "Žitavského, Praha", - "lat": 49.967755555556, - "lon": 14.394255, - "disposition": "3+1", - "floor": 3, - "area": 77, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+1-zitavskeho-praha/24468306", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24467936, - "name": "Prodej bytu Atypický None m²", - "price": 3330621, - "price_formatted": "3 330 621 Kč", - "locality": "111 01, Praha 10", - "lat": 50.058585, - "lon": 14.561405, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+kk-honzikova-praha/24467936", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24467378, - "name": "Prodej bytu 3+kk 90 m²", - "price": 13450000, - "price_formatted": "13 450 000 Kč", - "locality": "Mantovská, Praha", - "lat": 50.03986385648223, - "lon": 14.56930991175033, - "disposition": "3+kk", - "floor": 3, - "area": 90, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-mantovska-praha/24467378", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24467338, - "name": "Prodej bytu Atypický None m²", - "price": 6490000, - "price_formatted": "6 490 000 Kč", - "locality": "Praha, 155 00", - "lat": 50.030571, - "lon": 14.308491, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-1+kk-preucilova-praha/24467338", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24466328, - "name": "Prodej bytu Atypický 69 m²", - "price": 8780800, - "price_formatted": "8 780 800 Kč", - "locality": "Na Václavce, Praha", - "lat": 50.065389583333, - "lon": 14.395611666667, - "disposition": "Atypický", - "floor": null, - "area": 69, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-na-vaclavce-praha/24466328", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24465783, - "name": "Prodej bytu 3+1 95 m²", - "price": 10990000, - "price_formatted": "10 990 000 Kč", - "locality": "Černokostelecká, Praha", - "lat": 50.0774815678, - "lon": 14.5058865398, - "disposition": "3+1", - "floor": 4, - "area": 95, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+1-cernokostelecka-praha/24465783", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24465628, - "name": "Prodej bytu 3+1 106 m²", - "price": 12950000, - "price_formatted": "12 950 000 Kč", - "locality": "Novákových, Praha", - "lat": 50.1034771, - "lon": 14.4758735, - "disposition": "3+1", - "floor": 5, - "area": 106, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+1-novakovych-praha/24465628", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24465429, - "name": "Prodej bytu Atypický None m²", - "price": 11990000, - "price_formatted": "11 990 000 Kč", - "locality": "Praha, 190 00", - "lat": 50.106598, - "lon": 14.506245, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-190-00/24465429", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24465053, - "name": "Prodej bytu 3+1 81 m²", - "price": 13493000, - "price_formatted": "13 493 000 Kč", - "locality": "Medinská, Praha", - "lat": 50.092439854005185, - "lon": 14.669826108182264, - "disposition": "3+1", - "floor": 3, - "area": 81, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+1-medinska-praha/24465053", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24464925, - "name": "Prodej bytu Atypický None m²", - "price": 1890000, - "price_formatted": "1 890 000 Kč", - "locality": "111 01, Praha 10", - "lat": 50.058585, - "lon": 14.561405, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-111-01-praha-10/24464925", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24464924, - "name": "Prodej bytu Atypický None m²", - "price": 2990000, - "price_formatted": "2 990 000 Kč", - "locality": "Praha, 155 00", - "lat": 50.030571, - "lon": 14.308491, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-155-00/24464924", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24464921, - "name": "Prodej bytu Atypický None m²", - "price": 2990000, - "price_formatted": "2 990 000 Kč", - "locality": "Praha, 149 00", - "lat": 50.020976, - "lon": 14.520149, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-149-00/24464921", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24464920, - "name": "Prodej bytu Atypický None m²", - "price": 2590000, - "price_formatted": "2 590 000 Kč", - "locality": "Praha, 152 00", - "lat": 50.037352, - "lon": 14.382048, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-152-00/24464920", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24463986, - "name": "Prodej bytu Atypický None m²", - "price": 10363000, - "price_formatted": "10 363 000 Kč", - "locality": "Praha, 190 00", - "lat": 50.106598, - "lon": 14.506245, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-190-00/24463986", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24463823, - "name": "Prodej bytu Atypický None m²", - "price": 7850000, - "price_formatted": "7 850 000 Kč", - "locality": "Praha, 104 00", - "lat": 50.031894, - "lon": 14.59774, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-104-00/24463823", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24463471, - "name": "Prodej bytu Atypický None m²", - "price": 8490000, - "price_formatted": "8 490 000 Kč", - "locality": "Praha, 142 00", - "lat": 50.005532, - "lon": 14.457836, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-3+1-vavrenova-praha/24463471", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24463119, - "name": "Prodej bytu Atypický None m²", - "price": 6499000, - "price_formatted": "6 499 000 Kč", - "locality": "Praha, 181 00", - "lat": 50.135545, - "lon": 14.422903, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-181-00/24463119", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24462539, - "name": "Prodej bytu Atypický None m²", - "price": 7100000, - "price_formatted": "7 100 000 Kč", - "locality": "Praha, 140 00", - "lat": 50.041266, - "lon": 14.442902, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-1+kk-bartoskova-praha/24462539", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24462537, - "name": "Prodej bytu 3+1 88 m²", - "price": 11900000, - "price_formatted": "11 900 000 Kč", - "locality": "Kříženeckého náměstí, Praha", - "lat": 50.03114911232901, - "lon": 14.392025923830264, - "disposition": "3+1", - "floor": 2, - "area": 88, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+1-budilova-praha/24462537", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24462449, - "name": "Prodej bytu 3+kk 80 m²", - "price": 10490000, - "price_formatted": "10 490 000 Kč", - "locality": "Na záhonech, Praha", - "lat": 50.047930555556, - "lon": 14.467798611111, - "disposition": "3+kk", - "floor": 3, - "area": 80, - "building_type": "OTHER", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-na-zahonech-praha/24462449", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24461649, - "name": "Prodej bytu 3+kk 88 m²", - "price": 13390000, - "price_formatted": "13 390 000 Kč", - "locality": "K Beranovu, Praha", - "lat": 50.139643872072, - "lon": 14.447746855455, - "disposition": "3+kk", - "floor": null, - "area": 88, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-k-beranovu-praha/24461649", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24461422, - "name": "Prodej bytu 3+1 78 m²", - "price": 11780000, - "price_formatted": "11 780 000 Kč", - "locality": "Budějovická, Praha", - "lat": 50.047714444444, - "lon": 14.444252222222, - "disposition": "3+1", - "floor": null, - "area": 78, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+1-budejovicka-praha/24461422", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24461068, - "name": "Prodej bytu Atypický None m²", - "price": 6650000, - "price_formatted": "6 650 000 Kč", - "locality": "Praha, 130 00", - "lat": 50.087602, - "lon": 14.470882, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+kk-u-knezske-louky-praha/24461068", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24460945, - "name": "Prodej bytu 3+1 78 m²", - "price": 10990000, - "price_formatted": "10 990 000 Kč", - "locality": "Lihovarská, Praha", - "lat": 50.10459504264225, - "lon": 14.486447270773462, - "disposition": "3+1", - "floor": 3, - "area": 78, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+1-lihovarska-praha/24460945", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24460515, - "name": "Prodej bytu 3+kk 99 m²", - "price": 12990000, - "price_formatted": "12 990 000 Kč", - "locality": "Čeljabinská, Praha", - "lat": 50.069611944444, - "lon": 14.470032777778, - "disposition": "3+kk", - "floor": 3, - "area": 99, - "building_type": "OTHER", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-celjabinska-praha/24460515", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24459683, - "name": "Prodej bytu Atypický None m²", - "price": 8202131, - "price_formatted": "8 202 131 Kč", - "locality": "Praha, 152 00", - "lat": 50.037352, - "lon": 14.382048, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+kk-ondrakove-praha/24459683", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24459306, - "name": "Prodej bytu 3+1 80 m²", - "price": 10800000, - "price_formatted": "10 800 000 Kč", - "locality": "Černokostelecká, Praha", - "lat": 50.07788, - "lon": 14.507023333333, - "disposition": "3+1", - "floor": null, - "area": 80, - "building_type": "OTHER", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+1-cernokostelecka-praha/24459306", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24459165, - "name": "Prodej bytu Atypický None m²", - "price": 7600000, - "price_formatted": "7 600 000 Kč", - "locality": "Praha, 130 00", - "lat": 50.087602, - "lon": 14.470882, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+kk-v-horni-stromce-praha/24459165", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24458227, - "name": "Prodej bytu 5+kk 88 m²", - "price": 10999900, - "price_formatted": "10 999 900 Kč", - "locality": "Feřtekova, Praha", - "lat": 50.132239722222, - "lon": 14.408374444444, - "disposition": "5+kk", - "floor": 5, - "area": 88, - "building_type": "neuvedeno", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-5+kk-bohnice-praha/24458227", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24457885, - "name": "Prodej bytu Atypický None m²", - "price": 8950000, - "price_formatted": "8 950 000 Kč", - "locality": "Praha, 150 00", - "lat": 50.071133, - "lon": 14.370975, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-150-00/24457885", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24457522, - "name": "Prodej bytu 4+kk 77 m²", - "price": 13490000, - "price_formatted": "13 490 000 Kč", - "locality": "Domažlická 1053, Praha", - "lat": 50.089093333333, - "lon": 14.463205833333, - "disposition": "4+kk", - "floor": 2, - "area": 77, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-4+kk-domazlicka-praha/24457522", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24457293, - "name": "Prodej bytu 3+kk 83 m²", - "price": 13500000, - "price_formatted": "13 500 000 Kč", - "locality": "Nad Koulkou, Praha", - "lat": 50.060709286778, - "lon": 14.4020498367, - "disposition": "3+kk", - "floor": null, - "area": 83, - "building_type": "neuvedeno", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-nad-koulkou-praha/24457293", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24456907, - "name": "Prodej bytu Atypický None m²", - "price": 6120000, - "price_formatted": "6 120 000 Kč", - "locality": "Praha, 198 00", - "lat": 50.100762, - "lon": 14.547443, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-198-00/24456907", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24456532, - "name": "Prodej bytu Atypický None m²", - "price": 8000000, - "price_formatted": "8 000 000 Kč", - "locality": "Praha, 160 00", - "lat": 50.112102, - "lon": 14.37767, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-160-00/24456532", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24456318, - "name": "Prodej bytu 5+kk 157 m²", - "price": 10499000, - "price_formatted": "10 499 000 Kč", - "locality": "Starolázeňská 316, Praha", - "lat": 50.015716944444, - "lon": 14.391930555556, - "disposition": "5+kk", - "floor": null, - "area": 157, - "building_type": "OTHER", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-5+kk-starolazenska-praha/24456318", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24456088, - "name": "Prodej bytu Atypický None m²", - "price": 9392000, - "price_formatted": "9 392 000 Kč", - "locality": "Praha, 155 21", - "lat": 50.061933, - "lon": 14.278193, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-155-21/24456088", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24455241, - "name": "Prodej bytu Atypický None m²", - "price": 7780000, - "price_formatted": "7 780 000 Kč", - "locality": "Praha, 160 00", - "lat": 50.112102, - "lon": 14.37767, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-160-00/24455241", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24453677, - "name": "Prodej bytu Atypický None m²", - "price": 1395000, - "price_formatted": "1 395 000 Kč", - "locality": "Praha, 110 00", - "lat": 50.087334, - "lon": 14.421111, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-110-00/24453677", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24453436, - "name": "Prodej bytu 3+kk 73 m²", - "price": 11990000, - "price_formatted": "11 990 000 Kč", - "locality": "K Vystrkovu, Praha", - "lat": 50.000203026995, - "lon": 14.406577818877, - "disposition": "3+kk", - "floor": null, - "area": 73, - "building_type": "WIREFRAME", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-k-vystrkovu-praha/24453436", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24453111, - "name": "Prodej bytu 3+kk 93 m²", - "price": 13395000, - "price_formatted": "13 395 000 Kč", - "locality": "Táborská, Praha", - "lat": 50.061747, - "lon": 14.438057, - "disposition": "3+kk", - "floor": 6, - "area": 93, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-taborska-praha/24453111", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24452863, - "name": "Prodej bytu Atypický None m²", - "price": 4490000, - "price_formatted": "4 490 000 Kč", - "locality": "Praha, 152 00", - "lat": 50.037352, - "lon": 14.382048, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-152-00/24452863", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24452830, - "name": "Prodej bytu Atypický None m²", - "price": 9400000, - "price_formatted": "9 400 000 Kč", - "locality": "Praha, 190 00", - "lat": 50.106598, - "lon": 14.506245, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-190-00/24452830", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24452426, - "name": "Prodej bytu Atypický None m²", - "price": 8850000, - "price_formatted": "8 850 000 Kč", - "locality": "Praha, 130 00", - "lat": 50.087602, - "lon": 14.470882, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-130-00/24452426", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24452402, - "name": "Prodej bytu Atypický None m²", - "price": 4999000, - "price_formatted": "4 999 000 Kč", - "locality": "Praha, 170 00", - "lat": 50.105497, - "lon": 14.432602, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-170-00/24452402", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24452255, - "name": "Prodej bytu 3+kk 74 m²", - "price": 9990000, - "price_formatted": "9 990 000 Kč", - "locality": "Pod Horkami, Praha", - "lat": 50.060764, - "lon": 14.5812292, - "disposition": "3+kk", - "floor": 3, - "area": 74, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-pod-horkami-praha/24452255", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24451807, - "name": "Prodej bytu 3+kk 71 m²", - "price": 9249000, - "price_formatted": "9 249 000 Kč", - "locality": "Letovská, Praha", - "lat": 50.141023055556, - "lon": 14.5156025, - "disposition": "3+kk", - "floor": 4, - "area": 71, - "building_type": "neuvedeno", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-letovska-praha/24451807", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24451478, + "hash_id": 24515884, "name": "Prodej bytu 3+kk 81 m²", - "price": 11700000, - "price_formatted": "11 700 000 Kč", - "locality": "Pýchavková, Praha", - "lat": 50.0173958, - "lon": 14.5828962, + "price": 13000000, + "price_formatted": "13 000 000 Kč", + "locality": "Hlučkova 869, Praha", + "lat": 50.142303781599, + "lon": 14.522362316941, "disposition": "3+kk", - "floor": 2, + "floor": 5, "area": 81, - "building_type": "Cihlová", + "building_type": "OTHER", "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-pychavkova-praha/24451478", + "url": "https://www.realingo.cz/prodej/byt-3+kk-hluckova-869-praha/24515884", "source": "realingo", - "image": "" + "image": "", + "scraped_at": "2026-02-25" }, { - "hash_id": 24451176, + "hash_id": 24515669, "name": "Prodej bytu Atypický None m²", - "price": 7149000, - "price_formatted": "7 149 000 Kč", - "locality": "Praha, 143 00", - "lat": 49.995933, - "lon": 14.426594, + "price": 8487297, + "price_formatted": "8 487 297 Kč", + "locality": "Praha, 190 00", + "lat": 50.106598, + "lon": 14.506245, "disposition": "Atypický", "floor": null, "area": null, "building_type": "neuvedeno", "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+1-klostermannova-praha/24451176", + "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-190-00/24515669", "source": "realingo", - "image": "" + "image": "", + "scraped_at": "2026-02-25" }, { - "hash_id": 24448927, + "hash_id": 24515653, "name": "Prodej bytu Atypický None m²", - "price": 7000000, - "price_formatted": "7 000 000 Kč", - "locality": "Praha, 170 00", - "lat": 50.105497, - "lon": 14.432602, + "price": 8890000, + "price_formatted": "8 890 000 Kč", + "locality": "Praha, 130 00", + "lat": 50.087602, + "lon": 14.470882, "disposition": "Atypický", "floor": null, "area": null, "building_type": "neuvedeno", "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-170-00/24448927", + "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-130-00/24515653", "source": "realingo", - "image": "" + "image": "", + "scraped_at": "2026-02-25" }, { - "hash_id": 24448725, + "hash_id": 24515514, "name": "Prodej bytu Atypický None m²", - "price": 12350000, - "price_formatted": "12 350 000 Kč", - "locality": "Praha, 198 00", - "lat": 50.100762, - "lon": 14.547443, + "price": 7490000, + "price_formatted": "7 490 000 Kč", + "locality": "Praha, 141 00", + "lat": 50.045786, + "lon": 14.470711, "disposition": "Atypický", "floor": null, "area": null, "building_type": "neuvedeno", "ownership": "neuvedeno", - "url": "https://www.realingo.cz/pronajem/byt-3+kk-nademlejnska-praha/24448725", + "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-141-00/24515514", "source": "realingo", - "image": "" + "image": "", + "scraped_at": "2026-02-25" }, { - "hash_id": 24448699, - "name": "Prodej bytu 3+kk 86 m²", - "price": 12350000, - "price_formatted": "12 350 000 Kč", - "locality": "Nademlejnská, Praha", - "lat": 50.1035529256, - "lon": 14.5289307141, - "disposition": "3+kk", - "floor": 7, - "area": 86, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-nademlejnska-praha/24448699", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24448530, - "name": "Prodej bytu Atypický 110 m²", - "price": 12590000, - "price_formatted": "12 590 000 Kč", - "locality": "Elišky Přemyslovny, Praha", - "lat": 49.9690753, - "lon": 14.3885313, + "hash_id": 24514922, + "name": "Prodej bytu Atypický None m²", + "price": 12132000, + "price_formatted": "12 132 000 Kč", + "locality": "Praha, 120 00", + "lat": 50.076449, + "lon": 14.435263, "disposition": "Atypický", - "floor": 2, - "area": 110, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-elisky-premyslovny-praha/24448530", + "floor": null, + "area": null, + "building_type": "neuvedeno", + "ownership": "neuvedeno", + "url": "https://www.realingo.cz/prodej/byt-2+kk-slezska-praha/24514922", "source": "realingo", - "image": "" + "image": "", + "scraped_at": "2026-02-25" }, { - "hash_id": 24448397, - "name": "Prodej bytu 3+1 79 m²", + "hash_id": 24514813, + "name": "Prodej bytu Atypický None m²", "price": 8490000, "price_formatted": "8 490 000 Kč", - "locality": "Vysočanská, Praha", - "lat": 50.12144599, - "lon": 14.49413522, - "disposition": "3+1", - "floor": 9, - "area": 79, - "building_type": "neuvedeno", - "ownership": "Osobní", - "url": "https://www.realingo.cz/pronajem/byt-3+1-vysocanska-praha/24448397", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24448136, - "name": "Prodej bytu Atypický None m²", - "price": 5368000, - "price_formatted": "5 368 000 Kč", - "locality": "Praha, 190 00", - "lat": 50.106598, - "lon": 14.506245, + "locality": "Praha, 100 00", + "lat": 50.074273, + "lon": 14.493284, "disposition": "Atypický", "floor": null, "area": null, "building_type": "neuvedeno", "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-190-00/24448136", + "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-100-00/24514813", "source": "realingo", - "image": "" + "image": "", + "scraped_at": "2026-02-25" }, { - "hash_id": 24448122, + "hash_id": 24514769, "name": "Prodej bytu Atypický None m²", - "price": 2999000, - "price_formatted": "2 999 000 Kč", + "price": 6980000, + "price_formatted": "6 980 000 Kč", + "locality": "Praha, 154 00", + "lat": 50.010056, + "lon": 14.353809, + "disposition": "Atypický", + "floor": null, + "area": null, + "building_type": "neuvedeno", + "ownership": "neuvedeno", + "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-154-00/24514769", + "source": "realingo", + "image": "", + "scraped_at": "2026-02-25" + }, + { + "hash_id": 24514708, + "name": "Prodej bytu Atypický None m²", + "price": 5362000, + "price_formatted": "5 362 000 Kč", "locality": "Praha, 155 00", "lat": 50.030571, "lon": 14.308491, @@ -4330,2762 +156,9 @@ "area": null, "building_type": "neuvedeno", "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-155-00/24448122", + "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-155-00/24514708", "source": "realingo", - "image": "" - }, - { - "hash_id": 24448069, - "name": "Prodej bytu Atypický None m²", - "price": 11000000, - "price_formatted": "11 000 000 Kč", - "locality": "Praha, 140 00", - "lat": 50.041266, - "lon": 14.442902, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-140-00/24448069", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24447986, - "name": "Prodej bytu Atypický None m²", - "price": 7884000, - "price_formatted": "7 884 000 Kč", - "locality": "Praha, 160 00", - "lat": 50.112102, - "lon": 14.37767, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-160-00/24447986", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24447924, - "name": "Prodej bytu Atypický None m²", - "price": 12000000, - "price_formatted": "12 000 000 Kč", - "locality": "Praha, 170 00", - "lat": 50.105497, - "lon": 14.432602, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-170-00/24447924", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24447830, - "name": "Prodej bytu 3+1 75 m²", - "price": 10390000, - "price_formatted": "10 390 000 Kč", - "locality": "Želivecká, Praha", - "lat": 50.060803888889, - "lon": 14.497393333333, - "disposition": "3+1", - "floor": 2, - "area": 75, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/pronajem/byt-3+1-zelivecka-praha/24447830", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24446427, - "name": "Prodej bytu 3+kk 79 m²", - "price": 12950000, - "price_formatted": "12 950 000 Kč", - "locality": "Klečkova, Praha", - "lat": 50.05957012163, - "lon": 14.33033950804, - "disposition": "3+kk", - "floor": 2, - "area": 79, - "building_type": "OTHER", - "ownership": "Osobní", - "url": "https://www.realingo.cz/pronajem/byt-3+kk-kleckova-praha/24446427", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24446329, - "name": "Prodej bytu 3+kk 71 m²", - "price": 11990000, - "price_formatted": "11 990 000 Kč", - "locality": "Pod Harfou, Praha", - "lat": 50.103673333333, - "lon": 14.509231666667, - "disposition": "3+kk", - "floor": 7, - "area": 71, - "building_type": "OTHER", - "ownership": "Osobní", - "url": "https://www.realingo.cz/pronajem/byt-3+kk-pod-harfou-praha/24446329", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24446121, - "name": "Prodej bytu Atypický None m²", - "price": 5790000, - "price_formatted": "5 790 000 Kč", - "locality": "Praha, 160 00", - "lat": 50.112102, - "lon": 14.37767, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-160-00/24446121", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24445871, - "name": "Prodej bytu 4+kk 77 m²", - "price": 12840000, - "price_formatted": "12 840 000 Kč", - "locality": "Na výšinách, Praha", - "lat": 50.100365555556, - "lon": 14.418319722222, - "disposition": "4+kk", - "floor": 6, - "area": 77, - "building_type": "OTHER", - "ownership": "Osobní", - "url": "https://www.realingo.cz/pronajem/byt-4+kk-na-vysinach-praha/24445871", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24445477, - "name": "Prodej bytu 3+kk 85 m²", - "price": 11309354, - "price_formatted": "11 309 354 Kč", - "locality": "Penízovková, Praha", - "lat": 50.014793611111, - "lon": 14.582578055556, - "disposition": "3+kk", - "floor": 2, - "area": 85, - "building_type": "WIREFRAME", - "ownership": "Osobní", - "url": "https://www.realingo.cz/pronajem/byt-3+kk-penizovkova-praha/24445477", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24445225, - "name": "Prodej bytu Atypický None m²", - "price": 5612000, - "price_formatted": "5 612 000 Kč", - "locality": "Praha, 160 00", - "lat": 50.112102, - "lon": 14.37767, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-160-00/24445225", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24445212, - "name": "Prodej bytu Atypický None m²", - "price": 6900000, - "price_formatted": "6 900 000 Kč", - "locality": "Praha, 147 00", - "lat": 50.036745, - "lon": 14.415436, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-147-00/24445212", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24445183, - "name": "Prodej bytu Atypický None m²", - "price": 11520000, - "price_formatted": "11 520 000 Kč", - "locality": "Praha, 130 00", - "lat": 50.087602, - "lon": 14.470882, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-130-00/24445183", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24443429, - "name": "Prodej bytu 4+kk 137 m²", - "price": 7490000, - "price_formatted": "7 490 000 Kč", - "locality": "Novákových, Praha", - "lat": 50.103122777778, - "lon": 14.474975555556, - "disposition": "4+kk", - "floor": null, - "area": 137, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/pronajem/byt-4+kk-novakovych-praha/24443429", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24442783, - "name": "Prodej bytu 4+kk 80 m²", - "price": 12450000, - "price_formatted": "12 450 000 Kč", - "locality": "Škrábkových, Praha", - "lat": 50.140383883, - "lon": 14.5194945634, - "disposition": "4+kk", - "floor": 6, - "area": 80, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/pronajem/byt-4+kk-skrabkovych-praha/24442783", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24442482, - "name": "Prodej bytu 3+kk 96 m²", - "price": 12990000, - "price_formatted": "12 990 000 Kč", - "locality": "Gorazdova, Praha", - "lat": 50.07541306, - "lon": 14.41460371, - "disposition": "3+kk", - "floor": null, - "area": 96, - "building_type": "neuvedeno", - "ownership": "Osobní", - "url": "https://www.realingo.cz/pronajem/byt-3+kk-gorazdova-praha/24442482", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24440800, - "name": "Prodej bytu Atypický None m²", - "price": 7699000, - "price_formatted": "7 699 000 Kč", - "locality": "Praha, 130 00", - "lat": 50.087602, - "lon": 14.470882, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-130-00/24440800", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24440789, - "name": "Prodej bytu Atypický None m²", - "price": 12900000, - "price_formatted": "12 900 000 Kč", - "locality": "Praha, 106 00", - "lat": 50.055816, - "lon": 14.494743, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-106-00/24440789", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24440323, - "name": "Prodej bytu 3+kk 72 m²", - "price": 10863910, - "price_formatted": "10 863 910 Kč", - "locality": "Kolbenova, Praha", - "lat": 50.111320301195, - "lon": 14.510688639668, - "disposition": "3+kk", - "floor": 3, - "area": 72, - "building_type": "OTHER", - "ownership": "Osobní", - "url": "https://www.realingo.cz/pronajem/byt-3+kk-kolbenova-praha/24440323", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24440243, - "name": "Prodej bytu Atypický None m²", - "price": 7790000, - "price_formatted": "7 790 000 Kč", - "locality": "Praha, 147 00", - "lat": 50.036745, - "lon": 14.415436, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-147-00/24440243", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24438343, - "name": "Prodej bytu Atypický None m²", - "price": 8590000, - "price_formatted": "8 590 000 Kč", - "locality": "Praha, 150 00", - "lat": 50.071133, - "lon": 14.370975, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-150-00/24438343", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24438331, - "name": "Prodej bytu Atypický None m²", - "price": 12390000, - "price_formatted": "12 390 000 Kč", - "locality": "Praha, 130 00", - "lat": 50.087602, - "lon": 14.470882, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-130-00/24438331", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24438283, - "name": "Prodej bytu Atypický None m²", - "price": 5726000, - "price_formatted": "5 726 000 Kč", - "locality": "Praha, 156 00", - "lat": 49.966791, - "lon": 14.386082, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-156-00/24438283", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24437309, - "name": "Prodej bytu Atypický None m²", - "price": 7900000, - "price_formatted": "7 900 000 Kč", - "locality": "Praha, 109 00", - "lat": 50.047053, - "lon": 14.56315, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-109-00/24437309", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24436469, - "name": "Prodej bytu Atypický None m²", - "price": 8200000, - "price_formatted": "8 200 000 Kč", - "locality": "Praha, 190 00", - "lat": 50.106598, - "lon": 14.506245, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-190-00/24436469", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24435881, - "name": "Prodej bytu Atypický None m²", - "price": 9390000, - "price_formatted": "9 390 000 Kč", - "locality": "Praha, 142 00", - "lat": 50.005532, - "lon": 14.457836, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-142-00/24435881", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24435768, - "name": "Prodej bytu Atypický None m²", - "price": 9998000, - "price_formatted": "9 998 000 Kč", - "locality": "Praha, 120 00", - "lat": 50.076449, - "lon": 14.435263, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-120-00/24435768", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24435504, - "name": "Prodej bytu Atypický None m²", - "price": 8990000, - "price_formatted": "8 990 000 Kč", - "locality": "Praha, 102 00", - "lat": 50.05769, - "lon": 14.5362, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-102-00/24435504", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24434957, - "name": "Prodej bytu Atypický None m²", - "price": 8670000, - "price_formatted": "8 670 000 Kč", - "locality": "Praha, 196 00", - "lat": 50.152884, - "lon": 14.529845, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-196-00/24434957", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24434798, - "name": "Prodej bytu Atypický None m²", - "price": 6400000, - "price_formatted": "6 400 000 Kč", - "locality": "Praha, 148 00", - "lat": 50.014248, - "lon": 14.487877, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-148-00/24434798", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24433620, - "name": "Prodej bytu 4+kk 102 m²", - "price": 12230000, - "price_formatted": "12 230 000 Kč", - "locality": "Netlucká, Praha", - "lat": 50.06165, - "lon": 14.595685555556, - "disposition": "4+kk", - "floor": 3, - "area": 102, - "building_type": "WIREFRAME", - "ownership": "Osobní", - "url": "https://www.realingo.cz/pronajem/byt-4+kk-netlucka-praha/24433620", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24433281, - "name": "Prodej bytu 3+kk 87 m²", - "price": 5950000, - "price_formatted": "5 950 000 Kč", - "locality": "náměstí Plukovníka Vlčka, Praha", - "lat": 50.104626944444, - "lon": 14.575055555556, - "disposition": "3+kk", - "floor": 3, - "area": 87, - "building_type": "OTHER", - "ownership": "COLLECTIVE", - "url": "https://www.realingo.cz/pronajem/byt-3+kk-namesti-plukovnika-vlcka-praha/24433281", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24433076, - "name": "Prodej bytu Atypický 86 m²", - "price": 8295000, - "price_formatted": "8 295 000 Kč", - "locality": "Dienzenhoferovy sady, Praha", - "lat": 50.074489166667, - "lon": 14.4088925, - "disposition": "Atypický", - "floor": null, - "area": 86, - "building_type": "OTHER", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-dienzenhoferovy-sady-praha/24433076", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24431904, - "name": "Prodej bytu 3+kk 83 m²", - "price": 13290000, - "price_formatted": "13 290 000 Kč", - "locality": "Květnového vítězství, Praha", - "lat": 50.03312912453424, - "lon": 14.502146136997721, - "disposition": "3+kk", - "floor": 3, - "area": 83, - "building_type": "WIREFRAME", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-kvetnoveho-vitezstvi-praha/24431904", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24431261, - "name": "Prodej bytu 3+kk 78 m²", - "price": 12180000, - "price_formatted": "12 180 000 Kč", - "locality": "Dělnická, Praha", - "lat": 50.103243077506335, - "lon": 14.44956157239194, - "disposition": "3+kk", - "floor": 6, - "area": 78, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-4+1-svehlova-praha/24431261", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24430742, - "name": "Prodej bytu 3+1 116 m²", - "price": 12980000, - "price_formatted": "12 980 000 Kč", - "locality": "Legerova, Praha", - "lat": 50.073302638889, - "lon": 14.430440138888, - "disposition": "3+1", - "floor": 3, - "area": 116, - "building_type": "OTHER", - "ownership": "COLLECTIVE", - "url": "https://www.realingo.cz/pronajem/byt-3+1-legerova-praha/24430742", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24429690, - "name": "Prodej bytu 3+kk 85 m²", - "price": 10900000, - "price_formatted": "10 900 000 Kč", - "locality": "Za valem , Praha", - "lat": 50.0208925, - "lon": 14.465781388889, - "disposition": "3+kk", - "floor": 2, - "area": 85, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/pronajem/byt-3+kk-za-valem-praha/24429690", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24429584, - "name": "Prodej bytu 3+kk 264 m²", - "price": 3000000, - "price_formatted": "3 000 000 Kč", - "locality": "Sanderova, Praha", - "lat": 50.105185406833, - "lon": 14.458707031579, - "disposition": "3+kk", - "floor": 2, - "area": 264, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.realingo.cz/pronajem/byt-3+kk-sanderova-praha/24429584", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24429451, - "name": "Prodej bytu 3+1 95 m²", - "price": 12290000, - "price_formatted": "12 290 000 Kč", - "locality": "Na Kozačce 1103, Praha", - "lat": 50.071630833333, - "lon": 14.442352222222, - "disposition": "3+1", - "floor": null, - "area": 95, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/pronajem/byt-3+1-na-kozacce-praha/24429451", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24429286, - "name": "Prodej bytu 3+kk 78 m²", - "price": 13464900, - "price_formatted": "13 464 900 Kč", - "locality": "Pilotů, Praha", - "lat": 50.093080833333, - "lon": 14.299215277778, - "disposition": "3+kk", - "floor": 2, - "area": 78, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.realingo.cz/pronajem/byt-3+kk-pilotu-praha/24429286", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24427720, - "name": "Prodej bytu 3+kk 106 m²", - "price": 6299000, - "price_formatted": "6 299 000 Kč", - "locality": "Pod Karlovem, Praha", - "lat": 50.067786944444, - "lon": 14.433055, - "disposition": "3+kk", - "floor": 2, - "area": 106, - "building_type": "WIREFRAME", - "ownership": "COLLECTIVE", - "url": "https://www.realingo.cz/pronajem/byt-3+kk-pod-karlovem-praha/24427720", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24427565, - "name": "Prodej bytu 3+kk 74 m²", - "price": 10972300, - "price_formatted": "10 972 300 Kč", - "locality": "Jáchymovská, Praha", - "lat": 50.03524802, - "lon": 14.31407393, - "disposition": "3+kk", - "floor": 3, - "area": 74, - "building_type": "neuvedeno", - "ownership": "Osobní", - "url": "https://www.realingo.cz/pronajem/byt-3+kk-jachymovska-praha/24427565", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24426503, - "name": "Prodej bytu 3+kk 95 m²", - "price": 11650000, - "price_formatted": "11 650 000 Kč", - "locality": "Vysočany, Praha", - "lat": 50.108069189567, - "lon": 14.503623626183, - "disposition": "3+kk", - "floor": 6, - "area": 95, - "building_type": "OTHER", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-vysocany-praha/24426503", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24425591, - "name": "Prodej bytu Atypický None m²", - "price": 4595524, - "price_formatted": "4 595 524 Kč", - "locality": "Praha, 197 00", - "lat": 50.132684, - "lon": 14.549675, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-4+kk-praha-197-00/24425591", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24425340, - "name": "Prodej bytu Atypický None m²", - "price": 5055000, - "price_formatted": "5 055 000 Kč", - "locality": "Praha, 190 00", - "lat": 50.106598, - "lon": 14.506245, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-1+kk-praha-190-00/24425340", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24425311, - "name": "Prodej bytu Atypický None m²", - "price": 8500000, - "price_formatted": "8 500 000 Kč", - "locality": "Praha, 180 00", - "lat": 50.1088, - "lon": 14.467449, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-3+1-praha-182-00/24425311", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24424992, - "name": "Prodej bytu Atypický None m²", - "price": 7900000, - "price_formatted": "7 900 000 Kč", - "locality": "Praha, 182 00", - "lat": 50.140606, - "lon": 14.480152, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+kk-praha-182-00/24424992", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24423993, - "name": "Prodej bytu Atypický None m²", - "price": 7300000, - "price_formatted": "7 300 000 Kč", - "locality": "Praha, 190 00", - "lat": 50.106598, - "lon": 14.506245, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-3+1-praha-190-00/24423993", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24423963, - "name": "Prodej bytu Atypický None m²", - "price": 6986500, - "price_formatted": "6 986 500 Kč", - "locality": "Praha, 180 00", - "lat": 50.1088, - "lon": 14.467449, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-1+kk-liben-praha/24423963", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24423772, - "name": "Prodej bytu Atypický None m²", - "price": 7490000, - "price_formatted": "7 490 000 Kč", - "locality": "Praha, 198 00", - "lat": 50.100762, - "lon": 14.547443, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+1-praha-198-00/24423772", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24421675, - "name": "Prodej bytu 3+kk 84 m²", - "price": 12985000, - "price_formatted": "12 985 000 Kč", - "locality": "Kolbenova, Praha", - "lat": 50.111320301195, - "lon": 14.510688639668, - "disposition": "3+kk", - "floor": null, - "area": 84, - "building_type": "OTHER", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-kolbenova-praha/24421675", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24421573, - "name": "Prodej bytu 3+kk 104 m²", - "price": 11730000, - "price_formatted": "11 730 000 Kč", - "locality": "V Zeleném údolí, Praha", - "lat": 50.021405277778, - "lon": 14.466266111111, - "disposition": "3+kk", - "floor": 6, - "area": 104, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-v-zelenem-udoli-praha/24421573", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24421497, - "name": "Prodej bytu 3+1 102 m²", - "price": 11450000, - "price_formatted": "11 450 000 Kč", - "locality": "náměstí Dr. Václava Holého, Praha", - "lat": 50.106429444444, - "lon": 14.474567777778, - "disposition": "3+1", - "floor": 2, - "area": 102, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+1-namesti-dr-vaclava-holeho-praha/24421497", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24421416, - "name": "Prodej bytu 3+kk 70 m²", - "price": 9999000, - "price_formatted": "9 999 000 Kč", - "locality": "Sečská, Praha", - "lat": 50.071186388889, - "lon": 14.503471111111, - "disposition": "3+kk", - "floor": 3, - "area": 70, - "building_type": "neuvedeno", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-secska-praha/24421416", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24421316, - "name": "Prodej bytu Atypický None m²", - "price": 9870000, - "price_formatted": "9 870 000 Kč", - "locality": "Praha, 155 00", - "lat": 50.030571, - "lon": 14.308491, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-3+kk-bronzova-praha/24421316", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24421279, - "name": "Prodej bytu 3+kk 74 m²", - "price": 9990000, - "price_formatted": "9 990 000 Kč", - "locality": "Bermanova, Praha", - "lat": 50.156033183677, - "lon": 14.516427098506, - "disposition": "3+kk", - "floor": 3, - "area": 74, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-bermanova-praha/24421279", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24421150, - "name": "Prodej bytu 3+1 69 m²", - "price": 9750000, - "price_formatted": "9 750 000 Kč", - "locality": "náměstí Bořislavka, Praha", - "lat": 50.097680694445, - "lon": 14.367492222222, - "disposition": "3+1", - "floor": 4, - "area": 69, - "building_type": "neuvedeno", - "ownership": "COLLECTIVE", - "url": "https://www.realingo.cz/prodej/byt-3+1-namesti-borislavka-praha/24421150", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24420997, - "name": "Prodej bytu 3+kk 72 m²", - "price": 10990000, - "price_formatted": "10 990 000 Kč", - "locality": "Pod Marjánkou, Praha", - "lat": 50.084353611111, - "lon": 14.372263333333, - "disposition": "3+kk", - "floor": 4, - "area": 72, - "building_type": "OTHER", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-pod-marjankou-praha/24420997", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24420013, - "name": "Prodej bytu 3+kk 87 m²", - "price": 3641309, - "price_formatted": "3 641 309 Kč", - "locality": "U mateřské školy, Praha", - "lat": 50.069588487231, - "lon": 14.457632370053, - "disposition": "3+kk", - "floor": 5, - "area": 87, - "building_type": "OTHER", - "ownership": "COLLECTIVE", - "url": "https://www.realingo.cz/prodej/byt-3+kk-u-materske-skoly-praha/24420013", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24416890, - "name": "Prodej bytu Atypický None m²", - "price": 5768000, - "price_formatted": "5 768 000 Kč", - "locality": "Praha, 190 00", - "lat": 50.106598, - "lon": 14.506245, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-1+kk-kolma-praha/24416890", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24416599, - "name": "Prodej bytu Atypický None m²", - "price": 6900000, - "price_formatted": "6 900 000 Kč", - "locality": "Praha, 100 00", - "lat": 50.074273, - "lon": 14.493284, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+kk-praha-100-00/24416599", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24414128, - "name": "Prodej bytu 3+kk 105 m²", - "price": 11500000, - "price_formatted": "11 500 000 Kč", - "locality": "Křesomyslova 599/8, Praha", - "lat": 50.06475, - "lon": 14.43852, - "disposition": "3+kk", - "floor": 5, - "area": 105, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-kresomyslova-5998-praha/24414128", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24412399, - "name": "Prodej bytu 3+kk 74 m²", - "price": 11519550, - "price_formatted": "11 519 550 Kč", - "locality": "Střížkovská, Praha", - "lat": 50.12078330449725, - "lon": 14.47813920998875, - "disposition": "3+kk", - "floor": 3, - "area": 74, - "building_type": "Cihlová", - "ownership": "OTHER", - "url": "https://www.realingo.cz/prodej/byt-3+kk-praha-180-00/24412399", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24412398, - "name": "Prodej bytu Atypický None m²", - "price": 10000000, - "price_formatted": "10 000 000 Kč", - "locality": "Praha, 149 00", - "lat": 50.020976, - "lon": 14.520149, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-4+kk-praha-149-00/24412398", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24411862, - "name": "Prodej bytu 3+kk 92 m²", - "price": 11990000, - "price_formatted": "11 990 000 Kč", - "locality": "Lysolajské údolí, Praha", - "lat": 50.125025555556, - "lon": 14.376164722222, - "disposition": "3+kk", - "floor": null, - "area": 92, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-lysolajske-udoli-praha/24411862", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24410990, - "name": "Prodej bytu Atypický None m²", - "price": 7245000, - "price_formatted": "7 245 000 Kč", - "locality": "Praha, 150 00", - "lat": 50.071133, - "lon": 14.370975, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+kk-praha-150-00/24410990", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24410293, - "name": "Prodej bytu 3+kk 69 m²", - "price": 7250000, - "price_formatted": "7 250 000 Kč", - "locality": "Poděbradská, Praha", - "lat": 50.106233611111, - "lon": 14.543530277778, - "disposition": "3+kk", - "floor": 2, - "area": 69, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-podebradska-praha/24410293", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24409779, - "name": "Prodej bytu Atypický None m²", - "price": 10792980, - "price_formatted": "10 792 980 Kč", - "locality": "Praha, 180 00", - "lat": 50.1088, - "lon": 14.467449, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+kk-praha-180-00/24409779", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24409345, - "name": "Prodej bytu 3+kk 280 m²", - "price": 4000000, - "price_formatted": "4 000 000 Kč", - "locality": "Sanderova, Praha", - "lat": 50.105185406833, - "lon": 14.458707031579, - "disposition": "3+kk", - "floor": 2, - "area": 280, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-sanderova-praha/24409345", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24409036, - "name": "Prodej bytu Atypický None m²", - "price": 5189000, - "price_formatted": "5 189 000 Kč", - "locality": "Praha, 149 00", - "lat": 50.020976, - "lon": 14.520149, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-5+kk-praha-149-00/24409036", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24407970, - "name": "Prodej bytu Atypický None m²", - "price": 10499000, - "price_formatted": "10 499 000 Kč", - "locality": "Praha, 130 00", - "lat": 50.087602, - "lon": 14.470882, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+1-praha-130-00/24407970", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24403320, - "name": "Prodej bytu 3+1 114 m²", - "price": 13250000, - "price_formatted": "13 250 000 Kč", - "locality": "Ortenovo náměstí, Praha", - "lat": 50.108198888889, - "lon": 14.450470277778, - "disposition": "3+1", - "floor": null, - "area": 114, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+1-ortenovo-namesti-praha/24403320", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24403145, - "name": "Prodej bytu 3+1 76 m²", - "price": 8990000, - "price_formatted": "8 990 000 Kč", - "locality": "Bělčická, Praha", - "lat": 50.046606944444, - "lon": 14.492279722222, - "disposition": "3+1", - "floor": 4, - "area": 76, - "building_type": "neuvedeno", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+1-belcicka-praha/24403145", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24403031, - "name": "Prodej bytu 3+1 77 m²", - "price": 11490000, - "price_formatted": "11 490 000 Kč", - "locality": "Na výšinách, Praha", - "lat": 50.100365555556, - "lon": 14.418319722222, - "disposition": "3+1", - "floor": 6, - "area": 77, - "building_type": "OTHER", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+1-na-vysinach-praha/24403031", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24403024, - "name": "Prodej bytu 3+kk 73 m²", - "price": 10990000, - "price_formatted": "10 990 000 Kč", - "locality": "Václava Trojana, Praha", - "lat": 50.032429444444, - "lon": 14.6114375, - "disposition": "3+kk", - "floor": 4, - "area": 73, - "building_type": "OTHER", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-vaclava-trojana-praha/24403024", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24402130, - "name": "Prodej bytu Atypický None m²", - "price": 10399000, - "price_formatted": "10 399 000 Kč", - "locality": "Praha, 130 00", - "lat": 50.087602, - "lon": 14.470882, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+kk-praha-130-00/24402130", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24401892, - "name": "Prodej bytu Atypický None m²", - "price": 7800000, - "price_formatted": "7 800 000 Kč", - "locality": "Praha, 130 00", - "lat": 50.087602, - "lon": 14.470882, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+kk-praha-130-00/24401892", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24400112, - "name": "Prodej bytu 3+kk 91 m²", - "price": 13200000, - "price_formatted": "13 200 000 Kč", - "locality": "Velké Kunratické, Praha", - "lat": 50.02018276, - "lon": 14.46754405, - "disposition": "3+kk", - "floor": null, - "area": 91, - "building_type": "neuvedeno", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-velke-kunraticke-praha/24400112", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24394216, - "name": "Prodej bytu 3+kk 76 m²", - "price": 11740000, - "price_formatted": "11 740 000 Kč", - "locality": "K Vinoři, Praha", - "lat": 50.132721388889, - "lon": 14.562323611111, - "disposition": "3+kk", - "floor": null, - "area": 76, - "building_type": "neuvedeno", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-k-vinori-praha/24394216", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24392860, - "name": "Prodej bytu 3+kk 80 m²", - "price": 11995000, - "price_formatted": "11 995 000 Kč", - "locality": "Wiesenthalova, Praha", - "lat": 50.038699924406, - "lon": 14.320042128464, - "disposition": "3+kk", - "floor": 3, - "area": 80, - "building_type": "OTHER", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-praha-155-00/24392860", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24391892, - "name": "Prodej bytu Atypický None m²", - "price": 2999005, - "price_formatted": "2 999 005 Kč", - "locality": "Praha, 152 00", - "lat": 50.037352, - "lon": 14.382048, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+kk-praha-152-00/24391892", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24391270, - "name": "Prodej bytu 3+kk 78 m²", - "price": 11990000, - "price_formatted": "11 990 000 Kč", - "locality": "Na Baních, Praha", - "lat": 49.9509781, - "lon": 14.3767451, - "disposition": "3+kk", - "floor": 2, - "area": 78, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-na-banich-praha/24391270", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24389398, - "name": "Prodej bytu 3+kk 76 m²", - "price": 11133000, - "price_formatted": "11 133 000 Kč", - "locality": "K Vinoři, Praha", - "lat": 50.132721388889, - "lon": 14.562323611111, - "disposition": "3+kk", - "floor": 2, - "area": 76, - "building_type": "neuvedeno", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-k-vinori-praha/24389398", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24389397, - "name": "Prodej bytu 3+kk 75 m²", - "price": 12939000, - "price_formatted": "12 939 000 Kč", - "locality": "K Vinoři, Praha", - "lat": 50.132721388889, - "lon": 14.562323611111, - "disposition": "3+kk", - "floor": null, - "area": 75, - "building_type": "neuvedeno", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-k-vinori-praha/24389397", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24389246, - "name": "Prodej bytu Atypický None m²", - "price": 7980000, - "price_formatted": "7 980 000 Kč", - "locality": "Praha, 198 00", - "lat": 50.100762, - "lon": 14.547443, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-3+1-bryksova-praha/24389246", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24389230, - "name": "Prodej bytu 3+kk 77 m²", - "price": 10990000, - "price_formatted": "10 990 000 Kč", - "locality": "Ďáblická, Praha", - "lat": 50.142273333333, - "lon": 14.483078055556, - "disposition": "3+kk", - "floor": 2, - "area": 77, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-dablicka-praha/24389230", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24387852, - "name": "Prodej bytu Atypický None m²", - "price": 8000000, - "price_formatted": "8 000 000 Kč", - "locality": "Praha, 101 00", - "lat": 50.062098, - "lon": 14.464788, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-ostatni-praha-101-00/24387852", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24387353, - "name": "Prodej bytu 4+kk 90 m²", - "price": 11700000, - "price_formatted": "11 700 000 Kč", - "locality": "Ke stadionu, Praha", - "lat": 50.1465429, - "lon": 14.5324278, - "disposition": "4+kk", - "floor": 3, - "area": 90, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-4+kk-ke-stadionu-praha/24387353", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24385533, - "name": "Prodej bytu Atypický None m²", - "price": 5649000, - "price_formatted": "5 649 000 Kč", - "locality": "111 01, Praha 10", - "lat": 50.058585, - "lon": 14.561405, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-1+kk-praha-10-111-01/24385533", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24385034, - "name": "Prodej bytu Atypický None m²", - "price": 8500000, - "price_formatted": "8 500 000 Kč", - "locality": "Praha, 152 00", - "lat": 50.037352, - "lon": 14.382048, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+kk-praha-152-00/24385034", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24384608, - "name": "Prodej bytu Atypický None m²", - "price": 8400000, - "price_formatted": "8 400 000 Kč", - "locality": "Praha, 142 00", - "lat": 50.005532, - "lon": 14.457836, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-3+1-nad-lesnim-divadlem-praha/24384608", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24382731, - "name": "Prodej bytu Atypický 77 m²", - "price": 7390000, - "price_formatted": "7 390 000 Kč", - "locality": "Jana Zajíce, Praha", - "lat": 50.100653333333, - "lon": 14.417477777778, - "disposition": "Atypický", - "floor": null, - "area": 77, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-5+1-jana-zajice-praha/24382731", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24382111, - "name": "Prodej bytu Atypický None m²", - "price": 7971000, - "price_formatted": "7 971 000 Kč", - "locality": "Praha, 190 00", - "lat": 50.106598, - "lon": 14.506245, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-3+1-rumburska-praha/24382111", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24381981, - "name": "Prodej bytu Atypický None m²", - "price": 6848000, - "price_formatted": "6 848 000 Kč", - "locality": "Praha, 130 00", - "lat": 50.087602, - "lon": 14.470882, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-1+kk-velehradska-praha/24381981", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24373884, - "name": "Prodej bytu Atypický None m²", - "price": 9989000, - "price_formatted": "9 989 000 Kč", - "locality": "Praha, 165 00", - "lat": 50.133949, - "lon": 14.374065, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-ostatni-byty-praha-165-00/24373884", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24371761, - "name": "Prodej bytu Atypický None m²", - "price": 7990000, - "price_formatted": "7 990 000 Kč", - "locality": "Praha, 190 00", - "lat": 50.106598, - "lon": 14.506245, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+kk-praha-190-00/24371761", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24370157, - "name": "Prodej bytu 4+kk 113 m²", - "price": 13350000, - "price_formatted": "13 350 000 Kč", - "locality": "Ocelkova, Praha", - "lat": 50.10198499311509, - "lon": 14.570200222989136, - "disposition": "4+kk", - "floor": 5, - "area": 113, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-4+kk-ocelkova-praha/24370157", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24368526, - "name": "Prodej bytu Atypický None m²", - "price": 12988000, - "price_formatted": "12 988 000 Kč", - "locality": "Praha, 165 00", - "lat": 50.133949, - "lon": 14.374065, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+kk-praha-165-00/24368526", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24363983, - "name": "Prodej bytu 3+kk 73 m²", - "price": 12349349, - "price_formatted": "12 349 349 Kč", - "locality": "Hábova, Praha", - "lat": 50.0463262404803, - "lon": 14.310095569866556, - "disposition": "3+kk", - "floor": 3, - "area": 73, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-habova-praha/24363983", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24360301, - "name": "Prodej bytu 3+kk 75 m²", - "price": 13390000, - "price_formatted": "13 390 000 Kč", - "locality": "Waltariho, Praha", - "lat": 50.107672328058, - "lon": 14.524859091131, - "disposition": "3+kk", - "floor": 4, - "area": 75, - "building_type": "neuvedeno", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-waltariho-praha/24360301", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24359623, - "name": "Prodej bytu 3+kk 95 m²", - "price": 12990000, - "price_formatted": "12 990 000 Kč", - "locality": "V Zámcích, Praha", - "lat": 50.139790277778, - "lon": 14.397823611111, - "disposition": "3+kk", - "floor": 2, - "area": 95, - "building_type": "neuvedeno", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-praha-181-00/24359623", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24356080, - "name": "Prodej bytu Atypický None m²", - "price": 6600000, - "price_formatted": "6 600 000 Kč", - "locality": "Praha, 169 00", - "lat": 50.084959, - "lon": 14.367027, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-1+1-praha-169-00/24356080", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24354195, - "name": "Prodej bytu 3+kk 83 m²", - "price": 11380000, - "price_formatted": "11 380 000 Kč", - "locality": "Prouzova, Praha", - "lat": 50.110528055556, - "lon": 14.504156388889, - "disposition": "3+kk", - "floor": 3, - "area": 83, - "building_type": "OTHER", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-praha-190-00/24354195", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24351054, - "name": "Prodej bytu Atypický None m²", - "price": 10100000, - "price_formatted": "10 100 000 Kč", - "locality": "Praha, 100 00", - "lat": 50.074273, - "lon": 14.493284, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-3+kk-praha-100-00/24351054", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24348336, - "name": "Prodej bytu 3+kk 73 m²", - "price": 10500000, - "price_formatted": "10 500 000 Kč", - "locality": "Doubravčická, Praha", - "lat": 50.065948888889, - "lon": 14.502759444444, - "disposition": "3+kk", - "floor": 3, - "area": 73, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-doubravcicka-praha/24348336", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24336836, - "name": "Prodej bytu Atypický None m²", - "price": 8390700, - "price_formatted": "8 390 700 Kč", - "locality": "Praha, 198 00", - "lat": 50.100762, - "lon": 14.547443, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+kk-praha-198-00/24336836", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24336575, - "name": "Prodej bytu Atypický None m²", - "price": 8600000, - "price_formatted": "8 600 000 Kč", - "locality": "Praha, 128 00", - "lat": 50.068902, - "lon": 14.422474, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-1+1-praha-128-00/24336575", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24333369, - "name": "Prodej bytu Atypický None m²", - "price": 12290000, - "price_formatted": "12 290 000 Kč", - "locality": "Praha, 120 00", - "lat": 50.076449, - "lon": 14.435263, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-3+1-praha-120-00/24333369", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24331514, - "name": "Prodej bytu Atypický None m²", - "price": 12990000, - "price_formatted": "12 990 000 Kč", - "locality": "Praha, 110 00", - "lat": 50.087334, - "lon": 14.421111, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+1-praha-110-00/24331514", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24327248, - "name": "Prodej bytu 3+kk 106 m²", - "price": 12490000, - "price_formatted": "12 490 000 Kč", - "locality": "Na Plískavě, Praha", - "lat": 50.051747222222, - "lon": 14.526743611111, - "disposition": "3+kk", - "floor": 2, - "area": 106, - "building_type": "OTHER", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-na-pliskave-praha/24327248", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24323468, - "name": "Prodej bytu Atypický None m²", - "price": 8750000, - "price_formatted": "8 750 000 Kč", - "locality": "Praha, 148 00", - "lat": 50.014248, - "lon": 14.487877, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+kk-praha-148-00/24323468", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24316432, - "name": "Prodej bytu 3+kk 77 m²", - "price": 12626434, - "price_formatted": "12 626 434 Kč", - "locality": "Poděbradská, Praha", - "lat": 50.1024581, - "lon": 14.5069986, - "disposition": "3+kk", - "floor": 6, - "area": 77, - "building_type": "WIREFRAME", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-podebradska-praha/24316432", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24315959, - "name": "Prodej bytu Atypický None m²", - "price": 12790000, - "price_formatted": "12 790 000 Kč", - "locality": "Praha, 198 00", - "lat": 50.100762, - "lon": 14.547443, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-3+kk-praha-198-00/24315959", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24313932, - "name": "Prodej bytu 3+1 103 m²", - "price": 9790000, - "price_formatted": "9 790 000 Kč", - "locality": "Plánická, Praha", - "lat": 49.992125555556, - "lon": 14.366143611111, - "disposition": "3+1", - "floor": 2, - "area": 103, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+1-planicka-praha/24313932", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24309483, - "name": "Prodej bytu Atypický None m²", - "price": 12468000, - "price_formatted": "12 468 000 Kč", - "locality": "Praha, 180 00", - "lat": 50.1088, - "lon": 14.467449, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-3+1-praha-180-00/24309483", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24299637, - "name": "Prodej bytu 3+kk 80 m²", - "price": 8500000, - "price_formatted": "8 500 000 Kč", - "locality": "Drahobejlova, Praha", - "lat": 50.1043376324302, - "lon": 14.485522668335621, - "disposition": "3+kk", - "floor": 2, - "area": 80, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-drahobejlova-praha/24299637", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24297848, - "name": "Prodej bytu 3+1 94 m²", - "price": 12490000, - "price_formatted": "12 490 000 Kč", - "locality": "Kladrubská, Praha", - "lat": 50.139499166667, - "lon": 14.510755555556, - "disposition": "3+1", - "floor": 2, - "area": 94, - "building_type": "OTHER", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+1-kladrubska-praha/24297848", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24296926, - "name": "Prodej bytu 3+kk 76 m²", - "price": 10703709, - "price_formatted": "10 703 709 Kč", - "locality": "Makovská, Praha", - "lat": 50.0810347, - "lon": 14.5748394, - "disposition": "3+kk", - "floor": 2, - "area": 76, - "building_type": "WIREFRAME", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-makovska-praha/24296926", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24290990, - "name": "Prodej bytu 3+1 76 m²", - "price": 10490000, - "price_formatted": "10 490 000 Kč", - "locality": "Mečíková, Praha", - "lat": 50.058496111111, - "lon": 14.494555277778, - "disposition": "3+1", - "floor": 4, - "area": 76, - "building_type": "neuvedeno", - "ownership": "COLLECTIVE", - "url": "https://www.realingo.cz/prodej/byt-3+1-jetelova-praha/24290990", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24281354, - "name": "Prodej bytu 3+kk 85 m²", - "price": 11313453, - "price_formatted": "11 313 453 Kč", - "locality": "Penízovková, Praha", - "lat": 50.0133927, - "lon": 14.5829343, - "disposition": "3+kk", - "floor": 2, - "area": 85, - "building_type": "WIREFRAME", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-penizovkova-praha/24281354", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24280733, - "name": "Prodej bytu Atypický None m²", - "price": 12750000, - "price_formatted": "12 750 000 Kč", - "locality": "Praha, 130 00", - "lat": 50.087602, - "lon": 14.470882, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-3+1-praha-130-00/24280733", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24279438, - "name": "Prodej bytu 3+kk 103 m²", - "price": 12200000, - "price_formatted": "12 200 000 Kč", - "locality": "Sluneční náměstí, Praha", - "lat": 50.05029580588426, - "lon": 14.343679264214689, - "disposition": "3+kk", - "floor": 20, - "area": 103, - "building_type": "Cihlová", - "ownership": "COLLECTIVE", - "url": "https://www.realingo.cz/prodej/byt-3+kk-slunecni-namesti-praha/24279438", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24278641, - "name": "Prodej bytu Atypický None m²", - "price": 12199000, - "price_formatted": "12 199 000 Kč", - "locality": "Praha, 130 00", - "lat": 50.087602, - "lon": 14.470882, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-3+kk-praha-130-00/24278641", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24272158, - "name": "Prodej bytu 3+kk 75 m²", - "price": 10620000, - "price_formatted": "10 620 000 Kč", - "locality": "Františka Diviše, Praha", - "lat": 50.03312642559581, - "lon": 14.586861021143823, - "disposition": "3+kk", - "floor": 3, - "area": 75, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-frantiska-divise-praha/24272158", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24271239, - "name": "Prodej bytu Atypický None m²", - "price": 9485101, - "price_formatted": "9 485 101 Kč", - "locality": "Praha, 161 00", - "lat": 50.092724, - "lon": 14.27948, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+kk-praha-161-00/24271239", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24271239, - "name": "Prodej bytu Atypický None m²", - "price": 8754202, - "price_formatted": "8 754 202 Kč", - "locality": "Praha, 161 00", - "lat": 50.092724, - "lon": 14.27948, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+kk-praha-161-00/24271239", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24259403, - "name": "Prodej bytu 3+kk 69 m²", - "price": 10200000, - "price_formatted": "10 200 000 Kč", - "locality": "Praha", - "lat": 50.069569971243, - "lon": 14.457620373415, - "disposition": "3+kk", - "floor": 5, - "area": 69, - "building_type": "neuvedeno", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-uresova-praha/24259403", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24247452, - "name": "Prodej bytu 3+1 74 m²", - "price": 6990000, - "price_formatted": "6 990 000 Kč", - "locality": "V jezírkách, Praha", - "lat": 50.026376666667, - "lon": 14.517807777778, - "disposition": "3+1", - "floor": 7, - "area": 74, - "building_type": "neuvedeno", - "ownership": "COLLECTIVE", - "url": "https://www.realingo.cz/prodej/byt-3+1-praha-149-00/24247452", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24224490, - "name": "Prodej bytu 3+kk 74 m²", - "price": 10600000, - "price_formatted": "10 600 000 Kč", - "locality": "Špeciánova, Praha", - "lat": 50.164746944444, - "lon": 14.5265125, - "disposition": "3+kk", - "floor": 2, - "area": 74, - "building_type": "OTHER", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-specianova-praha/24224490", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24213978, - "name": "Prodej bytu 4+kk 97 m²", - "price": 5070000, - "price_formatted": "5 070 000 Kč", - "locality": "Honzíkova, Praha", - "lat": 50.067454338353, - "lon": 14.553609283749, - "disposition": "4+kk", - "floor": 2, - "area": 97, - "building_type": "neuvedeno", - "ownership": "COLLECTIVE", - "url": "https://www.realingo.cz/prodej/byt-4+kk-honzikova-praha/24213978", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24207385, - "name": "Prodej bytu 3+kk 73 m²", - "price": 3835000, - "price_formatted": "3 835 000 Kč", - "locality": "Honzíkova, Praha", - "lat": 50.067454338353, - "lon": 14.553609283749, - "disposition": "3+kk", - "floor": 6, - "area": 73, - "building_type": "neuvedeno", - "ownership": "COLLECTIVE", - "url": "https://www.realingo.cz/prodej/byt-3+kk-honzikova-praha/24207385", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24205044, - "name": "Prodej bytu Atypický None m²", - "price": 2590000, - "price_formatted": "2 590 000 Kč", - "locality": "Praha, 161 00", - "lat": 50.092724, - "lon": 14.27948, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+kk-drnovska-praha/24205044", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24202799, - "name": "Prodej bytu Atypický None m²", - "price": 8899000, - "price_formatted": "8 899 000 Kč", - "locality": "Praha, 130 00", - "lat": 50.087602, - "lon": 14.470882, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+kk-zerotinova-praha/24202799", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24199351, - "name": "Prodej bytu 4+kk 110 m²", - "price": 4982498, - "price_formatted": "4 982 498 Kč", - "locality": "Hlubočepy, Praha", - "lat": 50.035926340076, - "lon": 14.385336130404, - "disposition": "4+kk", - "floor": 7, - "area": 110, - "building_type": "neuvedeno", - "ownership": "COLLECTIVE", - "url": "https://www.realingo.cz/prodej/byt-4+kk-hlubocepy-praha/24199351", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24188119, - "name": "Prodej bytu 4+kk 113 m²", - "price": 5033600, - "price_formatted": "5 033 600 Kč", - "locality": "Honzíkova, Praha", - "lat": 50.067454338353, - "lon": 14.553609283749, - "disposition": "4+kk", - "floor": 2, - "area": 113, - "building_type": "OTHER", - "ownership": "COLLECTIVE", - "url": "https://www.realingo.cz/prodej/byt-4+kk-honzikova-praha/24188119", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24182881, - "name": "Prodej bytu Atypický None m²", - "price": 12990000, - "price_formatted": "12 990 000 Kč", - "locality": "Praha, 181 00", - "lat": 50.135545, - "lon": 14.422903, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-3+kk-praha-181-00/24182881", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24175837, - "name": "Prodej bytu Atypický None m²", - "price": 6260000, - "price_formatted": "6 260 000 Kč", - "locality": "Praha, 149 00", - "lat": 50.020976, - "lon": 14.520149, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-3+1-abertamy/24175837", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24174581, - "name": "Prodej bytu 3+kk 71 m²", - "price": 7250000, - "price_formatted": "7 250 000 Kč", - "locality": "náměstí U lípy svobody, Praha", - "lat": 50.063194037420004, - "lon": 14.594736147886907, - "disposition": "3+kk", - "floor": 3, - "area": 71, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-namesti-u-lipy-svobody-praha/24174581", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24167305, - "name": "Prodej bytu 3+kk 107 m²", - "price": 10700000, - "price_formatted": "10 700 000 Kč", - "locality": "Průběžná, Praha", - "lat": 50.07149728057455, - "lon": 14.487573979257068, - "disposition": "3+kk", - "floor": 4, - "area": 107, - "building_type": "Cihlová", - "ownership": "COLLECTIVE", - "url": "https://www.realingo.cz/prodej/byt-3+kk-prubezna-praha/24167305", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24160688, - "name": "Prodej bytu 3+kk 76 m²", - "price": 11875200, - "price_formatted": "11 875 200 Kč", - "locality": "náměstí Osvoboditelů, Praha", - "lat": 49.983982777778, - "lon": 14.358436666667, - "disposition": "3+kk", - "floor": 2, - "area": 76, - "building_type": "OTHER", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-namesti-osvoboditelu-praha/24160688", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24157448, - "name": "Prodej bytu 3+kk 73 m²", - "price": 10499000, - "price_formatted": "10 499 000 Kč", - "locality": "Křížová 1728/21, Praha", - "lat": 50.054268973957804, - "lon": 14.404672185818162, - "disposition": "3+kk", - "floor": 2, - "area": 73, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-krizova-praha/24157448", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24151784, - "name": "Prodej bytu 4+kk 73 m²", - "price": 10799900, - "price_formatted": "10 799 900 Kč", - "locality": "Na padesátém, Praha", - "lat": 50.064488888889, - "lon": 14.505731944444, - "disposition": "4+kk", - "floor": 3, - "area": 73, - "building_type": "neuvedeno", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-4+kk-vladivostocka-praha/24151784", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24130159, - "name": "Prodej bytu 3+kk 109 m²", - "price": 7299000, - "price_formatted": "7 299 000 Kč", - "locality": "Pod Karlovem, Praha", - "lat": 50.067786944444, - "lon": 14.433055, - "disposition": "3+kk", - "floor": 6, - "area": 109, - "building_type": "WIREFRAME", - "ownership": "COLLECTIVE", - "url": "https://www.realingo.cz/prodej/byt-3+kk-pod-karlovem-praha/24130159", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24113201, - "name": "Prodej bytu 3+kk 112 m²", - "price": 11350000, - "price_formatted": "11 350 000 Kč", - "locality": "Pod lesíkem, Praha", - "lat": 50.054026666667, - "lon": 14.561741666667, - "disposition": "3+kk", - "floor": null, - "area": 112, - "building_type": "OTHER", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-pod-lesikem-praha/24113201", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24092684, - "name": "Prodej bytu 3+kk 83 m²", - "price": 8900000, - "price_formatted": "8 900 000 Kč", - "locality": "Malkovského, Praha", - "lat": 50.1417874359971, - "lon": 14.5077189600669, - "disposition": "3+kk", - "floor": 5, - "area": 83, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-malkovskeho-praha/24092684", - "source": "realingo", - "image": "" - }, - { - "hash_id": 24046689, - "name": "Prodej bytu 4+1 118 m²", - "price": 13490000, - "price_formatted": "13 490 000 Kč", - "locality": "Ovčí hájek, Praha", - "lat": 50.04852418, - "lon": 14.34870145, - "disposition": "4+1", - "floor": 8, - "area": 118, - "building_type": "neuvedeno", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-4+1-praha-158-00/24046689", - "source": "realingo", - "image": "" - }, - { - "hash_id": 23997429, - "name": "Prodej bytu 3+kk 87 m²", - "price": 12000000, - "price_formatted": "12 000 000 Kč", - "locality": "Choceradská, Praha", - "lat": 50.0457700946085, - "lon": 14.4929956496426, - "disposition": "3+kk", - "floor": 3, - "area": 87, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-choceradska-praha/23997429", - "source": "realingo", - "image": "" - }, - { - "hash_id": 23992825, - "name": "Prodej bytu 3+kk 91 m²", - "price": 10480000, - "price_formatted": "10 480 000 Kč", - "locality": "Danielova, Praha", - "lat": 50.153906666667, - "lon": 14.531031944444, - "disposition": "3+kk", - "floor": 3, - "area": 91, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-danielova-cakovice-praha-cesko/23992825", - "source": "realingo", - "image": "" - }, - { - "hash_id": 23991461, - "name": "Prodej bytu Atypický None m²", - "price": 12350000, - "price_formatted": "12 350 000 Kč", - "locality": "Praha, 180 00", - "lat": 50.1088, - "lon": 14.467449, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-3+1-praha-180-00/23991461", - "source": "realingo", - "image": "" - }, - { - "hash_id": 23991460, - "name": "Prodej bytu Atypický None m²", - "price": 5980000, - "price_formatted": "5 980 000 Kč", - "locality": "Praha, 180 00", - "lat": 50.1088, - "lon": 14.467449, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-2+kk-praha-180-00/23991460", - "source": "realingo", - "image": "" - }, - { - "hash_id": 23851096, - "name": "Prodej bytu 3+kk 92 m²", - "price": 9650000, - "price_formatted": "9 650 000 Kč", - "locality": "Kyje, Praha", - "lat": 50.093665347546214, - "lon": 14.54270285678875, - "disposition": "3+kk", - "floor": 2, - "area": 92, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-kyje-praha/23851096", - "source": "realingo", - "image": "" - }, - { - "hash_id": 23812534, - "name": "Prodej bytu 3+kk 69 m²", - "price": 11250000, - "price_formatted": "11 250 000 Kč", - "locality": "Blažimská, Praha", - "lat": 50.04195215, - "lon": 14.49621258, - "disposition": "3+kk", - "floor": 3, - "area": 69, - "building_type": "neuvedeno", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-blazimska-chodov-praha/23812534", - "source": "realingo", - "image": "" - }, - { - "hash_id": 23810030, - "name": "Prodej bytu 3+kk 74 m²", - "price": 11634400, - "price_formatted": "11 634 400 Kč", - "locality": "Jáchymovská, Praha", - "lat": 50.03524802, - "lon": 14.31407393, - "disposition": "3+kk", - "floor": 4, - "area": 74, - "building_type": "neuvedeno", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-jachymovska-reporyje-praha/23810030", - "source": "realingo", - "image": "" - }, - { - "hash_id": 23784382, - "name": "Prodej bytu 3+kk 79 m²", - "price": 13299000, - "price_formatted": "13 299 000 Kč", - "locality": "Praha", - "lat": 50.0554092, - "lon": 14.3825757, - "disposition": "3+kk", - "floor": 2, - "area": 79, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-praha/23784382", - "source": "realingo", - "image": "" - }, - { - "hash_id": 23733161, - "name": "Prodej bytu 3+kk 72 m²", - "price": 7300000, - "price_formatted": "7 300 000 Kč", - "locality": "NA ROKYTCE 1329/2", - "lat": 50.10706831606984, - "lon": 14.474040336357234, - "disposition": "3+kk", - "floor": 2, - "area": 72, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-na-rokytce-13292-praha/23733161", - "source": "realingo", - "image": "" - }, - { - "hash_id": 23718232, - "name": "Prodej bytu Atypický None m²", - "price": 9990000, - "price_formatted": "9 990 000 Kč", - "locality": "Praha, 100 00", - "lat": 50.074273, - "lon": 14.493284, - "disposition": "Atypický", - "floor": null, - "area": null, - "building_type": "neuvedeno", - "ownership": "neuvedeno", - "url": "https://www.realingo.cz/prodej/byt-3+1-praha-100-00/23718232", - "source": "realingo", - "image": "" - }, - { - "hash_id": 23710161, - "name": "Prodej bytu 3+1 105 m²", - "price": 12490000, - "price_formatted": "12 490 000 Kč", - "locality": "V dolině, Praha", - "lat": 50.058453105646, - "lon": 14.4686069315431, - "disposition": "3+1", - "floor": 7, - "area": 105, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+1-v-doline-praha/23710161", - "source": "realingo", - "image": "" - }, - { - "hash_id": 23487738, - "name": "Prodej bytu 3+kk 92 m²", - "price": 9590000, - "price_formatted": "9 590 000 Kč", - "locality": "náměstí Přátelství 1518/2, Praha", - "lat": 50.04469842981855, - "lon": 14.517615810464198, - "disposition": "3+kk", - "floor": 3, - "area": 92, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-praha-102-00/23487738", - "source": "realingo", - "image": "" - }, - { - "hash_id": 23169090, - "name": "Prodej bytu 3+kk 84 m²", - "price": 9999000, - "price_formatted": "9 999 000 Kč", - "locality": "U kněžské louky, Praha", - "lat": 50.0940039, - "lon": 14.4933395, - "disposition": "3+kk", - "floor": 4, - "area": 84, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-u-knezske-louky-praha/23169090", - "source": "realingo", - "image": "" - }, - { - "hash_id": 23053199, - "name": "Prodej bytu 3+kk 95 m²", - "price": 10775000, - "price_formatted": "10 775 000 Kč", - "locality": "U Smaltovny 11, Praha 7", - "lat": 50.1020811, - "lon": 14.4360982, - "disposition": "3+kk", - "floor": 4, - "area": 95, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-u-smaltovny-11-praha-7/23053199", - "source": "realingo", - "image": "" - }, - { - "hash_id": 20283973, - "name": "Prodej bytu 3+kk 77 m²", - "price": 9000000, - "price_formatted": "9 000 000 Kč", - "locality": "Praha 7", - "lat": 50.102049, - "lon": 14.4329519, - "disposition": "3+kk", - "floor": null, - "area": 77, - "building_type": "STONE", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-praha-7/20283973", - "source": "realingo", - "image": "" - }, - { - "hash_id": 20144251, - "name": "Prodej bytu 3+1 82 m²", - "price": 5399000, - "price_formatted": "5 399 000 Kč", - "locality": "Praha 13, Stodůlky", - "lat": 50.046022090366, - "lon": 14.3110258862, - "disposition": "3+1", - "floor": 3, - "area": 82, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+1-praha-13-stodulky/20144251", - "source": "realingo", - "image": "" - }, - { - "hash_id": 20095163, - "name": "Prodej bytu 3+kk 75 m²", - "price": 8500000, - "price_formatted": "8 500 000 Kč", - "locality": "Praha 6", - "lat": 50.1005785, - "lon": 14.3954363, - "disposition": "3+kk", - "floor": null, - "area": 75, - "building_type": "STONE", - "ownership": "Osobní", - "url": "https://www.realingo.cz/prodej/byt-3+kk-praha-6/20095163", - "source": "realingo", - "image": "" + "image": "", + "scraped_at": "2026-02-25" } ] \ No newline at end of file diff --git a/byty_sreality.json b/byty_sreality.json index 60d851f..bee3872 100644 --- a/byty_sreality.json +++ b/byty_sreality.json @@ -1,324 +1,4 @@ [ - { - "hash_id": 752694092, - "name": "Prodej bytu 3+kk 72 m² (Jednopodlažní)", - "price": 11832300, - "price_formatted": "11 832 300 Kč", - "locality": "Kabátové, Praha - Hlubočepy", - "lat": 50.032154, - "lon": 14.378248, - "disposition": "3+kk", - "floor": 7, - "area": 72, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hlubocepy-kabatove/752694092", - "image": "https://d18-a.sdn.cz/d_18/c_img_oe_E/nO1Ur3YPjBDq6KH61ExTcp3/420f.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2681025356, - "name": "Prodej bytu 3+kk 75 m² (Jednopodlažní)", - "price": 11530100, - "price_formatted": "11 530 100 Kč", - "locality": "Kabátové, Praha - Hlubočepy", - "lat": 50.032154, - "lon": 14.378248, - "disposition": "3+kk", - "floor": 2, - "area": 75, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hlubocepy-kabatove/2681025356", - "image": "https://d18-a.sdn.cz/d_18/c_img_oe_E/nO1Ur3YPjBPH4pBCVExTO9M/f53c.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2427577164, - "name": "Prodej bytu 3+kk 73 m² (Jednopodlažní)", - "price": 10990000, - "price_formatted": "10 990 000 Kč", - "locality": "Václava Trojana, Praha 10 - Uhříněves", - "lat": 50.033005, - "lon": 14.61097, - "disposition": "3+kk", - "floor": 4, - "area": 73, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-uhrineves-vaclava-trojana/2427577164", - "image": "https://d18-a.sdn.cz/d_18/c_img_of_B/kPRtHkVQLlCon8iBsVE3syhL/b04a.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 158065228, - "name": "Prodej bytu 3+kk 73 m²", - "price": 10947779, - "price_formatted": "10 947 779 Kč", - "locality": "Marie Podvalové, Praha - Čakovice", - "lat": 50.157696, - "lon": 14.519159, - "disposition": "3+kk", - "floor": 4, - "area": 73, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-cakovice-marie-podvalove/158065228", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqawIkHTbFrh4zH/4f1d.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3019572044, - "name": "Prodej bytu 3+kk 76 m²", - "price": 10790000, - "price_formatted": "10 790 000 Kč", - "locality": "Plzákova, Praha - Kbely", - "lat": 50.13237, - "lon": 14.53639, - "disposition": "3+kk", - "floor": 3, - "area": 76, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-kbely-plzakova/3019572044", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_A/nDJ4VEZEqCaOxZQ8PFZch2R/b90f.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 399971148, - "name": "Prodej bytu 3+kk 72 m²", - "price": 12290000, - "price_formatted": "12 290 000 Kč", - "locality": "Kolbenova, Praha 9 - Hloubětín", - "lat": 50.109985, - "lon": 14.527657, - "disposition": "3+kk", - "floor": 2, - "area": 72, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hloubetin-kolbenova/399971148", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqB6axWHeeFr9uLa/35cc.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1390900044, - "name": "Prodej bytu 3+kk 70 m²", - "price": 13500000, - "price_formatted": "13 500 000 Kč", - "locality": "Bratislavská, Praha 10 - Hostivař", - "lat": 50.044048, - "lon": 14.516497, - "disposition": "3+kk", - "floor": 6, - "area": 70, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hostivar-bratislavska/1390900044", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqB8gfpH2mFuTE2m/d3cf.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3476759372, - "name": "Prodej bytu 3+kk 86 m²", - "price": 12350000, - "price_formatted": "12 350 000 Kč", - "locality": "Nademlejnská, Praha 9 - Hloubětín", - "lat": 50.103554, - "lon": 14.52893, - "disposition": "3+kk", - "floor": 7, - "area": 86, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hloubetin-nademlejnska/3476759372", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeND2I1YDyBFq3QlM/31ca.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3153072972, - "name": "Prodej bytu 3+kk 83 m² (Jednopodlažní)", - "price": 9700000, - "price_formatted": "9 700 000 Kč", - "locality": "Malkovského, Praha 9 - Letňany", - "lat": 50.142227, - "lon": 14.507899, - "disposition": "3+kk", - "floor": 6, - "area": 83, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-letnany-malkovskeho/3153072972", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/nPXMbbUsvqECACpDsmFmzrpS/e213.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1021510476, - "name": "Prodej bytu 3+kk 80 m²", - "price": 12690000, - "price_formatted": "12 690 000 Kč", - "locality": "Novotného, Praha 5 - Hlubočepy", - "lat": 50.027798, - "lon": 14.365065, - "disposition": "3+kk", - "floor": 5, - "area": 80, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hlubocepy-novotneho/1021510476", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_B/kOzkBkwYBTDPt7SN3RFeuwx2/31bb.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2101179212, - "name": "Prodej bytu 3+kk 74 m²", - "price": 9990000, - "price_formatted": "9 990 000 Kč", - "locality": "Bermanova, Praha 9 - Čakovice", - "lat": 50.156288, - "lon": 14.516864, - "disposition": "3+kk", - "floor": 2, - "area": 74, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-cakovice-bermanova/2101179212", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNBLdvLCuOFoheUN/4b45.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3939726156, - "name": "Prodej bytu 3+kk 91 m²", - "price": 10480000, - "price_formatted": "10 480 000 Kč", - "locality": "Danielova, Praha 9 - Čakovice", - "lat": 50.153698, - "lon": 14.530779, - "disposition": "3+kk", - "floor": 2, - "area": 91, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-cakovice-danielova/3939726156", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqB8gfpFRBFqbRqp/042a.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1137623884, - "name": "Prodej bytu 3+kk 71 m²", - "price": 12318349, - "price_formatted": "12 318 349 Kč", - "locality": "Praha 9", - "lat": 50.106956, - "lon": 14.510207, - "disposition": "3+kk", - "floor": 4, - "area": 71, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-praha-9-/1137623884", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNBLdvLEGwFrflXX/fb3e.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3226313292, - "name": "Prodej bytu 3+kk 83 m²", - "price": 13500000, - "price_formatted": "13 500 000 Kč", - "locality": "Na Neklance, Praha 5 - Smíchov", - "lat": 50.060715, - "lon": 14.401836, - "disposition": "3+kk", - "floor": 4, - "area": 83, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-smichov-na-neklance/3226313292", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeND2I1YDy2Fq7ErU/6389.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1591976780, - "name": "Prodej bytu 3+kk 74 m²", - "price": 10962500, - "price_formatted": "10 962 500 Kč", - "locality": "Mladoboleslavská, Praha 9 - Kbely", - "lat": 50.130577, - "lon": 14.549412, - "disposition": "3+kk", - "floor": 5, - "area": 74, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-kbely-mladoboleslavska/1591976780", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_B/nDJ4VEZEqx7ONV48FgQQQ7/2ad0.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 249877324, - "name": "Prodej bytu 3+kk 78 m²", - "price": 13464900, - "price_formatted": "13 464 900 Kč", - "locality": "Pilotů, Praha 6 - Ruzyně", - "lat": 50.093006, - "lon": 14.29925, - "disposition": "3+kk", - "floor": 2, - "area": 78, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-ruzyne-pilotu/249877324", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqawIkHqCFr1L8h/520e.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 589460300, - "name": "Prodej bytu 3+kk 69 m²", - "price": 13126000, - "price_formatted": "13 126 000 Kč", - "locality": "Ke Slivenci, Praha - Lochkov", - "lat": 50.004192, - "lon": 14.355805, - "disposition": "3+kk", - "floor": 2, - "area": 69, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-lochkov-ke-slivenci/589460300", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqCrBESFRwFq0YmL/cd28.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3248993100, - "name": "Prodej bytu 3+kk 106 m² (Jednopodlažní)", - "price": 12490000, - "price_formatted": "12 490 000 Kč", - "locality": "Na Plískavě, Praha 10 - Hostivař", - "lat": 50.051746, - "lon": 14.526683, - "disposition": "3+kk", - "floor": 2, - "area": 106, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hostivar-na-pliskave/3248993100", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_B/nPXMbbUsvqawIkKM7Fu34rc/7dc6.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2860663372, - "name": "Prodej bytu 3+kk 78 m² (Jednopodlažní)", - "price": 12463000, - "price_formatted": "12 463 000 Kč", - "locality": "Kubelíkova, Praha", - "lat": 50.082317, - "lon": 14.450463, - "disposition": "3+kk", - "floor": 4, - "area": 78, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha--kubelikova/2860663372", - "image": "https://d18-a.sdn.cz/d_18/c_img_oZ_C/nsLxLojIBfZuBIjJDOugLv/2953.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3672994636, - "name": "Prodej bytu 3+kk 81 m²", - "price": 12390000, - "price_formatted": "12 390 000 Kč", - "locality": "Stochovská, Praha 6 - Ruzyně", - "lat": 50.082985, - "lon": 14.311815, - "disposition": "3+kk", - "floor": 3, - "area": 81, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-ruzyne-stochovska/3672994636", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNBx1gQCvbFolD8K/c22e.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, { "hash_id": 938877772, "name": "Prodej bytu 3+kk 99 m²", @@ -333,23 +13,8 @@ "building_type": "Smíšená", "ownership": "Osobní", "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-vrsovice-celjabinska/938877772", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNBLdvLCneFodIxL/21cc.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2695627340, - "name": "Prodej bytu 3+kk 89 m² (Mezonet)", - "price": 13467500, - "price_formatted": "13 467 500 Kč", - "locality": "Vodárenská, Praha - Podolí", - "lat": 50.058376, - "lon": 14.420282, - "disposition": "3+kk", - "floor": 7, - "area": 89, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-podoli-vodarenska/2695627340", - "image": "https://d18-a.sdn.cz/d_18/c_img_ob_A/kPxAuWMbDHC2NaatTDpFy5p/3229.jpeg?fl=res,400,300,3|shr,,20|jpg,90" + "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNBLdvLCneFodIxL/21cc.jpeg?fl=res,400,300,3|shr,,20|jpg,90", + "scraped_at": "2026-02-25" }, { "hash_id": 2036855628, @@ -365,2055 +30,8 @@ "building_type": "Cihlová", "ownership": "Osobní", "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-stodulky-na-vyrovne/2036855628", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_C/nPXMbbUsvqW7e6cQFkEl5P/7399.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2730259276, - "name": "Prodej bytu 3+kk 85 m²", - "price": 11499000, - "price_formatted": "11 499 000 Kč", - "locality": "Na Dědince, Praha 8 - Libeň", - "lat": 50.115685, - "lon": 14.472486, - "disposition": "3+kk", - "floor": 5, - "area": 85, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-liben-na-dedince/2730259276", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqBj6FAH16FudhZV/adc2.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3275031372, - "name": "Prodej bytu 3+kk 89 m² (Jednopodlažní)", - "price": 11900000, - "price_formatted": "11 900 000 Kč", - "locality": "Pýchavková, Praha 10 - Pitkovice", - "lat": 50.016739, - "lon": 14.582249, - "disposition": "3+kk", - "floor": 3, - "area": 89, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-pitkovice-pychavkova/3275031372", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_C/nDJ4VEZEqD86wCYT1FjMhvP/923b.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2490938188, - "name": "Prodej bytu 3+kk 94 m²", - "price": 9968914, - "price_formatted": "9 968 914 Kč", - "locality": "Zenklova, Praha 8 - Libeň", - "lat": 50.112217, - "lon": 14.475707, - "disposition": "3+kk", - "floor": 5, - "area": 94, - "building_type": "Cihlová", - "ownership": "Družstevní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-liben-zenklova/2490938188", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_B/nPXMbbUsvqawIkKOSFu6E8w/47c9.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2776150860, - "name": "Prodej bytu 3+kk 106 m² (Mezonet)", - "price": 9876336, - "price_formatted": "9 876 336 Kč", - "locality": "Zenklova, Praha 8 - Libeň", - "lat": 50.112217, - "lon": 14.475707, - "disposition": "3+kk", - "floor": 5, - "area": 106, - "building_type": "Cihlová", - "ownership": "Družstevní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-liben-zenklova/2776150860", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_B/kOzkBkwYBTCNNSBOd7Fg1pg4/377c.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2948907852, - "name": "Prodej bytu 3+kk 110 m²", - "price": 12450000, - "price_formatted": "12 450 000 Kč", - "locality": "Nuselská, Praha 4 - Nusle", - "lat": 50.059994, - "lon": 14.449458, - "disposition": "3+kk", - "floor": 7, - "area": 110, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-nusle-nuselska/2948907852", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_C/nDJ4VEZEqxQDMXjsFjOLcE/368c.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3278009164, - "name": "Prodej bytu 3+kk 94 m²", - "price": 9990000, - "price_formatted": "9 990 000 Kč", - "locality": "Malkovského, Praha 9 - Letňany", - "lat": 50.140865, - "lon": 14.507361, - "disposition": "3+kk", - "floor": 6, - "area": 94, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-letnany-malkovskeho/3278009164", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNBjPnRD1XFrBhDF/6a5a.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 276456268, - "name": "Prodej bytu 3+kk 93 m²", - "price": 12390000, - "price_formatted": "12 390 000 Kč", - "locality": "Kříženeckého náměstí, Praha 5 - Hlubočepy", - "lat": 50.03138, - "lon": 14.391757, - "disposition": "3+kk", - "floor": 2, - "area": 93, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hlubocepy-krizeneckeho-namesti/276456268", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_B/kY1K2LlXQB7HUz74FwQs60/ce8b.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3704697676, - "name": "Prodej bytu 3+kk 72 m²", - "price": 8000000, - "price_formatted": "8 000 000 Kč", - "locality": "Litevská, Praha 10 - Vršovice", - "lat": 50.072536, - "lon": 14.476557, - "disposition": "3+kk", - "floor": 5, - "area": 72, - "building_type": "Cihlová", - "ownership": "Družstevní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-vrsovice-litevska/3704697676", - "image": "https://d18-a.sdn.cz/d_18/c_img_of_A/nOztZkD4ZlC2Y2EU6E0MiZv/15fc.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1429013324, - "name": "Prodej bytu 3+kk 99 m²", - "price": 11500000, - "price_formatted": "11 500 000 Kč", - "locality": "Heydukova, Praha 8 - Libeň", - "lat": 50.102848, - "lon": 14.476036, - "disposition": "3+kk", - "floor": 5, - "area": 99, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-liben-heydukova/1429013324", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_B/nDJ4VEZEqCaOxZTwjFdkEjS/0870.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3596645196, - "name": "Prodej bytu 3+kk 88 m²", - "price": 13499000, - "price_formatted": "13 499 000 Kč", - "locality": "Plzeňská, Praha 5 - Stodůlky", - "lat": 50.061039, - "lon": 14.306672, - "disposition": "3+kk", - "floor": 2, - "area": 88, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-stodulky-plzenska/3596645196", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeND2I1YEWYFr8h8D/92f6.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1843860300, - "name": "Prodej bytu 3+kk 73 m² (Jednopodlažní)", - "price": 12990000, - "price_formatted": "12 990 000 Kč", - "locality": "Praha 9 - Vysočany", - "lat": 50.106956, - "lon": 14.510207, - "disposition": "3+kk", - "floor": 6, - "area": 73, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-vysocany-/1843860300", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_C/kOzkBkwYBTCNNSBHmVFRoNL0/ee40.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1726158156, - "name": "Prodej bytu 3+kk 72 m²", - "price": 11917901, - "price_formatted": "11 917 901 Kč", - "locality": "Marie Podvalové, Praha - Čakovice", - "lat": 50.157696, - "lon": 14.519159, - "disposition": "3+kk", - "floor": 3, - "area": 72, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-cakovice-marie-podvalove/1726158156", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqawIkHVgFriJvh/2e4d.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 832578892, - "name": "Prodej bytu 3+kk 77 m²", - "price": 12509412, - "price_formatted": "12 509 412 Kč", - "locality": "Marie Podvalové, Praha - Čakovice", - "lat": 50.157696, - "lon": 14.519159, - "disposition": "3+kk", - "floor": 3, - "area": 77, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-cakovice-marie-podvalove/832578892", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqawIkJqzFuWrsR/ff4e.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 21418828, - "name": "Prodej bytu 3+kk 95 m²", - "price": 11650000, - "price_formatted": "11 650 000 Kč", - "locality": "Na Harfě, Praha 9 - Vysočany", - "lat": 50.102989, - "lon": 14.501802, - "disposition": "3+kk", - "floor": 6, - "area": 95, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-vysocany-na-harfe/21418828", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeND2I1YFPnFuCZes/101d.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2550690636, - "name": "Prodej bytu 3+kk 76 m² (Jednopodlažní)", - "price": 10850000, - "price_formatted": "10 850 000 Kč", - "locality": "Boloňská, Praha - Horní Měcholupy", - "lat": 50.047672, - "lon": 14.55894, - "disposition": "3+kk", - "floor": 4, - "area": 76, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-horni-mecholupy-bolonska/2550690636", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeND2I1YCm8FoeXCI/e966.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3719308108, - "name": "Prodej bytu 3+kk 72 m²", - "price": 12863000, - "price_formatted": "12 863 000 Kč", - "locality": "Toufarova, Praha 5 - Stodůlky", - "lat": 50.042961, - "lon": 14.312009, - "disposition": "3+kk", - "floor": 3, - "area": 72, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-stodulky-toufarova/3719308108", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNBFLmuEwcFsHIKt/e1f5.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3936207692, - "name": "Prodej bytu 3+kk 69 m²", - "price": 11853625, - "price_formatted": "11 853 625 Kč", - "locality": "Nekonečného, Praha 5 - Stodůlky", - "lat": 50.042297, - "lon": 14.306854, - "disposition": "3+kk", - "floor": 2, - "area": 69, - "building_type": "Dřevostavba", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-stodulky-nekonecneho/3936207692", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqBj6FAGPXFsHGwU/4798.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1692087116, - "name": "Prodej bytu 3+kk 87 m²", - "price": 5950000, - "price_formatted": "5 950 000 Kč", - "locality": "náměstí Plukovníka Vlčka, Praha 9 - Černý Most", - "lat": 50.10437, - "lon": 14.575037, - "disposition": "3+kk", - "floor": 3, - "area": 87, - "building_type": "Smíšená", - "ownership": "Družstevní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-cerny-most-namesti-plukovnika-vlcka/1692087116", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_A/nDJ4VEZEqD86wCEN7FFcV9p/b693.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2328654668, - "name": "Prodej bytu 3+kk 78 m²", - "price": 8490000, - "price_formatted": "8 490 000 Kč", - "locality": "náměstí Protifašistických bojovníků, Praha 10 - Uhříněves", - "lat": 50.029461, - "lon": 14.600902, - "disposition": "3+kk", - "floor": 2, - "area": 78, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-uhrineves-namesti-protifasistickych-bojovniku/2328654668", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNCgOJyE8gFqILHd/afca.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 966988620, - "name": "Prodej bytu 3+kk 78 m²", - "price": 12950000, - "price_formatted": "12 950 000 Kč", - "locality": "Klečkova, Praha 5 - Stodůlky", - "lat": 50.059544, - "lon": 14.330179, - "disposition": "3+kk", - "floor": 2, - "area": 78, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-stodulky-kleckova/966988620", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_C/kOzkBkwYBTBLrRlRISFjxJqW/9c9d.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1316057932, - "name": "Prodej bytu 3+kk 75 m²", - "price": 12999000, - "price_formatted": "12 999 000 Kč", - "locality": "Babická, Praha 4 - Chodov", - "lat": 50.040405, - "lon": 14.498413, - "disposition": "3+kk", - "floor": 4, - "area": 75, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-chodov-babicka/1316057932", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqB6axWHESFrWqkZ/5659.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3356021324, - "name": "Prodej bytu 3+kk 70 m²", - "price": 10790000, - "price_formatted": "10 790 000 Kč", - "locality": "Praha 10 - Uhříněves", - "lat": 50.034393, - "lon": 14.590517, - "disposition": "3+kk", - "floor": 2, - "area": 70, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-uhrineves-/3356021324", - "image": "https://d18-a.sdn.cz/d_18/c_img_m2_C/nEEmzB06yBVcLPaT2iQb/a547.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3646804812, - "name": "Prodej bytu 3+kk 76 m² (Jednopodlažní)", - "price": 12717101, - "price_formatted": "12 717 101 Kč", - "locality": "Údolní, Praha 4 - Braník", - "lat": 50.025032, - "lon": 14.425974, - "disposition": "3+kk", - "floor": 8, - "area": 76, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-branik-udolni/3646804812", - "image": "https://d18-a.sdn.cz/d_18/c_img_od_E/kBlLbSfl8BFAxJCntEfI6TC/159e.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2284782412, - "name": "Prodej bytu 3+kk 105 m²", - "price": 13450000, - "price_formatted": "13 450 000 Kč", - "locality": "Lékařská, Praha 5 - Motol", - "lat": 50.074051, - "lon": 14.356808, - "disposition": "3+kk", - "floor": 4, - "area": 105, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-motol-lekarska/2284782412", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_A/nDJ4VEZEqBMnoOSTEFblacT/58fc.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 509657932, - "name": "Prodej bytu 3+kk 85 m²", - "price": 10900000, - "price_formatted": "10 900 000 Kč", - "locality": "Za Valem, Praha 4 - Kunratice", - "lat": 50.020504, - "lon": 14.465816, - "disposition": "3+kk", - "floor": 2, - "area": 85, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-kunratice-za-valem/509657932", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_A/kOzkBkwYBTCNNSBLFPFZ1ezF/68e6.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2185458508, - "name": "Prodej bytu 3+kk 76 m²", - "price": 12680000, - "price_formatted": "12 680 000 Kč", - "locality": "Matoušova, Praha - Smíchov", - "lat": 50.074284, - "lon": 14.405826, - "disposition": "3+kk", - "floor": 2, - "area": 76, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-smichov-matousova/2185458508", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNCgOJyGrQFsm0x9/ae55.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 4044624716, - "name": "Prodej bytu 3+kk 86 m²", - "price": 12990000, - "price_formatted": "12 990 000 Kč", - "locality": "Starochodovská, Praha 4 - Chodov", - "lat": 50.032272, - "lon": 14.500348, - "disposition": "3+kk", - "floor": 4, - "area": 86, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-chodov-starochodovska/4044624716", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNDpoIQCIjFnT3j5/7c74.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1671439692, - "name": "Prodej bytu 3+kk 77 m²", - "price": 12556524, - "price_formatted": "12 556 524 Kč", - "locality": "Marie Podvalové, Praha - Čakovice", - "lat": 50.157696, - "lon": 14.519159, - "disposition": "3+kk", - "floor": 3, - "area": 77, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-cakovice-marie-podvalove/1671439692", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqW7e6HmhFuWvTy/67cb.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3651539788, - "name": "Prodej bytu 3+kk 69 m² (Jednopodlažní)", - "price": 13500000, - "price_formatted": "13 500 000 Kč", - "locality": "Zvěřinova, Praha 3 - Strašnice", - "lat": 50.084606, - "lon": 14.482681, - "disposition": "3+kk", - "floor": 12, - "area": 69, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-strasnice-zverinova/3651539788", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_D/nDJ4VEZEqxmIDK5SFVQ67V/47d3.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1313456972, - "name": "Prodej bytu 3+kk 87 m²", - "price": 3641309, - "price_formatted": "3 641 309 Kč", - "locality": "Praha 9", - "lat": 50.106956, - "lon": 14.510207, - "disposition": "3+kk", - "floor": 5, - "area": 87, - "building_type": "Smíšená", - "ownership": "Družstevní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-praha-9-/1313456972", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_B/kY1K2LlXQBsPCGXMFvI8II/9010.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1192653644, - "name": "Prodej bytu 3+kk 80 m²", - "price": 12999990, - "price_formatted": "12 999 990 Kč", - "locality": "Mantovská, Praha - Horní Měcholupy", - "lat": 50.0396, - "lon": 14.569008, - "disposition": "3+kk", - "floor": 5, - "area": 80, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-horni-mecholupy-mantovska/1192653644", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNCgOJyHapFt25BO/298f.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 175792972, - "name": "Prodej bytu 3+kk 71 m²", - "price": 10990000, - "price_formatted": "10 990 000 Kč", - "locality": "Vřesovická, Praha 5 - Zličín", - "lat": 50.059868, - "lon": 14.286838, - "disposition": "3+kk", - "floor": 3, - "area": 71, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-zlicin-vresovicka/175792972", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_B/nPVpfd5QLLBPLz5s2FwCJDh/3c84.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3621479244, - "name": "Prodej bytu 3+kk 79 m² (Mezonet)", - "price": 12900000, - "price_formatted": "12 900 000 Kč", - "locality": "Bulharská, Praha 10 - Vršovice", - "lat": 50.071842, - "lon": 14.46282, - "disposition": "3+kk", - "floor": 5, - "area": 79, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-vrsovice-bulharska/3621479244", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_B/nPVpfd5QLLDqk1BbeFvlqNy/e129.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1196299084, - "name": "Prodej bytu 3+kk 90 m²", - "price": 13450000, - "price_formatted": "13 450 000 Kč", - "locality": "Mantovská, Praha 10 - Horní Měcholupy", - "lat": 50.041126, - "lon": 14.569748, - "disposition": "3+kk", - "floor": 3, - "area": 90, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-horni-mecholupy-mantovska/1196299084", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqB6axWJHGFuUhM9/ab40.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 4070581580, - "name": "Prodej bytu 3+kk 77 m²", - "price": 12207113, - "price_formatted": "12 207 113 Kč", - "locality": "Marie Podvalové, Praha - Čakovice", - "lat": 50.157696, - "lon": 14.519159, - "disposition": "3+kk", - "floor": 2, - "area": 77, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-cakovice-marie-podvalove/4070581580", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNBFLmuFzPFuWw0w/0867.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 4399948, - "name": "Prodej bytu 3+kk 78 m²", - "price": 11648000, - "price_formatted": "11 648 000 Kč", - "locality": "Na Míčánkách, Praha 10 - Vršovice", - "lat": 50.071323, - "lon": 14.463871, - "disposition": "3+kk", - "floor": 6, - "area": 78, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-vrsovice-na-micankach/4399948", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_D/kOzkBkwYBTBCGZ9JoyFVzUk6/39ca.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1098429260, - "name": "Prodej bytu 3+kk 86 m² (Mezonet)", - "price": 7834047, - "price_formatted": "7 834 047 Kč", - "locality": "Zenklova, Praha 8 - Libeň", - "lat": 50.112217, - "lon": 14.475707, - "disposition": "3+kk", - "floor": 5, - "area": 86, - "building_type": "Cihlová", - "ownership": "Družstevní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-liben-zenklova/1098429260", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_B/nDJ4VEZEqCemGmS2eFg1ngQ/0814.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 975307596, - "name": "Prodej bytu 3+kk 75 m²", - "price": 11550000, - "price_formatted": "11 550 000 Kč", - "locality": "K Lahovské, Praha 5 - Lochkov", - "lat": 50.003479, - "lon": 14.362226, - "disposition": "3+kk", - "floor": 2, - "area": 75, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-lochkov-k-lahovske/975307596", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNBP53ED7tFobUOy/4b5c.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2448565068, - "name": "Prodej bytu 3+kk 70 m²", - "price": 12900000, - "price_formatted": "12 900 000 Kč", - "locality": "Pod Harfou, Praha 9 - Vysočany", - "lat": 50.103802, - "lon": 14.5108, - "disposition": "3+kk", - "floor": 12, - "area": 70, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-vysocany-pod-harfou/2448565068", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_B/kY1K2LlXQBsPCGUzFvCq0S/b1d4.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 787665740, - "name": "Prodej bytu 3+kk 85 m²", - "price": 12300000, - "price_formatted": "12 300 000 Kč", - "locality": "Federova, Praha 9 - Kyje", - "lat": 50.1152, - "lon": 14.5653, - "disposition": "3+kk", - "floor": 2, - "area": 85, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-kyje-federova/787665740", - "image": "https://d18-a.sdn.cz/d_18/c_img_od_E/kBlLbSfl8B9O11CjxEerAxg/a53d.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 4152341324, - "name": "Prodej bytu 3+kk 81 m²", - "price": 12350000, - "price_formatted": "12 350 000 Kč", - "locality": "Novákových, Praha 8 - Libeň", - "lat": 50.103786, - "lon": 14.476581, - "disposition": "3+kk", - "floor": 4, - "area": 81, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-liben-novakovych/4152341324", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_D/kOzkBkwYBTBLrRlKAcFVxVNL/2cfc.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 4098429772, - "name": "Prodej bytu 3+kk 81 m²", - "price": 12980000, - "price_formatted": "12 980 000 Kč", - "locality": "Novákových, Praha 8 - Libeň", - "lat": 50.103786, - "lon": 14.476581, - "disposition": "3+kk", - "floor": 3, - "area": 81, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-liben-novakovych/4098429772", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNBx1gQCv1Fold6c/5b60.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 65700684, - "name": "Prodej bytu 3+kk 77 m²", - "price": 12391000, - "price_formatted": "12 391 000 Kč", - "locality": "Kutnohorská, Praha 10 - Dolní Měcholupy", - "lat": 50.057732, - "lon": 14.561535, - "disposition": "3+kk", - "floor": 2, - "area": 77, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-dolni-mecholupy-kutnohorska/65700684", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_C/nDJ4VEZEqxmIDGjIFPUKAS/9490.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 556598092, - "name": "Prodej bytu 3+kk 70 m²", - "price": 11490000, - "price_formatted": "11 490 000 Kč", - "locality": "Na Viktorce, Praha 3 - Žižkov", - "lat": 50.086342, - "lon": 14.482595, - "disposition": "3+kk", - "floor": 2, - "area": 70, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-zizkov-na-viktorce/556598092", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_B/kOzkBkwYBTEBlmaNutFeef2d/80a1.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3016532812, - "name": "Prodej bytu 3+kk 84 m²", - "price": 11700000, - "price_formatted": "11 700 000 Kč", - "locality": "Dittrichova, Praha 2 - Nové Město", - "lat": 50.074989, - "lon": 14.415755, - "disposition": "3+kk", - "floor": 4, - "area": 84, - "building_type": "Smíšená", - "ownership": "Družstevní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-nove-mesto-dittrichova/3016532812", - "image": "https://d18-a.sdn.cz/d_18/c_img_oa_D/kPxAuWMbDHCgJCaVcDg8Tbf/2f2b.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2647057228, - "name": "Prodej bytu 3+kk 79 m²", - "price": 13500000, - "price_formatted": "13 500 000 Kč", - "locality": "Svornosti, Praha 5 - Smíchov", - "lat": 50.071453, - "lon": 14.408455, - "disposition": "3+kk", - "floor": 6, - "area": 79, - "building_type": "Kamenná", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-smichov-svornosti/2647057228", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNCgOJyCpcFmP45v/41e0.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 888804172, - "name": "Prodej bytu 3+kk 77 m²", - "price": 12451186, - "price_formatted": "12 451 186 Kč", - "locality": "Kotevní, Praha 5 - Smíchov", - "lat": 50.063885, - "lon": 14.409646, - "disposition": "3+kk", - "floor": 5, - "area": 77, - "building_type": "Kamenná", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-smichov-kotevni/888804172", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNBLdvLBlvFmQInh/7bbe.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 961934156, - "name": "Prodej bytu 3+kk 71 m²", - "price": 13220749, - "price_formatted": "13 220 749 Kč", - "locality": "Vršní, Praha 8 - Kobylisy", - "lat": 50.124489, - "lon": 14.453209, - "disposition": "3+kk", - "floor": 2, - "area": 71, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-kobylisy-vrsni/961934156", - "image": "https://d18-a.sdn.cz/d_18/c_img_oc_D/nO0bgvR9rXB3JbECjvEL5uOS/a3c9.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 586642252, - "name": "Prodej bytu 3+kk 83 m²", - "price": 11650000, - "price_formatted": "11 650 000 Kč", - "locality": "K Radotínu, Praha 5 - Zbraslav", - "lat": 49.971115, - "lon": 14.374913, - "disposition": "3+kk", - "floor": 3, - "area": 83, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-zbraslav-k-radotinu/586642252", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqDzGaHHH6Ft7NkE/86e1.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3802198860, - "name": "Prodej bytu 3+kk 76 m²", - "price": 11133000, - "price_formatted": "11 133 000 Kč", - "locality": "K Vinoři, Praha - Kbely", - "lat": 50.133003, - "lon": 14.56198, - "disposition": "3+kk", - "floor": 2, - "area": 76, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-kbely-k-vinori/3802198860", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqB8gfpGBvFrfI2S/c953.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1115820876, - "name": "Prodej bytu 3+kk 71 m² (Jednopodlažní)", - "price": 12360000, - "price_formatted": "12 360 000 Kč", - "locality": "V Horní Stromce, Praha 3 - Vinohrady", - "lat": 50.076836, - "lon": 14.469539, - "disposition": "3+kk", - "floor": 3, - "area": 71, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-vinohrady-v-horni-stromce/1115820876", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_C/kOzkBkwYBTBCGZ9Gb9FOpvLF/ee36.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3956917068, - "name": "Prodej bytu 3+kk 72 m²", - "price": 11685992, - "price_formatted": "11 685 992 Kč", - "locality": "Mladoboleslavská, Praha 9 - Vinoř", - "lat": 50.130577, - "lon": 14.549412, - "disposition": "3+kk", - "floor": 2, - "area": 72, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-vinor-mladoboleslavska/3956917068", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNCgOJyF9DFrenUM/b605.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 271004492, - "name": "Prodej bytu 3+kk 100 m² (Jednopodlažní)", - "price": 11499000, - "price_formatted": "11 499 000 Kč", - "locality": "Pod Žvahovem, Praha 5 - Hlubočepy", - "lat": 50.042271, - "lon": 14.397407, - "disposition": "3+kk", - "floor": 2, - "area": 100, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hlubocepy-pod-zvahovem/271004492", - "image": "https://d18-a.sdn.cz/d_18/c_img_of_A/nOztZkD4ZlC6aNArwE048so/f559.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2090386252, - "name": "Prodej bytu 3+kk 71 m² (Jednopodlažní)", - "price": 11990000, - "price_formatted": "11 990 000 Kč", - "locality": "Hindlova, Praha 9 - Vysočany", - "lat": 50.110931, - "lon": 14.519487, - "disposition": "3+kk", - "floor": 9, - "area": 71, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-vysocany-hindlova/2090386252", - "image": "https://d18-a.sdn.cz/d_18/c_img_oe_B/nO1Ur3YPjB17k9miElAvH7/f738.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2053579340, - "name": "Prodej bytu 3+kk 76 m²", - "price": 11858981, - "price_formatted": "11 858 981 Kč", - "locality": "Za Novákovou zahradou, Praha - Satalice", - "lat": 50.122192, - "lon": 14.57646, - "disposition": "3+kk", - "floor": 3, - "area": 76, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-satalice-za-novakovou-zahradou/2053579340", - "image": "https://d18-a.sdn.cz/d_18/c_img_oe_B/nO1Ur3YPjB17k9qAElHGe3/e889.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 4143002444, - "name": "Prodej bytu 3+kk 83 m²", - "price": 12290000, - "price_formatted": "12 290 000 Kč", - "locality": "Ortenovo náměstí, Praha 7 - Holešovice", - "lat": 50.10976, - "lon": 14.448239, - "disposition": "3+kk", - "floor": 2, - "area": 83, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-holesovice-ortenovo-namesti/4143002444", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_A/kOzkBkwYBTBLrRlLv1FZ8hmI/a902.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 239190860, - "name": "Prodej bytu 3+kk 85 m²", - "price": 11480000, - "price_formatted": "11 480 000 Kč", - "locality": "Pod Rapidem, Praha 10 - Strašnice", - "lat": 50.071709, - "lon": 14.485498, - "disposition": "3+kk", - "floor": 3, - "area": 85, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-strasnice-pod-rapidem/239190860", - "image": "https://d18-a.sdn.cz/d_18/c_img_oe_C/kOzmiQlmfoDdPdoB8rEpPopt/f31b.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2242032460, - "name": "Prodej bytu 3+kk 98 m²", - "price": 12762764, - "price_formatted": "12 762 764 Kč", - "locality": "Lodžská, Praha 8 - Bohnice", - "lat": 50.13076, - "lon": 14.423249, - "disposition": "3+kk", - "floor": 5, - "area": 98, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-bohnice-lodzska/2242032460", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/nPXMbbUsvqB6axWDTSFm2GTb/ad82.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 4227625804, - "name": "Prodej bytu 3+kk 81 m²", - "price": 10990000, - "price_formatted": "10 990 000 Kč", - "locality": "Ukrajinská, Praha 10 - Vršovice", - "lat": 50.065208, - "lon": 14.450711, - "disposition": "3+kk", - "floor": 5, - "area": 81, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-vrsovice-ukrajinska/4227625804", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqDzGaHEfWFp5WXH/fd47.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2067301196, - "name": "Prodej bytu 3+kk 71 m²", - "price": 11803359, - "price_formatted": "11 803 359 Kč", - "locality": "Hábova, Praha 5 - Stodůlky", - "lat": 50.04636, - "lon": 14.310556, - "disposition": "3+kk", - "floor": 4, - "area": 71, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-stodulky-habova/2067301196", - "image": "https://d18-a.sdn.cz/d_18/c_img_of_A/nO5OZtPbfGEEwhJbVEzIk5w/6238.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 576226124, - "name": "Prodej bytu 3+kk 71 m²", - "price": 12026912, - "price_formatted": "12 026 912 Kč", - "locality": "Hábova, Praha 5 - Stodůlky", - "lat": 50.04636, - "lon": 14.310556, - "disposition": "3+kk", - "floor": 3, - "area": 71, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-stodulky-habova/576226124", - "image": "https://d18-a.sdn.cz/d_18/c_img_of_A/nO5OZtPbfGXuqXa5EzIqYl/4c78.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 473465676, - "name": "Prodej bytu 3+kk 73 m²", - "price": 12349349, - "price_formatted": "12 349 349 Kč", - "locality": "Hábova, Praha 5 - Stodůlky", - "lat": 50.04636, - "lon": 14.310556, - "disposition": "3+kk", - "floor": 3, - "area": 73, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-stodulky-habova/473465676", - "image": "https://d18-a.sdn.cz/d_18/c_img_of_A/nO5OZtPbfGCc8bBbKEzIlyN/5708.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1782088524, - "name": "Prodej bytu 3+kk 71 m²", - "price": 11803359, - "price_formatted": "11 803 359 Kč", - "locality": "Hábova, Praha 5 - Stodůlky", - "lat": 50.04636, - "lon": 14.310556, - "disposition": "3+kk", - "floor": 4, - "area": 71, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-stodulky-habova/1782088524", - "image": "https://d18-a.sdn.cz/d_18/c_img_of_A/nO5OZtPbfGEEwhJa5EzIkdr/4ff6.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1414517580, - "name": "Prodej bytu 3+kk 69 m²", - "price": 10700000, - "price_formatted": "10 700 000 Kč", - "locality": "U tvrze, Praha 10 - Malešice", - "lat": 50.086681, - "lon": 14.51375, - "disposition": "3+kk", - "floor": 2, - "area": 69, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-malesice-u-tvrze/1414517580", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_B/kY1K2LlXQBdLY8VWFvCeBV/3813.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3846345548, - "name": "Prodej bytu 3+kk 83 m² (Jednopodlažní)", - "price": 11380000, - "price_formatted": "11 380 000 Kč", - "locality": "Prouzova, Praha 9 - Vysočany", - "lat": 50.110413, - "lon": 14.503632, - "disposition": "3+kk", - "floor": 3, - "area": 83, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-vysocany-prouzova/3846345548", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqECACpHoQFreHH5/957e.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2395239244, - "name": "Prodej bytu 3+kk 87 m² (Jednopodlažní)", - "price": 10690000, - "price_formatted": "10 690 000 Kč", - "locality": "Vacínova, Praha 8 - Libeň", - "lat": 50.103409, - "lon": 14.478106, - "disposition": "3+kk", - "floor": 3, - "area": 87, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-liben-vacinova/2395239244", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_B/kY1K2LlXQDnuVLU2FvAwda/c3ea.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2896761676, - "name": "Prodej bytu 3+kk 70 m² (Jednopodlažní)", - "price": 13138000, - "price_formatted": "13 138 000 Kč", - "locality": "Žitná, Praha", - "lat": 50.077267, - "lon": 14.425838, - "disposition": "3+kk", - "floor": 2, - "area": 70, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha--zitna/2896761676", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_A/nDJ4VEZEqxmIDVDFHyvNp/1133.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 4191212364, - "name": "Prodej bytu 3+kk 91 m²", - "price": 11730000, - "price_formatted": "11 730 000 Kč", - "locality": "V Zeleném údolí, Praha 4 - Kunratice", - "lat": 50.021362, - "lon": 14.466308, - "disposition": "3+kk", - "floor": 5, - "area": 91, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-kunratice-v-zelenem-udoli/4191212364", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNDpoIQCXkFn18av/5077.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2289828684, - "name": "Prodej bytu 3+kk 78 m²", - "price": 13190000, - "price_formatted": "13 190 000 Kč", - "locality": "Poděbradská, Praha 9 - Vysočany", - "lat": 50.102901, - "lon": 14.5108, - "disposition": "3+kk", - "floor": 4, - "area": 78, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-vysocany-podebradska/2289828684", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/nPXMbbUsvqCrBESCmLFmzml4/d8b8.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 475530060, - "name": "Prodej bytu 3+kk 83 m²", - "price": 12250000, - "price_formatted": "12 250 000 Kč", - "locality": "Radouňova, Praha 5 - Stodůlky", - "lat": 50.039043, - "lon": 14.314881, - "disposition": "3+kk", - "floor": 3, - "area": 83, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-stodulky-radounova/475530060", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_A/nDJ4VEZEqxQDMR0LFbAhGV/d4cf.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3060691788, - "name": "Prodej bytu 3+kk 71 m² (Mezonet)", - "price": 12990000, - "price_formatted": "12 990 000 Kč", - "locality": "V Korytech, Praha 10 - Záběhlice", - "lat": 50.054527, - "lon": 14.49003, - "disposition": "3+kk", - "floor": 4, - "area": 71, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-zabehlice-v-korytech/3060691788", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNCgOJyDnKFnypVq/5809.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3224503116, - "name": "Prodej bytu 3+kk 75 m²", - "price": 12620000, - "price_formatted": "12 620 000 Kč", - "locality": "K Lahovské, Praha 5 - Lochkov", - "lat": 50.003006, - "lon": 14.355603, - "disposition": "3+kk", - "floor": 2, - "area": 75, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-lochkov-k-lahovske/3224503116", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/nPXMbbUsvqBP5QmDoWFobTQ3/cc86.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 593134412, - "name": "Prodej bytu 3+kk 76 m²", - "price": 12690000, - "price_formatted": "12 690 000 Kč", - "locality": "Poděbradská, Praha 9 - Hloubětín", - "lat": 50.103539, - "lon": 14.52475, - "disposition": "3+kk", - "floor": 2, - "area": 76, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hloubetin-podebradska/593134412", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_A/kOzkBkwYBTBLrRlCGNFFZypR/1dcf.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3286238028, - "name": "Prodej bytu 3+kk 83 m²", - "price": 12887000, - "price_formatted": "12 887 000 Kč", - "locality": "Šífařská, Praha 4 - Hodkovičky", - "lat": 50.021103, - "lon": 14.403102, - "disposition": "3+kk", - "floor": 2, - "area": 83, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hodkovicky-sifarska/3286238028", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqChCvUHlJFrobgZ/16b9.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3706454860, - "name": "Prodej bytu 3+kk 75 m² (Jednopodlažní)", - "price": 13295000, - "price_formatted": "13 295 000 Kč", - "locality": "Poděbradská, Praha 9 - Hloubětín", - "lat": 50.103302, - "lon": 14.524847, - "disposition": "3+kk", - "floor": 5, - "area": 75, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hloubetin-podebradska/3706454860", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_B/nDJ4VEZEqb3AyUDXFeLVBO/453c.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3450082124, - "name": "Prodej bytu 3+kk 72 m²", - "price": 12800000, - "price_formatted": "12 800 000 Kč", - "locality": "Toufarova, Praha - Stodůlky", - "lat": 50.042961, - "lon": 14.312009, - "disposition": "3+kk", - "floor": 3, - "area": 72, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-stodulky-toufarova/3450082124", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_A/kOzkBkwYBTDqlCCLBcFYQosd/0c3b.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2059010892, - "name": "Prodej bytu 3+kk 93 m² (Mezonet)", - "price": 13395000, - "price_formatted": "13 395 000 Kč", - "locality": "Táborská, Praha 4 - Nusle", - "lat": 50.061749, - "lon": 14.438057, - "disposition": "3+kk", - "floor": 6, - "area": 93, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-nusle-taborska/2059010892", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_A/kOzkBkwYBTCNNSBLU3FaJzDz/191f.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2093839180, - "name": "Prodej bytu 3+kk 74 m²", - "price": 10316413, - "price_formatted": "10 316 413 Kč", - "locality": "Hartigova, Praha 3 - Žižkov", - "lat": 50.089504, - "lon": 14.463739, - "disposition": "3+kk", - "floor": 2, - "area": 74, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-zizkov-hartigova/2093839180", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNBLdvLCvVFomGlH/301d.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 13505356, - "name": "Prodej bytu 3+kk 75 m²", - "price": 13490000, - "price_formatted": "13 490 000 Kč", - "locality": "Svornosti, Praha 5 - Smíchov", - "lat": 50.067326, - "lon": 14.409508, - "disposition": "3+kk", - "floor": 2, - "area": 75, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-smichov-svornosti/13505356", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_C/kOzkBkwYBTDPt7SGlbFO5XFw/45db.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3777012556, - "name": "Prodej bytu 3+kk 84 m²", - "price": 12505000, - "price_formatted": "12 505 000 Kč", - "locality": "Zenklova, Praha 8 - Libeň", - "lat": 50.115749, - "lon": 14.468445, - "disposition": "3+kk", - "floor": 2, - "area": 84, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-liben-zenklova/3777012556", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqCrBESHtMFubqZ3/0266.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3911689036, - "name": "Prodej bytu 3+kk 84 m²", - "price": 12614240, - "price_formatted": "12 614 240 Kč", - "locality": "Strašnická, Praha 10 - Záběhlice", - "lat": 50.058334, - "lon": 14.513746, - "disposition": "3+kk", - "floor": 2, - "area": 84, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-zabehlice-strasnicka/3911689036", - "image": "https://d18-a.sdn.cz/d_18/c_img_oa_D/nO7kYQIzllD73rqCuJDkZI2p/67e2.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1652388428, - "name": "Prodej bytu 3+kk 72 m²", - "price": 12793080, - "price_formatted": "12 793 080 Kč", - "locality": "Kolbenova, Praha 9 - Vysočany", - "lat": 50.11219, - "lon": 14.506794, - "disposition": "3+kk", - "floor": 2, - "area": 72, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-vysocany-kolbenova/1652388428", - "image": "https://d18-a.sdn.cz/d_18/c_img_oX_C/kb9Yg2GWeC36sVf5CpMXaz/5362.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3361420108, - "name": "Prodej bytu 3+kk 83 m²", - "price": 13290000, - "price_formatted": "13 290 000 Kč", - "locality": "Květnového vítězství, Praha 4 - Chodov", - "lat": 50.033131, - "lon": 14.502145, - "disposition": "3+kk", - "floor": 3, - "area": 83, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-chodov-kvetnoveho-vitezstvi/3361420108", - "image": "https://d18-a.sdn.cz/d_18/c_img_of_A/kPSgqAbxVYC238lBQOEz9M1V/cf30.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1607451212, - "name": "Prodej bytu 3+kk 84 m² (Jednopodlažní)", - "price": 12509392, - "price_formatted": "12 509 392 Kč", - "locality": "U loděnice, Praha - Zbraslav", - "lat": 49.966309, - "lon": 14.395173, - "disposition": "3+kk", - "floor": 2, - "area": 84, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-zbraslav-u-lodenice/1607451212", - "image": "https://d18-a.sdn.cz/d_18/c_img_m3_C/nPt0vAiT3tCiZSFTJBm1dBD/ff36.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1754669900, - "name": "Prodej bytu 3+kk 96 m² (Jednopodlažní)", - "price": 12897101, - "price_formatted": "12 897 101 Kč", - "locality": "Na Jivinách, Praha 6 - Ruzyně", - "lat": 50.077869, - "lon": 14.301823, - "disposition": "3+kk", - "floor": 3, - "area": 96, - "building_type": "Montovaná", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-ruzyne-na-jivinach/1754669900", - "image": "https://d18-a.sdn.cz/d_18/c_img_of_E/nDJ4VEZEqCemGm9zFEQIuz/c32e.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3495064396, - "name": "Prodej bytu 3+kk 78 m²", - "price": 11990000, - "price_formatted": "11 990 000 Kč", - "locality": "Sinkulova, Praha 4 - Podolí", - "lat": 50.058434, - "lon": 14.424773, - "disposition": "3+kk", - "floor": 2, - "area": 78, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-podoli-sinkulova/3495064396", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNCgOJyFl5FqzLLq/2b57.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2638049868, - "name": "Prodej bytu 3+kk 69 m²", - "price": 10200000, - "price_formatted": "10 200 000 Kč", - "locality": "Praha 4", - "lat": 50.060593, - "lon": 14.434184, - "disposition": "3+kk", - "floor": 5, - "area": 69, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha--/2638049868", - "image": "https://d18-a.sdn.cz/d_18/c_img_oX_C/kb9Yg2GWetzV8emCpRuRH/bed3.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 529953612, - "name": "Prodej bytu 3+kk 74 m² (Podkrovní)", - "price": 8490000, - "price_formatted": "8 490 000 Kč", - "locality": "Žabovřeská, Praha - Zbraslav", - "lat": 49.969963, - "lon": 14.384414, - "disposition": "3+kk", - "floor": 3, - "area": 74, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-zbraslav-zabovreska/529953612", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNBbFKjBDvFuTrCI/5e10.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1837527884, - "name": "Prodej bytu 3+kk 73 m² (Jednopodlažní)", - "price": 12790000, - "price_formatted": "12 790 000 Kč", - "locality": "Vrázova, Praha - Smíchov", - "lat": 50.071224, - "lon": 14.407872, - "disposition": "3+kk", - "floor": 3, - "area": 73, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-smichov-vrazova/1837527884", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqW7e6HoBFuXCRZ/a9bd.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 128349004, - "name": "Prodej bytu 3+kk 85 m²", - "price": 11157000, - "price_formatted": "11 157 000 Kč", - "locality": "Penízovková, Praha 10 - Pitkovice", - "lat": 50.013393, - "lon": 14.582934, - "disposition": "3+kk", - "floor": 2, - "area": 85, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-pitkovice-penizovkova/128349004", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqB6axWJGYFuRkos/3491.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 536245068, - "name": "Prodej bytu 3+kk 76 m²", - "price": 12111900, - "price_formatted": "12 111 900 Kč", - "locality": "Pod zámečkem, Praha 8 - Dolní Chabry", - "lat": 50.14003, - "lon": 14.447203, - "disposition": "3+kk", - "floor": 4, - "area": 76, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-dolni-chabry-pod-zameckem/536245068", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNBUfl4BeMFuDzBB/88e1.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2415293260, - "name": "Prodej bytu 3+kk 82 m²", - "price": 12799900, - "price_formatted": "12 799 900 Kč", - "locality": "Žďárská, Praha 8 - Dolní Chabry", - "lat": 50.140709, - "lon": 14.445317, - "disposition": "3+kk", - "floor": 2, - "area": 82, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-dolni-chabry-zdarska/2415293260", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqawIkJXRFuDk66/1064.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2810803020, - "name": "Prodej bytu 3+kk 70 m² (Jednopodlažní)", - "price": 12200000, - "price_formatted": "12 200 000 Kč", - "locality": "Klausova, Praha 5 - Stodůlky", - "lat": 50.037022, - "lon": 14.343265, - "disposition": "3+kk", - "floor": 5, - "area": 70, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-stodulky-klausova/2810803020", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNDpoIQB2HFmridH/573f.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2684777292, - "name": "Prodej bytu 3+kk 70 m² (Jednopodlažní)", - "price": 12990000, - "price_formatted": "12 990 000 Kč", - "locality": "Rižská, Praha 10 - Hostivař", - "lat": 50.044109, - "lon": 14.513968, - "disposition": "3+kk", - "floor": 5, - "area": 70, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hostivar-rizska/2684777292", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqB8gfpHkJFtzqtA/4d09.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1460040524, - "name": "Prodej bytu 3+kk 88 m² (Jednopodlažní)", - "price": 10200000, - "price_formatted": "10 200 000 Kč", - "locality": "Za Novákovou zahradou, Praha 9 - Satalice", - "lat": 50.122192, - "lon": 14.57646, - "disposition": "3+kk", - "floor": 3, - "area": 88, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-satalice-za-novakovou-zahradou/1460040524", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqDzGaHHFMFt2oRI/840a.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1005851468, - "name": "Prodej bytu 3+kk 81 m²", - "price": 13100000, - "price_formatted": "13 100 000 Kč", - "locality": "V Předním Hloubětíně, Praha 9 - Vysočany", - "lat": 50.103756, - "lon": 14.515195, - "disposition": "3+kk", - "floor": 4, - "area": 81, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-vysocany-v-prednim-hloubetine/1005851468", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNCgOJyGnBFskLBD/141b.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 770143052, - "name": "Prodej bytu 3+kk 85 m²", - "price": 12950000, - "price_formatted": "12 950 000 Kč", - "locality": "Jateční, Praha 7 - Holešovice", - "lat": 50.100845, - "lon": 14.448587, - "disposition": "3+kk", - "floor": 5, - "area": 85, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-holesovice-jatecni/770143052", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNCgOJyGrbFsmzSQ/3822.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3052143436, - "name": "Prodej bytu 3+kk 87 m²", - "price": 11999000, - "price_formatted": "11 999 000 Kč", - "locality": "Kryšpínova, Praha 10 - Dolní Měcholupy", - "lat": 50.065601, - "lon": 14.5518, - "disposition": "3+kk", - "floor": 4, - "area": 87, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-dolni-mecholupy-kryspinova/3052143436", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqB6axWJUbFuhIZs/812e.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2017486156, - "name": "Prodej bytu 3+kk 70 m²", - "price": 4991300, - "price_formatted": "4 991 300 Kč", - "locality": "Gollové, Praha 5 - Hlubočepy", - "lat": 50.028469, - "lon": 14.360102, - "disposition": "3+kk", - "floor": 2, - "area": 70, - "building_type": "Cihlová", - "ownership": "Družstevní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hlubocepy-gollove/2017486156", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_C/kBfrbpoeNCsCVHBUMFljAqS/b443.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1597371212, - "name": "Prodej bytu 3+kk 77 m²", - "price": 12982560, - "price_formatted": "12 982 560 Kč", - "locality": "Svornosti, Praha 5 - Smíchov", - "lat": 50.071453, - "lon": 14.408455, - "disposition": "3+kk", - "floor": 5, - "area": 77, - "building_type": "Kamenná", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-smichov-svornosti/1597371212", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNBLdvLBl5FmQKzn/9dbe.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 638989132, - "name": "Prodej bytu 3+kk 71 m² (Jednopodlažní)", - "price": 11690000, - "price_formatted": "11 690 000 Kč", - "locality": "U louky, Praha 4 - Újezd u Průhonic", - "lat": 50.018841, - "lon": 14.522105, - "disposition": "3+kk", - "floor": 2, - "area": 71, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-ujezd-u-pruhonic-u-louky/638989132", - "image": "https://d18-a.sdn.cz/d_18/c_img_of_D/nDJ4VEZEqCaOxZ6oFAF4dc/9659.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 949236556, - "name": "Prodej bytu 3+kk 79 m²", - "price": 10900000, - "price_formatted": "10 900 000 Kč", - "locality": "U tvrze, Praha 10 - Malešice", - "lat": 50.086681, - "lon": 14.51375, - "disposition": "3+kk", - "floor": 3, - "area": 79, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-malesice-u-tvrze/949236556", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNCqNsfVJFsql0m/f303.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1937797964, - "name": "Prodej bytu 3+kk 75 m² (Jednopodlažní)", - "price": 11200000, - "price_formatted": "11 200 000 Kč", - "locality": "Pod vrstevnicí, Praha 4 - Krč", - "lat": 50.0369, - "lon": 14.438737, - "disposition": "3+kk", - "floor": 2, - "area": 75, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-krc-pod-vrstevnici/1937797964", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNBjPnREsDFsh7G7/a71b.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 771781452, - "name": "Prodej bytu 3+kk 82 m² (Podkrovní)", - "price": 9580000, - "price_formatted": "9 580 000 Kč", - "locality": "Otavská, Praha 9 - Čakovice", - "lat": 50.148857, - "lon": 14.523312, - "disposition": "3+kk", - "floor": 4, - "area": 82, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-cakovice-otavska/771781452", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNCsCVHFf4FttyP2/5d41.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1939407692, - "name": "Prodej bytu 3+kk 69 m² (Jednopodlažní)", - "price": 9299000, - "price_formatted": "9 299 000 Kč", - "locality": "Záběhlická, Praha 10 - Záběhlice", - "lat": 50.053509, - "lon": 14.488925, - "disposition": "3+kk", - "floor": 4, - "area": 69, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-zabehlice-zabehlicka/1939407692", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNBFLmuEtWFsDzp9/5abf.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 159040332, - "name": "Prodej bytu 3+kk 74 m²", - "price": 10600000, - "price_formatted": "10 600 000 Kč", - "locality": "Špeciánova, Praha 9 - Třeboradice", - "lat": 50.164135, - "lon": 14.525973, - "disposition": "3+kk", - "floor": 2, - "area": 74, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-treboradice-specianova/159040332", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNCgOJyFXYFqw6gE/cf18.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 443069260, - "name": "Prodej bytu 3+kk 89 m² (Mezonet)", - "price": 8103728, - "price_formatted": "8 103 728 Kč", - "locality": "Zenklova, Praha 8 - Libeň", - "lat": 50.112217, - "lon": 14.475707, - "disposition": "3+kk", - "floor": 5, - "area": 89, - "building_type": "Cihlová", - "ownership": "Družstevní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-liben-zenklova/443069260", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_B/nDJ4VEZEqxmIDUmuFg1rOx/eff1.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 155886412, - "name": "Prodej bytu 3+kk 71 m²", - "price": 13500000, - "price_formatted": "13 500 000 Kč", - "locality": "Balbínova, Praha 2 - Vinohrady", - "lat": 50.07682, - "lon": 14.433805, - "disposition": "3+kk", - "floor": 2, - "area": 71, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-vinohrady-balbinova/155886412", - "image": "https://d18-a.sdn.cz/d_18/c_img_oa_B/nPXNrUcajvB6UXzm4DczVas/df8c.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 834761548, - "name": "Prodej bytu 3+kk 98 m²", - "price": 12890000, - "price_formatted": "12 890 000 Kč", - "locality": "Hrabovská, Praha 9 - Hostavice", - "lat": 50.081749, - "lon": 14.557925, - "disposition": "3+kk", - "floor": 2, - "area": 98, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hostavice-hrabovska/834761548", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNBUfl4T1Frej02/b0fe.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1723953996, - "name": "Prodej bytu 3+kk 73 m²", - "price": 12349349, - "price_formatted": "12 349 349 Kč", - "locality": "Hábova, Praha 5 - Stodůlky", - "lat": 50.04636, - "lon": 14.310556, - "disposition": "3+kk", - "floor": 3, - "area": 73, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-stodulky-habova/1723953996", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqBj6FAF0rFreHjB/ab19.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 616571724, - "name": "Prodej bytu 3+kk 84 m²", - "price": 10590000, - "price_formatted": "10 590 000 Kč", - "locality": "Ke Tvrzi, Praha 10 - Královice", - "lat": 50.039062, - "lon": 14.638628, - "disposition": "3+kk", - "floor": 2, - "area": 84, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-kralovice-ke-tvrzi/616571724", - "image": "https://d18-a.sdn.cz/d_18/c_img_of_D/nDJ4VEZEqxQDMCV2FCcmBo/e0dc.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1064399692, - "name": "Prodej bytu 3+kk 81 m²", - "price": 13500000, - "price_formatted": "13 500 000 Kč", - "locality": "V Předním Hloubětíně, Praha 9 - Vysočany", - "lat": 50.103756, - "lon": 14.515195, - "disposition": "3+kk", - "floor": 7, - "area": 81, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-vysocany-v-prednim-hloubetine/1064399692", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqawIkHHRFrWoLL/a53a.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1061319500, - "name": "Prodej bytu 3+kk 69 m²", - "price": 12179000, - "price_formatted": "12 179 000 Kč", - "locality": "Vosátkova, Praha - Kamýk", - "lat": 50.014652, - "lon": 14.438012, - "disposition": "3+kk", - "floor": 3, - "area": 69, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-kamyk-vosatkova/1061319500", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNBLdvLDvyFqylCg/4fa3.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 424899404, - "name": "Prodej bytu 3+kk 70 m²", - "price": 10799000, - "price_formatted": "10 799 000 Kč", - "locality": "Perunova, Praha 3 - Vinohrady", - "lat": 50.075798, - "lon": 14.454124, - "disposition": "3+kk", - "floor": 4, - "area": 70, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-vinohrady-perunova/424899404", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqW7e6E4nFqSP3Z/1b14.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1757803340, - "name": "Prodej bytu 3+kk 71 m² (Mezonet)", - "price": 12399000, - "price_formatted": "12 399 000 Kč", - "locality": "Žerotínova, Praha 3 - Žižkov", - "lat": 50.088146, - "lon": 14.463867, - "disposition": "3+kk", - "floor": 5, - "area": 71, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-zizkov-zerotinova/1757803340", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNBP53EGb8FsG4Vt/c444.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3534517068, - "name": "Prodej bytu 3+kk 72 m²", - "price": 11600000, - "price_formatted": "11 600 000 Kč", - "locality": "Kolbenova, Praha 9 - Vysočany", - "lat": 50.11132, - "lon": 14.510686, - "disposition": "3+kk", - "floor": 4, - "area": 72, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-vysocany-kolbenova/3534517068", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqawIkF4tFqLBoc/c526.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3670831948, - "name": "Prodej bytu 3+kk 102 m² (Jednopodlažní)", - "price": 12800000, - "price_formatted": "12 800 000 Kč", - "locality": "Šlechtitelská, Praha 9 - Klánovice", - "lat": 50.099663, - "lon": 14.673859, - "disposition": "3+kk", - "floor": 2, - "area": 102, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-klanovice-slechtitelska/3670831948", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqBj6FAE5kFqIJ91/bc00.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2322117452, - "name": "Prodej bytu 3+kk 99 m² (Mezonet)", - "price": 9799130, - "price_formatted": "9 799 130 Kč", - "locality": "Zenklova, Praha 8 - Libeň", - "lat": 50.112217, - "lon": 14.475707, - "disposition": "3+kk", - "floor": 5, - "area": 99, - "building_type": "Cihlová", - "ownership": "Družstevní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-liben-zenklova/2322117452", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_B/nDJ4VEZEqDjvpWZstFg1qgZ/88c4.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1751937868, - "name": "Prodej bytu 3+kk 71 m²", - "price": 11490000, - "price_formatted": "11 490 000 Kč", - "locality": "Kolbenova, Praha 9 - Vysočany", - "lat": 50.110657, - "lon": 14.517806, - "disposition": "3+kk", - "floor": 3, - "area": 71, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-vysocany-kolbenova/1751937868", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNDt0rrDJsFpLTKw/61df.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 785265484, - "name": "Prodej bytu 3+kk 87 m²", - "price": 12820000, - "price_formatted": "12 820 000 Kč", - "locality": "Českobrodská, Praha 9 - Hrdlořezy", - "lat": 50.092052, - "lon": 14.509862, - "disposition": "3+kk", - "floor": 3, - "area": 87, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hrdlorezy-ceskobrodska/785265484", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNBLdvLCtyFohSAA/fd3a.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3253506892, - "name": "Prodej bytu 3+kk 92 m²", - "price": 11890000, - "price_formatted": "11 890 000 Kč", - "locality": "Semická, Praha 4 - Modřany", - "lat": 49.998066, - "lon": 14.418046, - "disposition": "3+kk", - "floor": 2, - "area": 92, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-modrany-semicka/3253506892", - "image": "https://d18-a.sdn.cz/d_18/c_img_of_B/kPRtHkVQLlBaYpXBVQE2qnfQ/69e0.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1546703692, - "name": "Prodej bytu 3+kk 78 m²", - "price": 12965968, - "price_formatted": "12 965 968 Kč", - "locality": "Silurská, Praha 5 - Hlubočepy", - "lat": 50.034676, - "lon": 14.385566, - "disposition": "3+kk", - "floor": 7, - "area": 78, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hlubocepy-silurska/1546703692", - "image": "https://d18-a.sdn.cz/d_18/c_img_oe_A/nPSV1TXV2nClkYSCtbEfr4Tr/6b94.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1683821388, - "name": "Prodej bytu 3+kk 69 m² (Jednopodlažní)", - "price": 11120000, - "price_formatted": "11 120 000 Kč", - "locality": "Blériotova, Praha 9 - Kbely", - "lat": 50.131332, - "lon": 14.550338, - "disposition": "3+kk", - "floor": 4, - "area": 69, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-kbely-bleriotova/1683821388", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_B/kOzkBkwYBTDq3nMEfzFKyttZ/f46e.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 294138700, - "name": "Prodej bytu 3+kk 88 m² (Mezonet)", - "price": 10999999, - "price_formatted": "10 999 999 Kč", - "locality": "Tehovská, Praha 10 - Strašnice", - "lat": 50.066525, - "lon": 14.505996, - "disposition": "3+kk", - "floor": 3, - "area": 88, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-strasnice-tehovska/294138700", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNBjPnRDihFqSTUc/a736.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 805647180, - "name": "Prodej bytu 3+kk 70 m²", - "price": 11500000, - "price_formatted": "11 500 000 Kč", - "locality": "Balbínova, Praha 2 - Vinohrady", - "lat": 50.076843, - "lon": 14.433524, - "disposition": "3+kk", - "floor": 4, - "area": 70, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-vinohrady-balbinova/805647180", - "image": "https://d18-a.sdn.cz/d_18/c_img_of_B/nOztZkD4ZlDrUk0B8bE3Etsl/8cbf.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 382133068, - "name": "Prodej bytu 3+kk 78 m²", - "price": 11144021, - "price_formatted": "11 144 021 Kč", - "locality": "Lodžská, Praha 8 - Bohnice", - "lat": 50.13076, - "lon": 14.423249, - "disposition": "3+kk", - "floor": 3, - "area": 78, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-bohnice-lodzska/382133068", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNCgOJyDDAFm2AAY/2958.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1139471180, - "name": "Prodej bytu 3+kk 86 m²", - "price": 11900000, - "price_formatted": "11 900 000 Kč", - "locality": "Semická, Praha 4 - Modřany", - "lat": 49.998062, - "lon": 14.418578, - "disposition": "3+kk", - "floor": 2, - "area": 86, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-modrany-semicka/1139471180", - "image": "https://d18-a.sdn.cz/d_18/c_img_oe_D/kOzmiQlmfoKFXEDTQEswD4Q/3d32.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2067276620, - "name": "Prodej bytu 3+kk 81 m²", - "price": 11700000, - "price_formatted": "11 700 000 Kč", - "locality": "Pýchavková, Praha 10 - Pitkovice", - "lat": 50.017395, - "lon": 14.582896, - "disposition": "3+kk", - "floor": 2, - "area": 81, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-pitkovice-pychavkova/2067276620", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_C/kOzkBkwYBTDqlCCQ8HFjMoBU/a533.jpeg?fl=res,400,300,3|shr,,20|jpg,90" + "image": "https://d18-a.sdn.cz/d_18/c_img_p7_C/nPXMbbUsvqW7e6cQFkEl5P/7399.jpeg?fl=res,400,300,3|shr,,20|jpg,90", + "scraped_at": "2026-02-25" }, { "hash_id": 2148991820, @@ -2429,141 +47,83 @@ "building_type": "Cihlová", "ownership": "Osobní", "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-brevnov-pod-marjankou/2148991820", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_C/kOzkBkwYBTCNNSBPI1FiGB0F/c3a0.jpeg?fl=res,400,300,3|shr,,20|jpg,90" + "image": "https://d18-a.sdn.cz/d_18/c_img_p7_C/kOzkBkwYBTCNNSBPI1FiGB0F/c3a0.jpeg?fl=res,400,300,3|shr,,20|jpg,90", + "scraped_at": "2026-02-25" }, { - "hash_id": 1819345484, - "name": "Prodej bytu 3+kk 88 m² (Jednopodlažní)", - "price": 12847858, - "price_formatted": "12 847 858 Kč", - "locality": "Bohušovická, Praha", - "lat": 50.123314, - "lon": 14.490281, + "hash_id": 3226313292, + "name": "Prodej bytu 3+kk 83 m²", + "price": 13500000, + "price_formatted": "13 500 000 Kč", + "locality": "Na Neklance, Praha 5 - Smíchov", + "lat": 50.060715, + "lon": 14.401836, "disposition": "3+kk", - "floor": 5, + "floor": 4, + "area": 83, + "building_type": "Cihlová", + "ownership": "Osobní", + "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-smichov-na-neklance/3226313292", + "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeND2I1YDy2Fq7ErU/6389.jpeg?fl=res,400,300,3|shr,,20|jpg,90", + "last_updated": "2026-02-15", + "first_seen": "2026-02-15" + }, + { + "hash_id": 475530060, + "name": "Prodej bytu 3+kk 83 m²", + "price": 12250000, + "price_formatted": "12 250 000 Kč", + "locality": "Radouňova, Praha 5 - Stodůlky", + "lat": 50.039043, + "lon": 14.314881, + "disposition": "3+kk", + "floor": 3, + "area": 83, + "building_type": "Cihlová", + "ownership": "Osobní", + "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-stodulky-radounova/475530060", + "image": "https://d18-a.sdn.cz/d_18/c_img_p7_A/nDJ4VEZEqxQDMR0LFbAhGV/d4cf.png?fl=res,400,300,3|shr,,20|jpg,90", + "scraped_at": "2026-02-25" + }, + { + "hash_id": 2303799884, + "name": "Prodej bytu 3+kk 88 m² (Jednopodlažní)", + "price": 12860000, + "price_formatted": "12 860 000 Kč", + "locality": "Spojovací, Praha 9 - Vysočany", + "lat": 50.100174, + "lon": 14.492079, + "disposition": "3+kk", + "floor": 3, "area": 88, "building_type": "Skeletová", "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha--bohusovicka/1819345484", - "image": "https://d18-a.sdn.cz/d_18/c_img_oX_A/nOzqs9nZOdBZAD9mVChlsIk/2485.png?fl=res,400,300,3|shr,,20|jpg,90" + "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-vysocany-spojovaci/2303799884", + "image": "https://d18-a.sdn.cz/d_18/c_img_oV_A/kQOIvbF2D1DN63hulCAKv40/3667.png?fl=res,400,300,3|shr,,20|jpg,90", + "scraped_at": "2026-02-25" }, { - "hash_id": 1189323596, - "name": "Prodej bytu 3+kk 81 m²", - "price": 12594325, - "price_formatted": "12 594 325 Kč", - "locality": "Roudnická, Praha 8 - Střížkov", - "lat": 50.132416, - "lon": 14.485471, + "hash_id": 3493290828, + "name": "Prodej bytu 3+kk 83 m²", + "price": 11390000, + "price_formatted": "11 390 000 Kč", + "locality": "Kytlická, Praha 9 - Prosek", + "lat": 50.125145, + "lon": 14.507703, "disposition": "3+kk", - "floor": 2, - "area": 81, + "floor": 4, + "area": 83, "building_type": "Skeletová", "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-strizkov-roudnicka/1189323596", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/nPXMbbUsvqBP5QmC6BFnXE9v/b07d.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3218699084, - "name": "Prodej bytu 3+kk 78 m² (Jednopodlažní)", - "price": 11950000, - "price_formatted": "11 950 000 Kč", - "locality": "Dělnická, Praha - Holešovice", - "lat": 50.103275, - "lon": 14.451418, - "disposition": "3+kk", - "floor": 6, - "area": 78, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-holesovice-delnicka/3218699084", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNBLdvLBoDFmV55B/bad2.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1324970828, - "name": "Prodej bytu 3+kk 82 m²", - "price": 12500000, - "price_formatted": "12 500 000 Kč", - "locality": "Studentská, Praha 6 - Dejvice", - "lat": 50.100544, - "lon": 14.389399, - "disposition": "3+kk", - "floor": 3, - "area": 82, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-dejvice-studentska/1324970828", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/nPXMbbUsvqECACpDOhFmRdhi/5b15.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 4269749068, - "name": "Prodej bytu 3+kk 75 m²", - "price": 8990000, - "price_formatted": "8 990 000 Kč", - "locality": "Pomořanská, Praha 8 - Troja", - "lat": 50.126652, - "lon": 14.414045, - "disposition": "3+kk", - "floor": 11, - "area": 75, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-troja-pomoranska/4269749068", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNBP53EC9nFm4wG8/88fa.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2587456332, - "name": "Prodej bytu 3+kk 76 m²", - "price": 11990000, - "price_formatted": "11 990 000 Kč", - "locality": "Řehořova, Praha - Žižkov", - "lat": 50.086349, - "lon": 14.443348, - "disposition": "3+kk", - "floor": 2, - "area": 76, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-zizkov-rehorova/2587456332", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/nPXMbbUsvqChCvUDEBFmQrTj/3017.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2353791820, - "name": "Prodej bytu 3+kk 91 m²", - "price": 12580000, - "price_formatted": "12 580 000 Kč", - "locality": "V Zeleném údolí, Praha 4 - Kunratice", - "lat": 50.021362, - "lon": 14.466308, - "disposition": "3+kk", - "floor": 5, - "area": 91, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-kunratice-v-zelenem-udoli/2353791820", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_B/kOzkBkwYBTQzPhNMTFeBVZN/6e72.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2314142540, - "name": "Prodej bytu 3+kk 72 m²", - "price": 12036000, - "price_formatted": "12 036 000 Kč", - "locality": "U sladovny, Praha 5 - Lochkov", - "lat": 50.001865, - "lon": 14.356027, - "disposition": "3+kk", - "floor": 2, - "area": 72, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-lochkov-u-sladovny/2314142540", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqDzGaHHu6Fu29eX/b2f6.jpeg?fl=res,400,300,3|shr,,20|jpg,90" + "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-prosek-kytlicka/3493290828", + "image": "https://d18-a.sdn.cz/d_18/c_img_p8_C/nPVpfd5QLLDqk1BGdrF3rQMW/0fe5.jpeg?fl=res,400,300,3|shr,,20|jpg,90", + "scraped_at": "2026-02-25" }, { "hash_id": 151528268, "name": "Prodej bytu 3+kk 86 m²", - "price": 11490000, - "price_formatted": "11 490 000 Kč", + "price": 11390000, + "price_formatted": "11 390 000 Kč", "locality": "Spojovací, Praha", "lat": 50.101852, "lon": 14.486118, @@ -2573,43 +133,353 @@ "building_type": "Smíšená", "ownership": "Osobní", "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha--spojovaci/151528268", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_B/kOzkBkwYBTQzPhEGpFKCpZt/b051.png?fl=res,400,300,3|shr,,20|jpg,90" + "image": "https://d18-a.sdn.cz/d_18/c_img_of_C/kPxr1WDRoIBXSQV6LE550j7/1607.png?fl=res,400,300,3|shr,,20|jpg,90", + "scraped_at": "2026-02-25" }, { - "hash_id": 2442666828, - "name": "Prodej bytu 3+kk 74 m²", - "price": 9990000, - "price_formatted": "9 990 000 Kč", - "locality": "Pod Horkami, Praha 10 - Dubeč", - "lat": 50.060764, - "lon": 14.581229, + "hash_id": 1837527884, + "name": "Prodej bytu 3+kk 73 m² (Jednopodlažní)", + "price": 12790000, + "price_formatted": "12 790 000 Kč", + "locality": "Vrázova, Praha - Smíchov", + "lat": 50.071224, + "lon": 14.407872, "disposition": "3+kk", "floor": 3, - "area": 74, + "area": 73, "building_type": "Cihlová", "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-dubec-pod-horkami/2442666828", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNBjPnRCI4FnOyyv/959f.jpeg?fl=res,400,300,3|shr,,20|jpg,90" + "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-smichov-vrazova/1837527884", + "image": "https://d18-a.sdn.cz/d_18/c_img_p8_C/kY1K2LlXQDnuVLD65F2mjiY/96d4.png?fl=res,400,300,3|shr,,20|jpg,90", + "scraped_at": "2026-02-25" }, { - "hash_id": 3985498956, - "name": "Prodej bytu 3+kk 75 m² (Jednopodlažní)", - "price": 12650000, - "price_formatted": "12 650 000 Kč", - "locality": "Sazovická, Praha - Zličín", - "lat": 50.057873, - "lon": 14.283536, + "hash_id": 3330433868, + "name": "Prodej bytu 3+kk 93 m²", + "price": 11890000, + "price_formatted": "11 890 000 Kč", + "locality": "Kříženeckého náměstí, Praha 5 - Hlubočepy", + "lat": 50.03138, + "lon": 14.391757, "disposition": "3+kk", - "floor": 7, - "area": 75, + "floor": 2, + "area": 93, + "building_type": "Cihlová", + "ownership": "Osobní", + "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hlubocepy-krizeneckeho-namesti/3330433868", + "image": "https://d18-a.sdn.cz/d_18/c_img_p8_C/nPVpfd5QLLChvUCFgIF2b8p9/bffb.jpeg?fl=res,400,300,3|shr,,20|jpg,90", + "scraped_at": "2026-02-25" + }, + { + "hash_id": 2053579340, + "name": "Prodej bytu 3+kk 76 m²", + "price": 11858981, + "price_formatted": "11 858 981 Kč", + "locality": "Za Novákovou zahradou, Praha - Satalice", + "lat": 50.122192, + "lon": 14.57646, + "disposition": "3+kk", + "floor": 3, + "area": 76, "building_type": "Smíšená", "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-zlicin-sazovicka/3985498956", - "image": "https://d18-a.sdn.cz/d_18/c_img_od_B/kOes7N5Ni6ChvygD1BESS7HS/0e22.png?fl=res,400,300,3|shr,,20|jpg,90" + "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-satalice-za-novakovou-zahradou/2053579340", + "image": "https://d18-a.sdn.cz/d_18/c_img_oe_B/nO1Ur3YPjB17k9qAElHGe3/e889.jpeg?fl=res,400,300,3|shr,,20|jpg,90", + "last_updated": "2026-02-15", + "first_seen": "2026-02-15" + }, + { + "hash_id": 3651539788, + "name": "Prodej bytu 3+kk 69 m² (Jednopodlažní)", + "price": 13500000, + "price_formatted": "13 500 000 Kč", + "locality": "Zvěřinova, Praha 3 - Strašnice", + "lat": 50.084606, + "lon": 14.482681, + "disposition": "3+kk", + "floor": 12, + "area": 69, + "building_type": "Smíšená", + "ownership": "Osobní", + "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-strasnice-zverinova/3651539788", + "image": "https://d18-a.sdn.cz/d_18/c_img_og_D/nDJ4VEZEqxmIDK5SFVQ67V/47d3.png?fl=res,400,300,3|shr,,20|jpg,90", + "scraped_at": "2026-02-25" + }, + { + "hash_id": 4005061452, + "name": "Prodej bytu 3+kk 101 m² (Jednopodlažní)", + "price": 12875000, + "price_formatted": "12 875 000 Kč", + "locality": "U Hostavického potoka, Praha 9 - Hostavice", + "lat": 50.086601, + "lon": 14.5636, + "disposition": "3+kk", + "floor": 5, + "area": 101, + "building_type": "Cihlová", + "ownership": "Osobní", + "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hostavice-u-hostavickeho-potoka/4005061452", + "image": "https://d18-a.sdn.cz/d_18/c_img_p8_B/kY1K2LlXQBdLY8B5hFyVzb6/c266.png?fl=res,400,300,3|shr,,20|jpg,90", + "scraped_at": "2026-02-25" + }, + { + "hash_id": 589460300, + "name": "Prodej bytu 3+kk 75 m²", + "price": 13126000, + "price_formatted": "13 126 000 Kč", + "locality": "Ke Slivenci, Praha - Lochkov", + "lat": 50.004192, + "lon": 14.355805, + "disposition": "3+kk", + "floor": 2, + "area": 75, + "building_type": "Skeletová", + "ownership": "Osobní", + "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-lochkov-ke-slivenci/589460300", + "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNCgOJyFn9Fq0T4y/bed6.png?fl=res,400,300,3|shr,,20|jpg,90", + "scraped_at": "2026-02-25" + }, + { + "hash_id": 2926625612, + "name": "Prodej bytu 3+kk 85 m²", + "price": 13499900, + "price_formatted": "13 499 900 Kč", + "locality": "Hořejší nábřeží, Praha 5 - Smíchov", + "lat": 50.072403, + "lon": 14.410302, + "disposition": "3+kk", + "floor": 3, + "area": 85, + "building_type": "Cihlová", + "ownership": "Osobní", + "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-smichov-horejsi-nabrezi/2926625612", + "image": "https://d18-a.sdn.cz/d_18/c_img_p8_C/nPVpfd5QLLBPLz5GC0F3Hshx/c1f4.jpeg?fl=res,400,300,3|shr,,20|jpg,90", + "scraped_at": "2026-02-25" + }, + { + "hash_id": 3672994636, + "name": "Prodej bytu 3+kk 81 m²", + "price": 12390000, + "price_formatted": "12 390 000 Kč", + "locality": "Stochovská, Praha 6 - Ruzyně", + "lat": 50.082985, + "lon": 14.311815, + "disposition": "3+kk", + "floor": 3, + "area": 81, + "building_type": "Smíšená", + "ownership": "Osobní", + "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-ruzyne-stochovska/3672994636", + "image": "https://d18-a.sdn.cz/d_18/c_img_p8_C/nPVpfd5QLLD53UiFNrF2fBro/c20c.jpeg?fl=res,400,300,3|shr,,20|jpg,90", + "scraped_at": "2026-02-25" + }, + { + "hash_id": 4070581580, + "name": "Prodej bytu 3+kk 77 m²", + "price": 12207113, + "price_formatted": "12 207 113 Kč", + "locality": "Marie Podvalové, Praha - Čakovice", + "lat": 50.157696, + "lon": 14.519159, + "disposition": "3+kk", + "floor": 2, + "area": 77, + "building_type": "Skeletová", + "ownership": "Osobní", + "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-cakovice-marie-podvalove/4070581580", + "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNBFLmuFzPFuWw0w/0867.jpeg?fl=res,400,300,3|shr,,20|jpg,90", + "scraped_at": "2026-02-25" + }, + { + "hash_id": 2772919116, + "name": "Prodej bytu 3+kk 81 m²", + "price": 13000000, + "price_formatted": "13 000 000 Kč", + "locality": "Hlučkova, Praha 9 - Letňany", + "lat": 50.141739, + "lon": 14.522086, + "disposition": "3+kk", + "floor": 5, + "area": 81, + "building_type": "Smíšená", + "ownership": "Osobní", + "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-letnany-hluckova/2772919116", + "image": "https://d18-a.sdn.cz/d_18/c_img_p8_C/nPVpfd5QLLDqzReGOMF3mju3/0593.jpeg?fl=res,400,300,3|shr,,20|jpg,90", + "scraped_at": "2026-02-25" + }, + { + "hash_id": 2242032460, + "name": "Prodej bytu 3+kk 98 m²", + "price": 12762764, + "price_formatted": "12 762 764 Kč", + "locality": "Lodžská, Praha 8 - Bohnice", + "lat": 50.13076, + "lon": 14.423249, + "disposition": "3+kk", + "floor": 5, + "area": 98, + "building_type": "Smíšená", + "ownership": "Osobní", + "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-bohnice-lodzska/2242032460", + "image": "https://d18-a.sdn.cz/d_18/c_img_p8_B/kY1K2LlXQBsPCGB2DFyc98H/0138.jpeg?fl=res,400,300,3|shr,,20|jpg,90", + "scraped_at": "2026-02-25" + }, + { + "hash_id": 3617202764, + "name": "Prodej bytu 3+kk 79 m²", + "price": 12959520, + "price_formatted": "12 959 520 Kč", + "locality": "Komárkova, Praha 4 - Chodov", + "lat": 50.036095, + "lon": 14.48035, + "disposition": "3+kk", + "floor": 3, + "area": 79, + "building_type": "Smíšená", + "ownership": "Osobní", + "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-chodov-komarkova/3617202764", + "image": "https://d18-a.sdn.cz/d_18/c_img_p8_B/kY1K2LlXQCEs3VCXcFzFm2Z/52f3.jpeg?fl=res,400,300,3|shr,,20|jpg,90", + "scraped_at": "2026-02-25" + }, + { + "hash_id": 2860663372, + "name": "Prodej bytu 3+kk 78 m² (Jednopodlažní)", + "price": 12463000, + "price_formatted": "12 463 000 Kč", + "locality": "Kubelíkova, Praha", + "lat": 50.082317, + "lon": 14.450463, + "disposition": "3+kk", + "floor": 4, + "area": 78, + "building_type": "Cihlová", + "ownership": "Osobní", + "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha--kubelikova/2860663372", + "image": "https://d18-a.sdn.cz/d_18/c_img_oZ_C/nsLxLojIBfZuBIjJDOugLv/2953.png?fl=res,400,300,3|shr,,20|jpg,90", + "scraped_at": "2026-02-25" + }, + { + "hash_id": 158065228, + "name": "Prodej bytu 3+kk 73 m²", + "price": 10947779, + "price_formatted": "10 947 779 Kč", + "locality": "Marie Podvalové, Praha - Čakovice", + "lat": 50.157696, + "lon": 14.519159, + "disposition": "3+kk", + "floor": 4, + "area": 73, + "building_type": "Skeletová", + "ownership": "Osobní", + "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-cakovice-marie-podvalove/158065228", + "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqawIkHTbFrh4zH/4f1d.jpeg?fl=res,400,300,3|shr,,20|jpg,90", + "scraped_at": "2026-02-25" + }, + { + "hash_id": 4227625804, + "name": "Prodej bytu 3+kk 81 m²", + "price": 10990000, + "price_formatted": "10 990 000 Kč", + "locality": "Ukrajinská, Praha 10 - Vršovice", + "lat": 50.065208, + "lon": 14.450711, + "disposition": "3+kk", + "floor": 5, + "area": 81, + "building_type": "Cihlová", + "ownership": "Osobní", + "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-vrsovice-ukrajinska/4227625804", + "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqDzGaHEfWFp5WXH/fd47.jpeg?fl=res,400,300,3|shr,,20|jpg,90", + "scraped_at": "2026-02-25" + }, + { + "hash_id": 1313456972, + "name": "Prodej bytu 3+kk 87 m²", + "price": 3641309, + "price_formatted": "3 641 309 Kč", + "locality": "Praha 9", + "lat": 50.106956, + "lon": 14.510207, + "disposition": "3+kk", + "floor": 5, + "area": 87, + "building_type": "Smíšená", + "ownership": "Družstevní", + "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-praha-9-/1313456972", + "image": "https://d18-a.sdn.cz/d_18/c_img_p8_B/kY1K2LlXQBsPCGXMFvI8II/9010.jpeg?fl=res,400,300,3|shr,,20|jpg,90", + "scraped_at": "2026-02-25" + }, + { + "hash_id": 1671439692, + "name": "Prodej bytu 3+kk 77 m²", + "price": 12556524, + "price_formatted": "12 556 524 Kč", + "locality": "Marie Podvalové, Praha - Čakovice", + "lat": 50.157696, + "lon": 14.519159, + "disposition": "3+kk", + "floor": 3, + "area": 77, + "building_type": "Skeletová", + "ownership": "Osobní", + "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-cakovice-marie-podvalove/1671439692", + "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqW7e6HmhFuWvTy/67cb.jpeg?fl=res,400,300,3|shr,,20|jpg,90", + "scraped_at": "2026-02-25" + }, + { + "hash_id": 576226124, + "name": "Prodej bytu 3+kk 71 m²", + "price": 12026912, + "price_formatted": "12 026 912 Kč", + "locality": "Hábova, Praha 5 - Stodůlky", + "lat": 50.04636, + "lon": 14.310556, + "disposition": "3+kk", + "floor": 3, + "area": 71, + "building_type": "Smíšená", + "ownership": "Osobní", + "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-stodulky-habova/576226124", + "image": "https://d18-a.sdn.cz/d_18/c_img_of_A/nO5OZtPbfGXuqXa5EzIqYl/4c78.jpeg?fl=res,400,300,3|shr,,20|jpg,90", + "scraped_at": "2026-02-25" + }, + { + "hash_id": 473465676, + "name": "Prodej bytu 3+kk 73 m²", + "price": 12349349, + "price_formatted": "12 349 349 Kč", + "locality": "Hábova, Praha 5 - Stodůlky", + "lat": 50.04636, + "lon": 14.310556, + "disposition": "3+kk", + "floor": 3, + "area": 73, + "building_type": "Smíšená", + "ownership": "Osobní", + "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-stodulky-habova/473465676", + "image": "https://d18-a.sdn.cz/d_18/c_img_of_A/nO5OZtPbfGCc8bBbKEzIlyN/5708.jpeg?fl=res,400,300,3|shr,,20|jpg,90", + "scraped_at": "2026-02-25" + }, + { + "hash_id": 2185458508, + "name": "Prodej bytu 3+kk 76 m²", + "price": 11978000, + "price_formatted": "11 978 000 Kč", + "locality": "Matoušova, Praha - Smíchov", + "lat": 50.074284, + "lon": 14.405826, + "disposition": "3+kk", + "floor": 2, + "area": 76, + "building_type": "Cihlová", + "ownership": "Osobní", + "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-smichov-matousova/2185458508", + "image": "https://d18-a.sdn.cz/d_18/c_img_p8_C/kY1K2LlXQJGqrEMbF29iKr/c977.png?fl=res,400,300,3|shr,,20|jpg,90", + "scraped_at": "2026-02-25" }, { "hash_id": 3988325196, - "name": "Prodej bytu 3+kk 78 m² (Jednopodlažní)", + "name": "Prodej bytu 3+kk 83 m² (Jednopodlažní)", "price": 13190000, "price_formatted": "13 190 000 Kč", "locality": "Práčská, Praha", @@ -2617,2954 +487,62 @@ "lon": 14.507191, "disposition": "3+kk", "floor": 2, - "area": 78, - "building_type": "Cihlová", + "area": 83, + "building_type": "Kamenná", "ownership": "Osobní", "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha--pracska/3988325196", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_A/nDJ4VEZEqCemGmO3rFanjZI/897e.png?fl=res,400,300,3|shr,,20|jpg,90" + "image": "https://d18-a.sdn.cz/d_18/c_img_p7_A/kOzkBkwYBTDPt7SL0bFanjav/5b75.png?fl=res,400,300,3|shr,,20|jpg,90", + "scraped_at": "2026-02-25" }, { - "hash_id": 1091699532, - "name": "Prodej bytu 3+kk 72 m²", - "price": 12890000, - "price_formatted": "12 890 000 Kč", - "locality": "Mezi Vodami, Praha 4 - Modřany", - "lat": 50.017109, - "lon": 14.401308, - "disposition": "3+kk", - "floor": 2, - "area": 72, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-modrany-mezi-vodami/1091699532", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqB6axWHMtFrhuRd/8c9b.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 633787212, - "name": "Prodej bytu 3+kk 89 m²", - "price": 13200000, - "price_formatted": "13 200 000 Kč", - "locality": "Bratislavská, Praha 10 - Hostivař", - "lat": 50.043701, - "lon": 14.513671, - "disposition": "3+kk", - "floor": 3, - "area": 89, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hostivar-bratislavska/633787212", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNBLdvLB75Fm4yNW/8c6b.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 774964044, - "name": "Prodej bytu 3+kk 81 m²", - "price": 12296750, - "price_formatted": "12 296 750 Kč", - "locality": "Teplická, Praha 9 - Střížkov", - "lat": 50.126778, - "lon": 14.485906, - "disposition": "3+kk", - "floor": 4, - "area": 81, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-strizkov-teplicka/774964044", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_B/kOzkBkwYBTBLrRlOwYFf1YBO/46ef.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 699466572, - "name": "Prodej bytu 3+kk 70 m²", - "price": 13493000, - "price_formatted": "13 493 000 Kč", - "locality": "Leitzova, Praha 5 - Košíře", - "lat": 50.070545, - "lon": 14.35871, - "disposition": "3+kk", - "floor": 6, - "area": 70, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-kosire-leitzova/699466572", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_B/nDJ4VEZEqCaOxZVpBFgTROR/7f80.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3694306124, - "name": "Prodej bytu 3+kk 118 m²", - "price": 12490000, - "price_formatted": "12 490 000 Kč", - "locality": "Elektrárenská, Praha 10 - Michle", - "lat": 50.063381, - "lon": 14.475248, - "disposition": "3+kk", - "floor": 7, - "area": 118, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-michle-elektrarenska/3694306124", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_B/kOzkBkwYBTxrzzFr3FNIRH1/492d.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2195850060, - "name": "Prodej bytu 3+kk 84 m² (Jednopodlažní)", - "price": 12870000, - "price_formatted": "12 870 000 Kč", - "locality": "Prušánecká, Praha 5 - Zličín", - "lat": 50.057415, - "lon": 14.28128, - "disposition": "3+kk", - "floor": 5, - "area": 84, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-zlicin-prusanecka/2195850060", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_B/kOzkBkwYBTCNNSBNxHFfUctn/3c5a.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3066598220, - "name": "Prodej bytu 3+kk 73 m²", - "price": 10500000, - "price_formatted": "10 500 000 Kč", - "locality": "Doubravčická, Praha 10 - Strašnice", - "lat": 50.065933, - "lon": 14.502842, - "disposition": "3+kk", - "floor": 3, - "area": 73, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-strasnice-doubravcicka/3066598220", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/nPXMbbUsvqBj6FADxPFoZQIG/8bf7.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2211255116, - "name": "Prodej bytu 3+kk 71 m²", - "price": 11556198, - "price_formatted": "11 556 198 Kč", - "locality": "Leopoldova, Praha 4 - Chodov", - "lat": 50.038563, - "lon": 14.50897, - "disposition": "3+kk", - "floor": 3, - "area": 71, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-chodov-leopoldova/2211255116", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_B/nDJ4VEZEqCemGmFQmFLQEPN/9c32.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 100401996, - "name": "Prodej bytu 3+kk 74 m²", - "price": 11890000, - "price_formatted": "11 890 000 Kč", - "locality": "Vinohradská, Praha 10 - Strašnice", - "lat": 50.077675, - "lon": 14.487006, - "disposition": "3+kk", - "floor": 16, - "area": 74, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-strasnice-vinohradska/100401996", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_B/nDJ4VEZEqxQDMUCtFePZhW/b60a.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3275166540, - "name": "Prodej bytu 3+kk 69 m² (Jednopodlažní)", - "price": 12900000, - "price_formatted": "12 900 000 Kč", - "locality": "Toufarova, Praha - Stodůlky", - "lat": 50.042961, - "lon": 14.312009, - "disposition": "3+kk", - "floor": 4, - "area": 69, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-stodulky-toufarova/3275166540", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_C/kOzkBkwYBTEBlmaHj5FRMjnp/045a.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2237465420, - "name": "Prodej bytu 3+kk 75 m²", - "price": 12600000, - "price_formatted": "12 600 000 Kč", - "locality": "Jeseniova, Praha 3 - Žižkov", - "lat": 50.086628, - "lon": 14.45871, - "disposition": "3+kk", - "floor": 7, - "area": 75, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-zizkov-jeseniova/2237465420", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_B/kOzkBkwYBTBCGZ9NKdFdVtsL/dd34.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3211658060, - "name": "Dražba bytu 3+kk 92 m²", - "price": 11490000, - "price_formatted": "11 490 000 Kč", - "locality": "Bochovská, Praha 5 - Jinonice", - "lat": 50.052727, - "lon": 14.364842, - "disposition": "3+kk", - "floor": 5, - "area": 92, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-jinonice-bochovska/3211658060", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_A/nDJ4VEZEqb3AySeFFcBP47/888b.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2281636684, - "name": "Prodej bytu 3+kk 82 m²", - "price": 9980000, - "price_formatted": "9 980 000 Kč", - "locality": "Sezimova, Praha 4 - Nusle", - "lat": 50.063282, - "lon": 14.440338, - "disposition": "3+kk", - "floor": 3, - "area": 82, - "building_type": "Cihlová", - "ownership": "Družstevní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-nusle-sezimova/2281636684", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_C/kOzkBkwYBTEBlmaPxgFimkRR/1518.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3021984588, - "name": "Prodej bytu 3+kk 77 m²", - "price": 11668142, - "price_formatted": "11 668 142 Kč", - "locality": "Kardašovská, Praha 9 - Hloubětín", - "lat": 50.106339, - "lon": 14.54628, - "disposition": "3+kk", - "floor": 6, - "area": 77, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hloubetin-kardasovska/3021984588", - "image": "https://d18-a.sdn.cz/d_18/c_img_oe_D/kOzmiQlmfoBSGGoFnVEwIoDV/6bc2.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 671228748, - "name": "Prodej bytu 3+kk 73 m² (Jednopodlažní)", - "price": 13490000, - "price_formatted": "13 490 000 Kč", - "locality": "Honzíkova, Praha - Dolní Měcholupy", - "lat": 50.067547, - "lon": 14.554193, - "disposition": "3+kk", - "floor": 4, - "area": 73, - "building_type": "Cihlová", - "ownership": "Družstevní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-dolni-mecholupy-honzikova/671228748", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_A/kOzkBkwYBTxrzzLGtFZyvWU/5e06.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1262818124, - "name": "Prodej bytu 3+kk 87 m²", - "price": 12975000, - "price_formatted": "12 975 000 Kč", - "locality": "Honzíkova, Praha 10 - Dolní Měcholupy", - "lat": 50.067013, - "lon": 14.553333, - "disposition": "3+kk", - "floor": 7, - "area": 87, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-dolni-mecholupy-honzikova/1262818124", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_D/kOzkBkwYBTDqlCCJ8HFVxlhX/a8c0.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2118738764, - "name": "Prodej bytu 3+kk 87 m²", - "price": 4950000, - "price_formatted": "4 950 000 Kč", - "locality": "Thomasova, Praha 5 - Třebonice", - "lat": 50.047554, - "lon": 14.300726, - "disposition": "3+kk", - "floor": 4, - "area": 87, - "building_type": "Cihlová", - "ownership": "Družstevní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-trebonice-thomasova/2118738764", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_B/nPVpfd5QLLDqk1BBFSFwmdkD/1655.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3643466572, - "name": "Prodej bytu 3+kk 80 m²", - "price": 11995000, - "price_formatted": "11 995 000 Kč", - "locality": "Wiesenthalova, Praha 5 - Řeporyje", - "lat": 50.039146, - "lon": 14.321255, - "disposition": "3+kk", - "floor": 3, - "area": 80, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-reporyje-wiesenthalova/3643466572", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_C/nDJ4VEZEqxmIDG8VFP58M2/de99.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2851083084, - "name": "Prodej bytu 3+kk 89 m²", - "price": 13250000, - "price_formatted": "13 250 000 Kč", - "locality": "Praha 10", - "lat": 50.063641, - "lon": 14.473661, - "disposition": "3+kk", - "floor": 4, - "area": 89, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-praha-10-/2851083084", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_A/kOzkBkwYBTCNNSBK92FZiWDm/06cc.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3047232332, - "name": "Prodej bytu 3+kk 85 m²", - "price": 11313453, - "price_formatted": "11 313 453 Kč", - "locality": "Penízovková, Praha 10 - Pitkovice", - "lat": 50.013393, - "lon": 14.582934, - "disposition": "3+kk", - "floor": 2, - "area": 85, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-pitkovice-penizovkova/3047232332", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNCsCVHFrNFuRPDk/f438.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1259123276, - "name": "Prodej bytu 3+kk 83 m²", - "price": 10909109, - "price_formatted": "10 909 109 Kč", - "locality": "Karlická, Praha 5 - Radotín", - "lat": 49.976311, - "lon": 14.349678, - "disposition": "3+kk", - "floor": 2, - "area": 83, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-radotin-karlicka/1259123276", - "image": "https://d18-a.sdn.cz/d_18/c_img_gV_6/h1MZXy.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3334935116, - "name": "Prodej bytu 3+kk 82 m² (Jednopodlažní)", - "price": 11844652, - "price_formatted": "11 844 652 Kč", - "locality": "Vinořské náměstí, Praha - Vinoř", - "lat": 50.142361, - "lon": 14.580827, - "disposition": "3+kk", - "floor": 2, - "area": 82, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-vinor-vinorske-namesti/3334935116", - "image": "https://d18-a.sdn.cz/d_18/c_img_oW_C/kObgaqJNMnB0yvGxjCYuAsB/7b85.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2152080204, + "hash_id": 3019572044, "name": "Prodej bytu 3+kk 76 m²", - "price": 11875200, - "price_formatted": "11 875 200 Kč", - "locality": "náměstí Osvoboditelů, Praha 5 - Radotín", - "lat": 49.984558, - "lon": 14.359279, - "disposition": "3+kk", - "floor": 2, - "area": 76, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-radotin-namesti-osvoboditelu/2152080204", - "image": "https://d18-a.sdn.cz/d_18/c_img_of_D/nDJ4VEZEqxQDMC7yFDjmrE/d5a9.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3016299084, - "name": "Prodej bytu 3+kk 73 m²", - "price": 13042000, - "price_formatted": "13 042 000 Kč", - "locality": "Dunovského, Praha 4 - Chodov", - "lat": 50.034618, - "lon": 14.507051, - "disposition": "3+kk", - "floor": 2, - "area": 73, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-chodov-dunovskeho/3016299084", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_A/kOzkBkwYBTQzPhCTnFGCNPZ/2e73.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1796870988, - "name": "Prodej bytu 3+kk 72 m² (Jednopodlažní)", - "price": 12389440, - "price_formatted": "12 389 440 Kč", - "locality": "Benkova, Praha - Chodov", - "lat": 50.035397, - "lon": 14.501218, - "disposition": "3+kk", - "floor": 3, - "area": 72, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-chodov-benkova/1796870988", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_A/nDJ4VEZEqD86wCFQBFHH4ag/c01b.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 285393740, - "name": "Prodej bytu 3+kk 105 m² (Mezonet)", - "price": 11500000, - "price_formatted": "11 500 000 Kč", - "locality": "Křesomyslova, Praha 4 - Nusle", - "lat": 50.064636, - "lon": 14.432742, - "disposition": "3+kk", - "floor": 5, - "area": 105, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-nusle-kresomyslova/285393740", - "image": "https://d18-a.sdn.cz/d_18/c_img_of_D/nDJ4VEZEqB14TwB0VFBBCkY/c652.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3419743052, - "name": "Prodej bytu 3+kk 74 m²", - "price": 12000000, - "price_formatted": "12 000 000 Kč", - "locality": "Šrobárova, Praha", - "lat": 50.076252, - "lon": 14.473755, - "disposition": "3+kk", - "floor": 2, - "area": 74, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha--srobarova/3419743052", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_A/kOzkBkwYBTDPt7SCGrFFYqwx/f4f2.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1090986828, - "name": "Prodej bytu 3+kk 77 m²", - "price": 12626434, - "price_formatted": "12 626 434 Kč", - "locality": "Poděbradská, Praha 9 - Vysočany", - "lat": 50.102459, - "lon": 14.506999, - "disposition": "3+kk", - "floor": 6, - "area": 77, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-vysocany-podebradska/1090986828", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNCsCVHF9FFu2AMK/2ddb.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 4173656908, - "name": "Prodej bytu 3+kk 78 m²", - "price": 11990000, - "price_formatted": "11 990 000 Kč", - "locality": "Na Baních, Praha 5 - Zbraslav", - "lat": 49.950977, - "lon": 14.376745, - "disposition": "3+kk", - "floor": 2, - "area": 78, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-zbraslav-na-banich/4173656908", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_C/kOzkBkwYBTDPt7SGiMFOzuyu/16a7.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3912020812, - "name": "Prodej bytu 3+kk 88 m² (Jednopodlažní)", - "price": 10990000, - "price_formatted": "10 990 000 Kč", - "locality": "Netlucká, Praha 10 - Dubeč", - "lat": 50.061581, - "lon": 14.595828, - "disposition": "3+kk", - "floor": 2, - "area": 88, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-dubec-netlucka/3912020812", - "image": "https://d18-a.sdn.cz/d_18/c_img_oc_A/nPvSisOTaMpzErBuGD8UKAi/ea42.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1237132108, - "name": "Prodej bytu 3+kk 79 m² (Jednopodlažní)", - "price": 12290000, - "price_formatted": "12 290 000 Kč", - "locality": "Jenečská, Praha 6 - Liboc", - "lat": 50.091743, - "lon": 14.324618, - "disposition": "3+kk", - "floor": 2, - "area": 79, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-liboc-jenecska/1237132108", - "image": "https://d18-a.sdn.cz/d_18/c_img_of_C/nPadKnN9M1Bsdho6DE87mvz/e11a.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1109271372, - "name": "Prodej bytu 3+kk 86 m²", - "price": 12190000, - "price_formatted": "12 190 000 Kč", - "locality": "Penízovková, Praha 10 - Pitkovice", - "lat": 50.014717, - "lon": 14.584082, - "disposition": "3+kk", - "floor": 2, - "area": 86, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-pitkovice-penizovkova/1109271372", - "image": "https://d18-a.sdn.cz/d_18/c_img_of_C/kOdLsFJxntBzxsLbHE8A5pN/e76c.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1836983116, - "name": "Prodej bytu 3+kk 79 m²", - "price": 13085940, - "price_formatted": "13 085 940 Kč", - "locality": "Wassermannova, Praha 5 - Hlubočepy", - "lat": 50.027897, - "lon": 14.363584, - "disposition": "3+kk", - "floor": 2, - "area": 79, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hlubocepy-wassermannova/1836983116", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_B/kOzkBkwYBTDPt7SNYJFd47VD/9e44.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 4018021196, - "name": "Prodej bytu 3+kk 79 m²", - "price": 13324070, - "price_formatted": "13 324 070 Kč", - "locality": "Wassermannova, Praha 5 - Hlubočepy", - "lat": 50.027897, - "lon": 14.363584, - "disposition": "3+kk", - "floor": 3, - "area": 79, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hlubocepy-wassermannova/4018021196", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_B/nDJ4VEZEqBMnoOT4DFd453y/86ad.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3577226060, - "name": "Prodej bytu 3+kk 179 m²", - "price": 12790000, - "price_formatted": "12 790 000 Kč", - "locality": "Hrabovská, Praha 9 - Hostavice", - "lat": 50.081631, - "lon": 14.556377, - "disposition": "3+kk", - "floor": 3, - "area": 179, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hostavice-hrabovska/3577226060", - "image": "https://d18-a.sdn.cz/d_18/c_img_of_B/nOztZkD4ZlDgPvvDU8E5pT3P/e1b3.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2420519756, - "name": "Prodej bytu 3+kk 81 m² (Jednopodlažní)", - "price": 12165000, - "price_formatted": "12 165 000 Kč", - "locality": "Želivecká, Praha - Záběhlice", - "lat": 50.060375, - "lon": 14.496966, - "disposition": "3+kk", - "floor": 5, - "area": 81, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-zabehlice-zelivecka/2420519756", - "image": "https://d18-a.sdn.cz/d_18/c_img_of_A/kPRtHkVQLlCon8i1vE1bdit/f650.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3041276748, - "name": "Prodej bytu 3+kk 80 m² (Jednopodlažní)", - "price": 12971000, - "price_formatted": "12 971 000 Kč", - "locality": "Smržových, Praha - Vysočany", - "lat": 50.109501, - "lon": 14.518596, - "disposition": "3+kk", - "floor": 14, - "area": 80, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-vysocany-smrzovych/3041276748", - "image": "https://d18-a.sdn.cz/d_18/c_img_of_A/nOztZkD4ZlC6aNA9uE1bJrn/0531.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3755684684, - "name": "Prodej bytu 3+kk 72 m²", - "price": 13500000, - "price_formatted": "13 500 000 Kč", - "locality": "Heřmanova, Praha 7 - Holešovice", - "lat": 50.100487, - "lon": 14.432251, - "disposition": "3+kk", - "floor": 4, - "area": 72, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-holesovice-hermanova/3755684684", - "image": "https://d18-a.sdn.cz/d_18/c_img_oe_D/kOzmiQlmfoC2bQRELwEsmdwM/8412.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3034002252, - "name": "Prodej bytu 3+kk 85 m²", - "price": 11309354, - "price_formatted": "11 309 354 Kč", - "locality": "Penízovková, Praha 10 - Pitkovice", - "lat": 50.013393, - "lon": 14.582934, - "disposition": "3+kk", - "floor": 2, - "area": 85, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-pitkovice-penizovkova/3034002252", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeND2I1YCTUFnzRRl/9fff.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 916534092, - "name": "Prodej bytu 3+kk 91 m² (Jednopodlažní)", - "price": 12600000, - "price_formatted": "12 600 000 Kč", - "locality": "Hadovitá, Praha 4 - Michle", - "lat": 50.052193, - "lon": 14.459638, - "disposition": "3+kk", - "floor": 3, - "area": 91, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-michle-hadovita/916534092", - "image": "https://d18-a.sdn.cz/d_18/c_img_of_A/nOztZkD4ZlC6aNAU6E0NFID/353c.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2461872972, - "name": "Prodej bytu 3+kk 72 m²", - "price": 10863914, - "price_formatted": "10 863 914 Kč", - "locality": "Kolbenova, Praha 9 - Vysočany", - "lat": 50.11132, - "lon": 14.510686, - "disposition": "3+kk", - "floor": 3, - "area": 72, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-vysocany-kolbenova/2461872972", - "image": "https://d18-a.sdn.cz/d_18/c_img_oe_E/kOzmiQlmfoC2bQRGWXExVfvG/d9b2.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3690779468, - "name": "Prodej bytu 3+kk 74 m²", - "price": 11519550, - "price_formatted": "11 519 550 Kč", - "locality": "Střížkovská, Praha", - "lat": 50.120098, - "lon": 14.4767, - "disposition": "3+kk", - "floor": 3, - "area": 74, - "building_type": "Cihlová", - "ownership": "Státní/obecní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha--strizkovska/3690779468", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_C/kOzkBkwYBTDPt7SHAhFPyeZ5/74a0.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 94163788, - "name": "Prodej bytu 3+kk 70 m² (Jednopodlažní)", - "price": 9999000, - "price_formatted": "9 999 000 Kč", - "locality": "Sečská, Praha 10 - Strašnice", - "lat": 50.071194, - "lon": 14.503551, - "disposition": "3+kk", - "floor": 3, - "area": 70, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-strasnice-secska/94163788", - "image": "https://d18-a.sdn.cz/d_18/c_img_od_D/nPSV1TXV2nD0izvCtHEc6khT/599f.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2698720076, - "name": "Prodej bytu 3+kk 84 m²", - "price": 12390000, - "price_formatted": "12 390 000 Kč", - "locality": "Hrabovská, Praha 9 - Hostavice", - "lat": 50.081749, - "lon": 14.557925, - "disposition": "3+kk", - "floor": 3, - "area": 84, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hostavice-hrabovska/2698720076", - "image": "https://d18-a.sdn.cz/d_18/c_img_oe_D/kOzmiQlmfoBuCN3DOGEsmPhx/46a8.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1796072268, - "name": "Prodej bytu 3+kk 88 m² (Mezonet)", - "price": 12250000, - "price_formatted": "12 250 000 Kč", - "locality": "Kodaňská, Praha - Vršovice", - "lat": 50.07082, - "lon": 14.458851, - "disposition": "3+kk", - "floor": 5, - "area": 88, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-vrsovice-kodanska/1796072268", - "image": "https://d18-a.sdn.cz/d_18/c_img_od_B/kOes7N5Ni6BXOyrD8SESLiYI/1c87.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 343851852, - "name": "Prodej bytu 3+kk 70 m²", - "price": 12290000, - "price_formatted": "12 290 000 Kč", - "locality": "Břeclavská, Praha 9 - Kyje", - "lat": 50.095062, - "lon": 14.54551, - "disposition": "3+kk", - "floor": 2, - "area": 70, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-kyje-breclavska/343851852", - "image": "https://d18-a.sdn.cz/d_18/c_img_of_A/nO5OZtPbfGCc8bBWFEzoGwf/651d.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2309964364, - "name": "Prodej bytu 3+kk 99 m²", - "price": 11690000, - "price_formatted": "11 690 000 Kč", - "locality": "Ohradní, Praha 4 - Michle", - "lat": 50.052292, - "lon": 14.45542, - "disposition": "3+kk", - "floor": 6, - "area": 99, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-michle-ohradni/2309964364", - "image": "https://d18-a.sdn.cz/d_18/c_img_oe_A/nPSV1TXV2nClkYSDDeEgaIuO/eb12.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1084543820, - "name": "Prodej bytu 3+kk 74 m²", - "price": 10972300, - "price_formatted": "10 972 300 Kč", - "locality": "Jáchymovská, Praha 5 - Řeporyje", - "lat": 50.035248, - "lon": 14.314073, - "disposition": "3+kk", - "floor": 3, - "area": 74, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-reporyje-jachymovska/1084543820", - "image": "https://d18-a.sdn.cz/d_18/c_img_oe_B/nO1Ur3YPjB17k9BZbEmxI26/ff15.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 661705548, - "name": "Prodej bytu 3+kk 69 m²", - "price": 13434064, - "price_formatted": "13 434 064 Kč", - "locality": "Jana Želivského, Praha 3 - Žižkov", - "lat": 50.08567, - "lon": 14.471272, - "disposition": "3+kk", - "floor": 2, - "area": 69, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-zizkov-jana-zelivskeho/661705548", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_A/nDJ4VEZEqCaOxZSD1Fa88vA/6cc1.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 4084388684, - "name": "Prodej bytu 3+kk 78 m²", - "price": 12769155, - "price_formatted": "12 769 155 Kč", - "locality": "Silurská, Praha 5 - Hlubočepy", - "lat": 50.034676, - "lon": 14.385566, - "disposition": "3+kk", - "floor": 6, - "area": 78, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hlubocepy-silurska/4084388684", - "image": "https://d18-a.sdn.cz/d_18/c_img_od_D/nPSV1TXV2nrwBeCONEehXc0/a421.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 402445132, - "name": "Prodej bytu 3+kk 69 m²", - "price": 12179000, - "price_formatted": "12 179 000 Kč", - "locality": "Vosátkova, Praha - Kamýk", - "lat": 50.014652, - "lon": 14.438012, - "disposition": "3+kk", - "floor": 3, - "area": 69, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-kamyk-vosatkova/402445132", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/nPXMbbUsvqCrBESCkbFmvOva/096c.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 100455244, - "name": "Prodej bytu 3+kk 69 m²", - "price": 12179000, - "price_formatted": "12 179 000 Kč", - "locality": "Vosátkova, Praha - Kamýk", - "lat": 50.014652, - "lon": 14.438012, - "disposition": "3+kk", - "floor": 3, - "area": 69, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-kamyk-vosatkova/100455244", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/nPXMbbUsvqB8gfpCqIFmvONR/446b.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 4228698956, - "name": "Prodej bytu 3+kk 78 m²", - "price": 12336242, - "price_formatted": "12 336 242 Kč", - "locality": "Silurská, Praha 5 - Hlubočepy", - "lat": 50.034676, - "lon": 14.385566, - "disposition": "3+kk", - "floor": 4, - "area": 78, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hlubocepy-silurska/4228698956", - "image": "https://d18-a.sdn.cz/d_18/c_img_od_D/nPSV1TXV2nClkYSBVgEcu9i1/197e.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3538801484, - "name": "Prodej bytu 3+kk 80 m²", - "price": 9290000, - "price_formatted": "9 290 000 Kč", - "locality": "Holubinková, Praha 10 - Pitkovice", - "lat": 50.016262, - "lon": 14.583932, - "disposition": "3+kk", - "floor": 2, - "area": 80, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-pitkovice-holubinkova/3538801484", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/nPXMbbUsvqDzGaHDMFFn1Yxf/135b.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3436827468, - "name": "Prodej bytu 3+kk 76 m²", - "price": 10703709, - "price_formatted": "10 703 709 Kč", - "locality": "Makovská, Praha 9 - Dolní Počernice", - "lat": 50.081036, - "lon": 14.57484, - "disposition": "3+kk", - "floor": 2, - "area": 76, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-dolni-pocernice-makovska/3436827468", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/nPXMbbUsvqawIkDs7FnXEPI/2a2a.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 109048652, - "name": "Prodej bytu 3+kk 71 m²", - "price": 7250000, - "price_formatted": "7 250 000 Kč", - "locality": "náměstí U lípy svobody, Praha 10 - Dubeč", - "lat": 50.062946, - "lon": 14.594689, - "disposition": "3+kk", - "floor": 3, - "area": 71, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-dubec-namesti-u-lipy-svobody/109048652", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNDpoIQCMyFnZWJ5/94e9.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2444092236, - "name": "Prodej bytu 3+kk 89 m²", - "price": 11413521, - "price_formatted": "11 413 521 Kč", - "locality": "Penízovková, Praha 10 - Pitkovice", - "lat": 50.013393, - "lon": 14.582934, - "disposition": "3+kk", - "floor": 2, - "area": 89, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-pitkovice-penizovkova/2444092236", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/nPXMbbUsvqECACpEQvFnZDFL/3af0.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 720892748, - "name": "Prodej bytu 3+kk 77 m²", - "price": 10990000, - "price_formatted": "10 990 000 Kč", - "locality": "Ďáblická, Praha 8 - Ďáblice", - "lat": 50.142303, - "lon": 14.483035, - "disposition": "3+kk", - "floor": 2, - "area": 77, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-dablice-dablicka/720892748", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_B/kOzkBkwYBTxrzzNhRFewy2E/b9d8.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3156996940, - "name": "Prodej bytu 3+kk 75 m²", - "price": 13155520, - "price_formatted": "13 155 520 Kč", - "locality": "Komárkova, Praha 4 - Chodov", - "lat": 50.036015, - "lon": 14.480886, - "disposition": "3+kk", - "floor": 4, - "area": 75, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-chodov-komarkova/3156996940", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNDpoIQCKfFnWqpw/e443.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 4257710924, - "name": "Prodej bytu 3+kk 86 m²", - "price": 12768040, - "price_formatted": "12 768 040 Kč", - "locality": "Penízovková, Praha 10 - Pitkovice", - "lat": 50.013393, - "lon": 14.582934, - "disposition": "3+kk", - "floor": 2, - "area": 86, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-pitkovice-penizovkova/4257710924", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNBFLmuCgmFnZEkS/25ca.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3714277964, - "name": "Prodej bytu 3+kk 71 m²", - "price": 12260535, - "price_formatted": "12 260 535 Kč", - "locality": "Silurská, Praha 5 - Hlubočepy", - "lat": 50.034676, - "lon": 14.385566, - "disposition": "3+kk", - "floor": 7, - "area": 71, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hlubocepy-silurska/3714277964", - "image": "https://d18-a.sdn.cz/d_18/c_img_oc_D/kOes7N5Ni6DeGDpCXZENgpIE/714d.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2302894668, - "name": "Prodej bytu 3+kk 75 m²", - "price": 12110486, - "price_formatted": "12 110 486 Kč", - "locality": "Silurská, Praha 5 - Hlubočepy", - "lat": 50.034676, - "lon": 14.385566, - "disposition": "3+kk", - "floor": 4, - "area": 75, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hlubocepy-silurska/2302894668", - "image": "https://d18-a.sdn.cz/d_18/c_img_oY_B/nPw2pRkMOeDO3Pe6kC05l0r/49af.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2965590604, - "name": "Prodej bytu 3+kk 76 m²", - "price": 11942365, - "price_formatted": "11 942 365 Kč", - "locality": "Silurská, Praha 5 - Hlubočepy", - "lat": 50.034676, - "lon": 14.385566, + "price": 10790000, + "price_formatted": "10 790 000 Kč", + "locality": "Plzákova, Praha - Kbely", + "lat": 50.13237, + "lon": 14.53639, "disposition": "3+kk", "floor": 3, "area": 76, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hlubocepy-silurska/2965590604", - "image": "https://d18-a.sdn.cz/d_18/c_img_oc_D/nO0bgvR9rXBOILnDaaENgeNP/65ac.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3411894860, - "name": "Prodej bytu 3+kk 79 m²", - "price": 12675596, - "price_formatted": "12 675 596 Kč", - "locality": "Silurská, Praha 5 - Hlubočepy", - "lat": 50.034676, - "lon": 14.385566, - "disposition": "3+kk", - "floor": 3, - "area": 79, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hlubocepy-silurska/3411894860", - "image": "https://d18-a.sdn.cz/d_18/c_img_od_D/kBlLbSfl8BOkUvB1JEcwHv6/3939.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3804451404, - "name": "Prodej bytu 3+kk 72 m²", - "price": 11819718, - "price_formatted": "11 819 718 Kč", - "locality": "Silurská, Praha 5 - Hlubočepy", - "lat": 50.034676, - "lon": 14.385566, - "disposition": "3+kk", - "floor": 6, - "area": 72, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hlubocepy-silurska/3804451404", - "image": "https://d18-a.sdn.cz/d_18/c_img_od_D/nPSV1TXV2nrwBeBZDEcz1xf/2712.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3284357708, - "name": "Prodej bytu 3+kk 80 m²", - "price": 12580194, - "price_formatted": "12 580 194 Kč", - "locality": "Silurská, Praha 5 - Hlubočepy", - "lat": 50.034676, - "lon": 14.385566, - "disposition": "3+kk", - "floor": 2, - "area": 80, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hlubocepy-silurska/3284357708", - "image": "https://d18-a.sdn.cz/d_18/c_img_oc_D/nO0bgvR9rXBOILnDaRENgkbr/0697.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2813284940, - "name": "Prodej bytu 3+kk 75 m²", - "price": 12445800, - "price_formatted": "12 445 800 Kč", - "locality": "Silurská, Praha 5 - Hlubočepy", - "lat": 50.034676, - "lon": 14.385566, - "disposition": "3+kk", - "floor": 6, - "area": 75, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hlubocepy-silurska/2813284940", - "image": "https://d18-a.sdn.cz/d_18/c_img_oY_D/nsLxLojIDmnnXU2DAE1Ro/947c.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2768798540, - "name": "Prodej bytu 3+kk 71 m²", - "price": 11803359, - "price_formatted": "11 803 359 Kč", - "locality": "Hábova, Praha 5 - Stodůlky", - "lat": 50.04636, - "lon": 14.310556, - "disposition": "3+kk", - "floor": 4, - "area": 71, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-stodulky-habova/2768798540", - "image": "https://d18-a.sdn.cz/d_18/c_img_of_A/kPSgqAbxVYMDdiVxEzIjs8/7e12.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3157820236, - "name": "Prodej bytu 3+kk 73 m²", - "price": 12349349, - "price_formatted": "12 349 349 Kč", - "locality": "Hábova, Praha 5 - Stodůlky", - "lat": 50.04636, - "lon": 14.310556, - "disposition": "3+kk", - "floor": 3, - "area": 73, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-stodulky-habova/3157820236", - "image": "https://d18-a.sdn.cz/d_18/c_img_of_A/nO5OZtPbfGXuqXaeEzImsV/819e.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 37258060, - "name": "Prodej bytu 3+kk 73 m²", - "price": 12349349, - "price_formatted": "12 349 349 Kč", - "locality": "Hábova, Praha 5 - Stodůlky", - "lat": 50.04636, - "lon": 14.310556, - "disposition": "3+kk", - "floor": 3, - "area": 73, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-stodulky-habova/37258060", - "image": "https://d18-a.sdn.cz/d_18/c_img_of_A/kPSgqAbxVYDxpu4dUEzInyB/2a52.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3193471820, - "name": "Prodej bytu 3+kk 71 m²", - "price": 12026912, - "price_formatted": "12 026 912 Kč", - "locality": "Hábova, Praha 5 - Stodůlky", - "lat": 50.04636, - "lon": 14.310556, - "disposition": "3+kk", - "floor": 3, - "area": 71, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-stodulky-habova/3193471820", - "image": "https://d18-a.sdn.cz/d_18/c_img_of_A/nO5OZtPbfGDgBjyaiEzIowI/3be9.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2136507212, - "name": "Prodej bytu 3+kk 71 m²", - "price": 12026912, - "price_formatted": "12 026 912 Kč", - "locality": "Hábova, Praha 5 - Stodůlky", - "lat": 50.04636, - "lon": 14.310556, - "disposition": "3+kk", - "floor": 3, - "area": 71, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-stodulky-habova/2136507212", - "image": "https://d18-a.sdn.cz/d_18/c_img_of_A/nO5OZtPbfGEEwhJZ6EzIptK/cf0b.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 4017263436, - "name": "Prodej bytu 3+kk 73 m² (Jednopodlažní)", - "price": 10100000, - "price_formatted": "10 100 000 Kč", - "locality": "Nučická, Praha 10 - Strašnice", - "lat": 50.066799, - "lon": 14.497653, - "disposition": "3+kk", - "floor": 4, - "area": 73, "building_type": "Cihlová", "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-strasnice-nucicka/4017263436", - "image": "https://d18-a.sdn.cz/d_18/c_img_ob_B/nPTQKDwGers63noVDtwtj1/f2d6.png?fl=res,400,300,3|shr,,20|jpg,90" + "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-kbely-plzakova/3019572044", + "image": "https://d18-a.sdn.cz/d_18/c_img_p7_A/nDJ4VEZEqCaOxZQ8PFZch2R/b90f.png?fl=res,400,300,3|shr,,20|jpg,90", + "scraped_at": "2026-02-25" }, { - "hash_id": 3731572044, - "name": "Prodej bytu 3+kk 79 m²", - "price": 13299000, - "price_formatted": "13 299 000 Kč", - "locality": "Praha 5", - "lat": 50.055408, - "lon": 14.382576, - "disposition": "3+kk", - "floor": 2, - "area": 79, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-praha-5-/3731572044", - "image": "https://d18-a.sdn.cz/d_18/c_img_oZ_D/kBkJRwehYCi00eEJNDS6IZG/efa1.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 216052556, - "name": "Prodej bytu 3+kk 71 m²", - "price": 12310480, - "price_formatted": "12 310 480 Kč", - "locality": "Komárkova, Praha 4 - Chodov", - "lat": 50.036015, - "lon": 14.480886, - "disposition": "3+kk", - "floor": 3, - "area": 71, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-chodov-komarkova/216052556", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/nPXMbbUsvqawIkDs8FnXNeJ/45d9.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3437278028, - "name": "Prodej bytu 3+kk 71 m²", - "price": 12836320, - "price_formatted": "12 836 320 Kč", - "locality": "Komárkova, Praha 4 - Chodov", - "lat": 50.036015, - "lon": 14.480886, - "disposition": "3+kk", - "floor": 2, - "area": 71, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-chodov-komarkova/3437278028", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNDpoIQCMGFnXMEO/e462.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 4141921100, + "hash_id": 3704697676, "name": "Prodej bytu 3+kk 72 m²", - "price": 12295360, - "price_formatted": "12 295 360 Kč", - "locality": "Komárkova, Praha 4 - Chodov", - "lat": 50.036015, - "lon": 14.480886, - "disposition": "3+kk", - "floor": 3, - "area": 72, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-chodov-komarkova/4141921100", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNBLdvLCLaFnXFqe/cd9f.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3084956492, - "name": "Prodej bytu 3+kk 71 m²", - "price": 13080480, - "price_formatted": "13 080 480 Kč", - "locality": "Komárkova, Praha 4 - Chodov", - "lat": 50.036015, - "lon": 14.480886, - "disposition": "3+kk", - "floor": 2, - "area": 71, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-chodov-komarkova/3084956492", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/nPXMbbUsvqDzGaHC3rFnXDiq/f0c0.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1779479372, - "name": "Prodej bytu 3+kk 72 m²", - "price": 13450080, - "price_formatted": "13 450 080 Kč", - "locality": "Komárkova, Praha 4 - Chodov", - "lat": 50.036015, - "lon": 14.480886, + "price": 8000000, + "price_formatted": "8 000 000 Kč", + "locality": "Litevská, Praha 10 - Vršovice", + "lat": 50.072536, + "lon": 14.476557, "disposition": "3+kk", "floor": 5, "area": 72, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-chodov-komarkova/1779479372", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNBjPnRCOzFnXAVp/bdfe.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3356537676, - "name": "Prodej bytu 3+kk 72 m²", - "price": 12863760, - "price_formatted": "12 863 760 Kč", - "locality": "Komárkova, Praha 4 - Chodov", - "lat": 50.036015, - "lon": 14.480886, - "disposition": "3+kk", - "floor": 4, - "area": 72, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-chodov-komarkova/3356537676", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNBx1gQCNzFnW82n/1d68.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1058059084, - "name": "Prodej bytu 3+kk 72 m²", - "price": 12907440, - "price_formatted": "12 907 440 Kč", - "locality": "Komárkova, Praha 4 - Chodov", - "lat": 50.036015, - "lon": 14.480886, - "disposition": "3+kk", - "floor": 3, - "area": 72, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-chodov-komarkova/1058059084", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/nPXMbbUsvqDzGaHC3iFnWz53/4456.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1060025164, - "name": "Prodej bytu 3+kk 75 m²", - "price": 12782000, - "price_formatted": "12 782 000 Kč", - "locality": "Komárkova, Praha 4 - Chodov", - "lat": 50.036015, - "lon": 14.480886, - "disposition": "3+kk", - "floor": 3, - "area": 75, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-chodov-komarkova/1060025164", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/nPXMbbUsvqDzGaHC3rFnWpqN/4cb1.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1362015052, - "name": "Prodej bytu 3+kk 72 m²", - "price": 12998720, - "price_formatted": "12 998 720 Kč", - "locality": "Komárkova, Praha 4 - Chodov", - "lat": 50.036015, - "lon": 14.480886, - "disposition": "3+kk", - "floor": 2, - "area": 72, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-chodov-komarkova/1362015052", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNDt0rrCRfFnWmkA/d3f2.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2534924876, - "name": "Prodej bytu 3+kk 74 m²", - "price": 12945000, - "price_formatted": "12 945 000 Kč", - "locality": "Praha 4 - Praha-Libuš", - "lat": 50.004047, - "lon": 14.457355, - "disposition": "3+kk", - "floor": 4, - "area": 74, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-praha-libus-/2534924876", - "image": "https://d18-a.sdn.cz/d_18/c_img_m2_B/kO1SI6eo54DRpQjXszn14/c750.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3567993420, - "name": "Prodej bytu 3+kk 80 m²", - "price": 8500000, - "price_formatted": "8 500 000 Kč", - "locality": "Drahobejlova, Praha 9 - Libeň", - "lat": 50.10434, - "lon": 14.485521, - "disposition": "3+kk", - "floor": 2, - "area": 80, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-liben-drahobejlova/3567993420", - "image": "https://d18-a.sdn.cz/d_18/c_img_oZ_B/kBkJRwehYVnG3qoDIQfL6/a26a.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 995512908, - "name": "Prodej bytu 3+kk 73 m² (Jednopodlažní)", - "price": 10480000, - "price_formatted": "10 480 000 Kč", - "locality": "Danielova, Praha - Čakovice", - "lat": 50.153698, - "lon": 14.530779, - "disposition": "3+kk", - "floor": 2, - "area": 73, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-cakovice-danielova/995512908", - "image": "https://d18-a.sdn.cz/d_18/c_img_oZ_A/nsLxLojIDjvKWCzTDGjTZX/b089.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2238849612, - "name": "Prodej bytu 3+kk 87 m²", - "price": 12000000, - "price_formatted": "12 000 000 Kč", - "locality": "Choceradská, Praha 4 - Záběhlice", - "lat": 50.047661, - "lon": 14.494169, - "disposition": "3+kk", - "floor": 3, - "area": 87, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-zabehlice-choceradska/2238849612", - "image": "https://d18-a.sdn.cz/d_18/c_img_oV_C/kObgaqJNMnB0yvGVfCLVcIR/34ca.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1843270220, - "name": "Prodej bytu 3+kk 69 m²", - "price": 11250000, - "price_formatted": "11 250 000 Kč", - "locality": "Blažimská, Praha 4 - Chodov", - "lat": 50.041729, - "lon": 14.498134, - "disposition": "3+kk", - "floor": 3, - "area": 69, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-chodov-blazimska/1843270220", - "image": "https://d18-a.sdn.cz/d_18/c_img_oW_B/nO1SBfAluiD9J7zpFCUEzr2/d548.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2801107532, - "name": "Prodej bytu 3+kk 74 m²", - "price": 11912208, - "price_formatted": "11 912 208 Kč", - "locality": "Wassermannova, Praha 5 - Hlubočepy", - "lat": 50.027138, - "lon": 14.365409, - "disposition": "3+kk", - "floor": 5, - "area": 74, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hlubocepy-wassermannova/2801107532", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_B/nDJ4VEZEqCs9CySQVFd5JEV/09fe.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1962246732, - "name": "Prodej bytu 3+kk 74 m²", - "price": 12968283, - "price_formatted": "12 968 283 Kč", - "locality": "Wassermannova, Praha 5 - Hlubočepy", - "lat": 50.027138, - "lon": 14.365409, - "disposition": "3+kk", - "floor": 7, - "area": 74, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hlubocepy-wassermannova/1962246732", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_B/nDJ4VEZEqxQDMT0YFd5H8l/435a.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1022722636, - "name": "Prodej bytu 3+kk 80 m²", - "price": 12248142, - "price_formatted": "12 248 142 Kč", - "locality": "Wassermannova, Praha 5 - Hlubočepy", - "lat": 50.027138, - "lon": 14.365409, - "disposition": "3+kk", - "floor": 3, - "area": 80, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hlubocepy-wassermannova/1022722636", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_B/nDJ4VEZEqDjvpWXBLFd5Lbe/c9f3.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1458930252, - "name": "Prodej bytu 3+kk 72 m²", - "price": 11403120, - "price_formatted": "11 403 120 Kč", - "locality": "Wassermannova, Praha 5 - Hlubočepy", - "lat": 50.027138, - "lon": 14.365409, - "disposition": "3+kk", - "floor": 5, - "area": 72, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hlubocepy-wassermannova/1458930252", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_B/nDJ4VEZEqCemGmQ5iFd5JVR/95df.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3186983500, - "name": "Prodej bytu 3+kk 80 m²", - "price": 12929790, - "price_formatted": "12 929 790 Kč", - "locality": "Wassermannova, Praha 5 - Hlubočepy", - "lat": 50.027138, - "lon": 14.365409, - "disposition": "3+kk", - "floor": 4, - "area": 80, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hlubocepy-wassermannova/3186983500", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_B/kOzkBkwYBTCNNSBNJSFd5LKy/ca2e.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3623191116, - "name": "Prodej bytu 3+kk 71 m²", - "price": 12147190, - "price_formatted": "12 147 190 Kč", - "locality": "Wassermannova, Praha 5 - Hlubočepy", - "lat": 50.027138, - "lon": 14.365409, - "disposition": "3+kk", - "floor": 7, - "area": 71, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-hlubocepy-wassermannova/3623191116", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_B/nDJ4VEZEqxmIDR2lFd5IOZ/5a0a.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 34186572, - "name": "Prodej bytu 3+kk 74 m²", - "price": 11634400, - "price_formatted": "11 634 400 Kč", - "locality": "Jáchymovská, Praha 5 - Řeporyje", - "lat": 50.035248, - "lon": 14.314073, - "disposition": "3+kk", - "floor": 4, - "area": 74, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-reporyje-jachymovska/34186572", - "image": "https://d18-a.sdn.cz/d_18/c_img_QP_K8/IWmBIGe.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2609607500, - "name": "Prodej bytu 3+1 84 m² (Jednopodlažní)", - "price": 13300000, - "price_formatted": "13 300 000 Kč", - "locality": "Bubenské nábřeží, Praha 7 - Holešovice", - "lat": 50.098339, - "lon": 14.447381, - "disposition": "3+1", - "floor": 3, - "area": 84, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-holesovice-bubenske-nabrezi/2609607500", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNBUfl4WLFrfdBp/6f2f.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3224830796, - "name": "Prodej bytu 3+1 78 m²", - "price": 11900000, - "price_formatted": "11 900 000 Kč", - "locality": "Budějovická, Praha - Praha 4", - "lat": 50.042667, - "lon": 14.457544, - "disposition": "3+1", - "floor": 2, - "area": 78, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-praha-4-budejovicka/3224830796", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNCsCVHCBIFm0Cfr/ec7d.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2792387404, - "name": "Prodej bytu 3+1 94 m² (Mezonet)", - "price": 10990000, - "price_formatted": "10 990 000 Kč", - "locality": "Spojařů, Praha 5 - Zbraslav", - "lat": 49.964233, - "lon": 14.395434, - "disposition": "3+1", - "floor": 3, - "area": 94, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-zbraslav-spojaru/2792387404", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqW7e6GlHFsw920/2ce8.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 948552524, - "name": "Prodej bytu 3+1 97 m²", - "price": 9790000, - "price_formatted": "9 790 000 Kč", - "locality": "Oldřichova, Praha 2 - Nusle", - "lat": 50.065617, - "lon": 14.428337, - "disposition": "3+1", - "floor": 5, - "area": 97, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-nusle-oldrichova/948552524", - "image": "https://d18-a.sdn.cz/d_18/c_img_oe_B/kOzmiQlmfoC2bQRV0EkZ1DC/f53b.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1403183948, - "name": "Prodej bytu 3+1 76 m²", - "price": 8990000, - "price_formatted": "8 990 000 Kč", - "locality": "Bělčická, Praha 4 - Záběhlice", - "lat": 50.046608, - "lon": 14.492217, - "disposition": "3+1", - "floor": 4, - "area": 76, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-zabehlice-belcicka/1403183948", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_B/nDJ4VEZEqCaOxZUMjFeKOXK/6f86.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 4125340492, - "name": "Prodej bytu 3+1 99 m²", - "price": 13490000, - "price_formatted": "13 490 000 Kč", - "locality": "Na Václavce, Praha 5 - Smíchov", - "lat": 50.065289, - "lon": 14.393119, - "disposition": "3+1", - "floor": 2, - "area": 99, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-smichov-na-vaclavce/4125340492", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_B/nPVpfd5QLLD53Ui1kFwOAtI/7b9d.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1180791628, - "name": "Prodej bytu 3+1 70 m² (Jednopodlažní)", - "price": 8880000, - "price_formatted": "8 880 000 Kč", - "locality": "V předpolí, Praha 10 - Strašnice", - "lat": 50.070919, - "lon": 14.482954, - "disposition": "3+1", - "floor": 2, - "area": 70, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-strasnice-v-predpoli/1180791628", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqBP5QmFqiFrUZ7v/e404.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2023191372, - "name": "Prodej bytu 3+1 84 m²", - "price": 12890000, - "price_formatted": "12 890 000 Kč", - "locality": "Valtínovská, Praha 4 - Krč", - "lat": 50.041092, - "lon": 14.457349, - "disposition": "3+1", - "floor": 2, - "area": 84, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-krc-valtinovska/2023191372", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqawIkIusFtGM3t/dc7a.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3469083468, - "name": "Prodej bytu 3+1 97 m² (Jednopodlažní)", - "price": 11399000, - "price_formatted": "11 399 000 Kč", - "locality": "Školní, Praha 4 - Braník", - "lat": 50.037449, - "lon": 14.413369, - "disposition": "3+1", - "floor": 2, - "area": 97, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-branik-skolni/3469083468", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_C/nDJ4VEZEqCaOxZXb4Fir3Ja/a5fd.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3475837772, - "name": "Prodej bytu 3+1 77 m²", - "price": 9400000, - "price_formatted": "9 400 000 Kč", - "locality": "Žitavského, Praha - Zbraslav", - "lat": 49.968777, - "lon": 14.394235, - "disposition": "3+1", - "floor": 2, - "area": 77, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-zbraslav-zitavskeho/3475837772", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_B/kOzkBkwYBTBCGZ9ErEFK4fVz/a27d.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2119304012, - "name": "Prodej bytu 3+1 70 m² (Jednopodlažní)", - "price": 8490000, - "price_formatted": "8 490 000 Kč", - "locality": "Plzeňská, Praha 5 - Smíchov", - "lat": 50.070713, - "lon": 14.37893, - "disposition": "3+1", - "floor": 2, - "area": 70, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-smichov-plzenska/2119304012", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_B/kOzkBkwYBTDPt7SOGcFfM6Tu/dbaa.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1455780684, - "name": "Prodej bytu 3+1 146 m² (Mezonet)", - "price": 12600000, - "price_formatted": "12 600 000 Kč", - "locality": "Plzeňská, Praha 5 - Košíře", - "lat": 50.07045, - "lon": 14.378873, - "disposition": "3+1", - "floor": 6, - "area": 146, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-kosire-plzenska/1455780684", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNBLdvLFmiFu0Z9B/999f.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2628260684, - "name": "Prodej bytu 3+1 87 m² (Mezonet)", - "price": 11323000, - "price_formatted": "11 323 000 Kč", - "locality": "Libušská, Praha 4 - Libuš", - "lat": 50.009743, - "lon": 14.460835, - "disposition": "3+1", - "floor": 2, - "area": 87, "building_type": "Cihlová", "ownership": "Družstevní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-libus-libusska/2628260684", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_B/kOzkBkwYBTDq3nMNRlFd59DE/c45a.png?fl=res,400,300,3|shr,,20|jpg,90" + "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-vrsovice-litevska/3704697676", + "image": "https://d18-a.sdn.cz/d_18/c_img_of_A/nOztZkD4ZlC2Y2EU6E0MiZv/15fc.png?fl=res,400,300,3|shr,,20|jpg,90", + "scraped_at": "2026-02-25" }, { - "hash_id": 4058571596, - "name": "Prodej bytu 3+1 121 m²", - "price": 13500000, - "price_formatted": "13 500 000 Kč", - "locality": "Husitská, Praha 3 - Žižkov", - "lat": 50.086834, - "lon": 14.445434, - "disposition": "3+1", - "floor": 5, - "area": 121, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-zizkov-husitska/4058571596", - "image": "https://d18-a.sdn.cz/d_18/c_img_of_D/kOzkBkwYBTDqlCCojFCJoJe/522c.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 977601356, - "name": "Prodej bytu 3+1 71 m²", - "price": 8350000, - "price_formatted": "8 350 000 Kč", - "locality": "Hlavní, Praha 4 - Záběhlice", - "lat": 50.047489, - "lon": 14.490741, - "disposition": "3+1", - "floor": 6, - "area": 71, - "building_type": "Cihlová", - "ownership": "Družstevní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-zabehlice-hlavni/977601356", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqW7e6GHGFsAq4c/a842.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 303203148, - "name": "Prodej bytu 3+1 96 m²", - "price": 13490000, - "price_formatted": "13 490 000 Kč", - "locality": "Na Václavce, Praha 5 - Smíchov", - "lat": 50.065289, - "lon": 14.393119, - "disposition": "3+1", - "floor": 3, - "area": 96, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-smichov-na-vaclavce/303203148", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_B/kY1K2LlXQDnuVL4oFwOBcH/d9e2.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1556706124, - "name": "Prodej bytu 3+1 84 m² (Jednopodlažní)", - "price": 13385000, - "price_formatted": "13 385 000 Kč", - "locality": "Novákových, Praha - Libeň", - "lat": 50.103786, - "lon": 14.476581, - "disposition": "3+1", - "floor": 3, - "area": 84, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-liben-novakovych/1556706124", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqawIkJz5FuaFNW/7c64.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3582423884, - "name": "Prodej bytu 3+1 84 m²", - "price": 13390000, - "price_formatted": "13 390 000 Kč", - "locality": "Komunardů, Praha 7 - Holešovice", - "lat": 50.102169, - "lon": 14.450205, - "disposition": "3+1", - "floor": 3, - "area": 84, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-holesovice-komunardu/3582423884", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNBUfl45yFswEum/0b2b.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 77820748, - "name": "Prodej bytu 3+1 80 m² (Jednopodlažní)", - "price": 10190000, - "price_formatted": "10 190 000 Kč", - "locality": "U Svépomoci, Praha - Nusle", - "lat": 50.054306, - "lon": 14.441881, - "disposition": "3+1", - "floor": 2, - "area": 80, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-nusle-u-svepomoci/77820748", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNBLdvLDlMFqbix9/dc36.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 4169482828, - "name": "Prodej bytu 3+1 103 m²", - "price": 9790000, - "price_formatted": "9 790 000 Kč", - "locality": "Plánická, Praha 5 - Radotín", - "lat": 49.992107, - "lon": 14.366138, - "disposition": "3+1", - "floor": 2, - "area": 103, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-radotin-planicka/4169482828", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_C/kOzkBkwYBTDqlCCIdoFSfluP/59fb.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 433656652, - "name": "Prodej bytu 3+1 86 m² (Jednopodlažní)", - "price": 12000000, - "price_formatted": "12 000 000 Kč", - "locality": "Evropská, Praha 6 - Dejvice", - "lat": 50.095634, - "lon": 14.346382, - "disposition": "3+1", - "floor": 3, - "area": 86, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-dejvice-evropska/433656652", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_A/nDJ4VEZEqxQDMFqQFHxa7K/ffc8.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3972887372, - "name": "Prodej bytu 3+1 84 m²", - "price": 11349087, - "price_formatted": "11 349 087 Kč", - "locality": "Hartigova, Praha 3 - Žižkov", - "lat": 50.089504, - "lon": 14.463739, - "disposition": "3+1", - "floor": 2, - "area": 84, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-zizkov-hartigova/3972887372", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNBP53EEK8FomDcb/06d8.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3806466892, - "name": "Prodej bytu 3+1 96 m²", - "price": 13000000, - "price_formatted": "13 000 000 Kč", - "locality": "5. května, Praha 4 - Nusle", - "lat": 50.055012, - "lon": 14.437956, - "disposition": "3+1", - "floor": 4, - "area": 96, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-nusle-5--kvetna/3806466892", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNBLdvLCpLFocoug/ada0.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 4278465356, - "name": "Prodej bytu 3+1 75 m²", - "price": 10390000, - "price_formatted": "10 390 000 Kč", - "locality": "Želivecká, Praha 10 - Záběhlice", - "lat": 50.060749, - "lon": 14.497425, - "disposition": "3+1", - "floor": 2, - "area": 75, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-zabehlice-zelivecka/4278465356", - "image": "https://d18-a.sdn.cz/d_18/c_img_of_B/kPRtHkVQLlTJ3VBpyE3YiD1/873d.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 973239116, - "name": "Prodej bytu 3+1 83 m²", - "price": 8900000, - "price_formatted": "8 900 000 Kč", - "locality": "Machovcova, Praha 4 - Braník", - "lat": 50.031364, - "lon": 14.423939, - "disposition": "3+1", - "floor": 6, - "area": 83, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-branik-machovcova/973239116", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNDpoIQEAKFrV7Cj/998f.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 640119628, - "name": "Dražba bytu 3+1 87 m² (Jednopodlažní)", - "price": 7060800, - "price_formatted": "7 060 800 Kč", - "locality": "Osnická, Praha 10 - Michle", - "lat": 50.060371, - "lon": 14.4669, - "disposition": "3+1", - "floor": 3, - "area": 87, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-michle-osnicka/640119628", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNBP53EGkhFsiIe3/fc33.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 4294918732, - "name": "Prodej bytu 3+1 104 m² (Jednopodlažní)", - "price": 11500000, - "price_formatted": "11 500 000 Kč", - "locality": "Nad drahou, Praha 5 - Velká Chuchle", - "lat": 50.012852, - "lon": 14.388161, - "disposition": "3+1", - "floor": 2, - "area": 104, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-velka-chuchle-nad-drahou/4294918732", - "image": "https://d18-a.sdn.cz/d_18/c_img_oe_D/nO1Ur3YPjBsRXRHEEEwAni2/35f6.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3753907020, - "name": "Prodej bytu 3+1 90 m² (Jednopodlažní)", - "price": 12468000, - "price_formatted": "12 468 000 Kč", - "locality": "Horovo náměstí, Praha 8 - Libeň", - "lat": 50.110298, - "lon": 14.47299, - "disposition": "3+1", - "floor": 5, - "area": 90, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-liben-horovo-namesti/3753907020", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_C/nDJ4VEZEqBMnoOK71FP9AVL/9fbc.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3762623308, - "name": "Prodej bytu 3+1 136 m²", - "price": 13400000, - "price_formatted": "13 400 000 Kč", - "locality": "Patočkova, Praha 6 - Střešovice", - "lat": 50.086994, - "lon": 14.374834, - "disposition": "3+1", - "floor": 5, - "area": 136, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-stresovice-patockova/3762623308", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_D/nDJ4VEZEqxQDMOeBFVuw0O/80b1.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2423526220, - "name": "Prodej bytu 3+1 70 m²", - "price": 11250000, - "price_formatted": "11 250 000 Kč", - "locality": "Zeyerova alej, Praha 6 - Břevnov", - "lat": 50.084652, - "lon": 14.340025, - "disposition": "3+1", - "floor": 2, - "area": 70, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-brevnov-zeyerova-alej/2423526220", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_D/nDJ4VEZEqBMnoOPVBFW3mrf/937d.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2798547788, - "name": "Prodej bytu 3+1 80 m²", - "price": 11400000, - "price_formatted": "11 400 000 Kč", - "locality": "5. května, Praha 4 - Nusle", - "lat": 50.06041, - "lon": 14.432624, - "disposition": "3+1", - "floor": 4, - "area": 80, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-nusle-5--kvetna/2798547788", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNCsCVHFA2FskVw1/1db4.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1547395660, - "name": "Prodej bytu 3+1 85 m² (Mezonet)", - "price": 9950000, - "price_formatted": "9 950 000 Kč", - "locality": "Březová, Praha 8 - Kobylisy", - "lat": 50.135719, - "lon": 14.477155, - "disposition": "3+1", - "floor": 2, - "area": 85, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-kobylisy-brezova/1547395660", - "image": "https://d18-a.sdn.cz/d_18/c_img_oX_E/nPw2pRkMOeBQpVfrbCwTfPT/799e.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 4060156748, - "name": "Prodej bytu 3+1 77 m²", - "price": 12380000, - "price_formatted": "12 380 000 Kč", - "locality": "Čeljabinská, Praha 10 - Vršovice", - "lat": 50.069969, - "lon": 14.469748, - "disposition": "3+1", - "floor": 6, - "area": 77, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-vrsovice-celjabinska/4060156748", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_A/nDJ4VEZEqxQDMR2NFbAHjN/466e.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2518025036, - "name": "Prodej bytu 3+1 95 m²", - "price": 10990000, - "price_formatted": "10 990 000 Kč", - "locality": "Černokostelecká, Praha 10 - Strašnice", - "lat": 50.07748, - "lon": 14.505886, - "disposition": "3+1", - "floor": 4, - "area": 95, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-strasnice-cernokostelecka/2518025036", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNDpoIQB8TFm2m9L/68b6.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1868526412, - "name": "Prodej bytu 3+1 94 m²", - "price": 12900000, - "price_formatted": "12 900 000 Kč", - "locality": "Kroftova, Praha 5 - Smíchov", - "lat": 50.077484, - "lon": 14.402933, - "disposition": "3+1", - "floor": 2, - "area": 94, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-smichov-kroftova/1868526412", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqB6axWGo8Fq0lWA/fb77.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1265201996, - "name": "Prodej bytu 3+1 83 m²", - "price": 11500000, - "price_formatted": "11 500 000 Kč", - "locality": "U smaltovny, Praha 7 - Holešovice", - "lat": 50.102665, - "lon": 14.435932, - "disposition": "3+1", - "floor": 2, - "area": 83, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-holesovice-u-smaltovny/1265201996", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNBjPnRCKGFnRgbe/0dc6.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2977608524, - "name": "Prodej bytu 3+1 74 m² (Jednopodlažní)", - "price": 11200000, - "price_formatted": "11 200 000 Kč", - "locality": "Velehradská, Praha 3 - Vinohrady", - "lat": 50.079212, - "lon": 14.453615, - "disposition": "3+1", - "floor": 3, - "area": 74, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-vinohrady-velehradska/2977608524", - "image": "https://d18-a.sdn.cz/d_18/c_img_oZ_D/nsLxLojIDtIIlLesDTEOTY/afef.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2282386252, - "name": "Prodej bytu 3+1 72 m²", - "price": 12490000, - "price_formatted": "12 490 000 Kč", - "locality": "Michelská, Praha 4 - Michle", - "lat": 50.047226, - "lon": 14.460669, - "disposition": "3+1", - "floor": 2, - "area": 72, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-michle-michelska/2282386252", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_C/nPXMbbUsvqDzGaHBhTFlhqpB/4077.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2894193484, - "name": "Prodej bytu 3+1 77 m² (Podkrovní)", - "price": 11490000, - "price_formatted": "11 490 000 Kč", - "locality": "Na výšinách, Praha 7 - Bubeneč", - "lat": 50.100365, - "lon": 14.41832, - "disposition": "3+1", - "floor": 6, - "area": 77, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-bubenec-na-vysinach/2894193484", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_C/kOzkBkwYBTxrzzPaeFilbfe/1c98.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 841360204, - "name": "Prodej bytu 3+1 69 m²", - "price": 9750000, - "price_formatted": "9 750 000 Kč", - "locality": "náměstí Bořislavka, Praha 6 - Dejvice", - "lat": 50.097507, - "lon": 14.368076, - "disposition": "3+1", - "floor": 4, - "area": 69, - "building_type": "Smíšená", - "ownership": "Družstevní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-dejvice-namesti-borislavka/841360204", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_B/kOzkBkwYBTBCGZ9EjeFKoGnY/6f95.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1541866316, - "name": "Prodej bytu 3+1 79 m²", - "price": 11290000, - "price_formatted": "11 290 000 Kč", - "locality": "Jugoslávských partyzánů, Praha 6 - Bubeneč", - "lat": 50.107975, - "lon": 14.394898, - "disposition": "3+1", - "floor": 3, - "area": 79, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-bubenec-jugoslavskych-partyzanu/1541866316", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_C/kBfrbpoeNBP53ECP3FmI1hE/0b3d.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3121242956, - "name": "Prodej bytu 3+1 88 m²", - "price": 11900000, - "price_formatted": "11 900 000 Kč", - "locality": "Kříženeckého náměstí, Praha 5 - Hlubočepy", - "lat": 50.030979, - "lon": 14.392273, - "disposition": "3+1", - "floor": 2, - "area": 88, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-hlubocepy-krizeneckeho-namesti/3121242956", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_B/kY1K2LlXQBsPCGw9FwGFKh/e683.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1795756876, - "name": "Prodej bytu 3+1 81 m²", - "price": 13493000, - "price_formatted": "13 493 000 Kč", - "locality": "Medinská, Praha 9 - Klánovice", - "lat": 50.089264, - "lon": 14.669036, - "disposition": "3+1", - "floor": 3, - "area": 81, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-klanovice-medinska/1795756876", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_A/kOzkBkwYBTBLrRlERaFJh3aj/ecfb.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 603394892, - "name": "Prodej bytu 3+1 86 m²", - "price": 12120000, - "price_formatted": "12 120 000 Kč", - "locality": "Nad vodovodem, Praha 10 - Malešice", - "lat": 50.081532, - "lon": 14.494474, - "disposition": "3+1", - "floor": 2, - "area": 86, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-malesice-nad-vodovodem/603394892", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_C/nDJ4VEZEqD86wCMQ5FRptnU/387d.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 337646412, - "name": "Prodej bytu 3+1 88 m²", - "price": 13340000, - "price_formatted": "13 340 000 Kč", - "locality": "Koldínova, Praha 3 - Žižkov", - "lat": 50.087616, - "lon": 14.462893, - "disposition": "3+1", - "floor": 3, - "area": 88, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-zizkov-koldinova/337646412", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_C/kOzkBkwYBTBCGZ9G65FPlThZ/e293.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 114430796, - "name": "Prodej bytu 3+1 78 m²", - "price": 10990000, - "price_formatted": "10 990 000 Kč", - "locality": "Lihovarská, Praha 9 - Libeň", - "lat": 50.104591, - "lon": 14.486414, - "disposition": "3+1", - "floor": 3, - "area": 78, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-liben-lihovarska/114430796", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/nPXMbbUsvqCrBESCp0Fm4ZlA/d655.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2918539852, - "name": "Prodej bytu 3+1 84 m²", - "price": 10500000, - "price_formatted": "10 500 000 Kč", - "locality": "Husitská, Praha 3 - Žižkov", - "lat": 50.086861, - "lon": 14.450354, - "disposition": "3+1", - "floor": 2, - "area": 84, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-zizkov-husitska/2918539852", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/nPXMbbUsvqawIkDIVFmupvH/dc40.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1064633164, - "name": "Prodej bytu 3+1 116 m² (Jednopodlažní)", - "price": 11400000, - "price_formatted": "11 400 000 Kč", - "locality": "Legerova, Praha 2 - Vinohrady", - "lat": 50.076363, - "lon": 14.430333, - "disposition": "3+1", - "floor": 3, - "area": 116, - "building_type": "Cihlová", - "ownership": "Družstevní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-vinohrady-legerova/1064633164", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_C/nPXMbbUsvqB8gfpo8FkW9ar/16a5.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 4097368908, - "name": "Prodej bytu 3+1 73 m²", - "price": 8990000, - "price_formatted": "8 990 000 Kč", - "locality": "Slunečnicová, Praha 10 - Záběhlice", - "lat": 50.060925, - "lon": 14.500095, - "disposition": "3+1", - "floor": 2, - "area": 73, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-zabehlice-slunecnicova/4097368908", - "image": "https://d18-a.sdn.cz/d_18/c_img_oe_A/kBlLbSfl8BFAxJDcuEhqMTb/681b.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2947011404, - "name": "Prodej bytu 3+1 102 m²", - "price": 11450000, - "price_formatted": "11 450 000 Kč", - "locality": "náměstí Dr. Václava Holého, Praha 8 - Libeň", - "lat": 50.106846, - "lon": 14.475188, - "disposition": "3+1", - "floor": 2, - "area": 102, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-liben-namesti-dr--vaclava-holeho/2947011404", - "image": "https://d18-a.sdn.cz/d_18/c_img_oe_A/kBlLbSfl8zSZiDDVEgXpuj/59b2.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2952090188, - "name": "Prodej bytu 3+1 94 m² (Jednopodlažní)", - "price": 12490000, - "price_formatted": "12 490 000 Kč", - "locality": "Kladrubská, Praha 9 - Letňany", - "lat": 50.139446, - "lon": 14.510663, - "disposition": "3+1", - "floor": 2, - "area": 94, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-letnany-kladrubska/2952090188", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNBUfl4B2BFu10CM/82ad.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 735933260, - "name": "Prodej bytu 3+1 76 m²", - "price": 10990000, - "price_formatted": "10 990 000 Kč", - "locality": "Na Černém vrchu, Praha - Smíchov", - "lat": 50.068893, - "lon": 14.388721, - "disposition": "3+1", - "floor": 3, - "area": 76, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/3+1/praha-smichov-na-cernem-vrchu/735933260", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNDpoIQDbDFqMIzr/710e.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1717773132, - "name": "Prodej bytu 4+kk 84 m² (Jednopodlažní)", - "price": 12690000, - "price_formatted": "12 690 000 Kč", - "locality": "Letovská, Praha 9 - Letňany", - "lat": 50.141624, - "lon": 14.514146, - "disposition": "4+kk", - "floor": 3, - "area": 84, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-letnany-letovska/1717773132", - "image": "https://d18-a.sdn.cz/d_18/c_img_of_C/kOzkBkwYBTCjpxhnfE9kBfi/1cdb.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2591810124, - "name": "Prodej bytu 4+kk 77 m²", - "price": 12618295, - "price_formatted": "12 618 295 Kč", + "hash_id": 1137623884, + "name": "Prodej bytu 3+kk 71 m²", + "price": 12318349, + "price_formatted": "12 318 349 Kč", "locality": "Praha 9", "lat": 50.106956, "lon": 14.510207, - "disposition": "4+kk", - "floor": 3, - "area": 77, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-praha-9-/2591810124", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqChCvUHavFrhpm3/391b.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1864983372, - "name": "Prodej bytu 4+kk 105 m²", - "price": 4990000, - "price_formatted": "4 990 000 Kč", - "locality": "Thomasova, Praha 5 - Třebonice", - "lat": 50.047554, - "lon": 14.300726, - "disposition": "4+kk", - "floor": 5, - "area": 105, - "building_type": "Cihlová", - "ownership": "Družstevní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-trebonice-thomasova/1864983372", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_B/kY1K2LlXQJGqrBLnFwoZ2j/f76a.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3344900940, - "name": "Prodej bytu 4+kk 108 m² (Podkrovní)", - "price": 12980000, - "price_formatted": "12 980 000 Kč", - "locality": "Na Bojišti, Praha 2 - Nové Město", - "lat": 50.073978, - "lon": 14.428468, - "disposition": "4+kk", - "floor": 5, - "area": 108, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-nove-mesto-na-bojisti/3344900940", - "image": "https://d18-a.sdn.cz/d_18/c_img_of_C/kPxr1WDRoIBwTcHBZTE7Mpsq/0375.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1685676876, - "name": "Prodej bytu 4+kk 85 m² (Jednopodlažní)", - "price": 2720000, - "price_formatted": "2 720 000 Kč", - "locality": "Střimelická, Praha 4 - Záběhlice", - "lat": 50.049385, - "lon": 14.484075, - "disposition": "4+kk", - "floor": 3, - "area": 85, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-zabehlice-strimelicka/1685676876", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_B/nPVpfd5QLLDqzReBDuFwiXo3/ddf1.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 4041016140, - "name": "Prodej bytu 4+kk 88 m² (Jednopodlažní)", - "price": 13300500, - "price_formatted": "13 300 500 Kč", - "locality": "Marie Podvalové, Praha - Čakovice", - "lat": 50.157696, - "lon": 14.519159, - "disposition": "4+kk", - "floor": 5, - "area": 88, - "building_type": "Skeletová", - "ownership": "Družstevní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-cakovice-marie-podvalove/4041016140", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_B/kOzkBkwYBTEBlmaNdFFd5SrG/25fc.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 330105676, - "name": "Prodej bytu 4+kk 88 m² (Jednopodlažní)", - "price": 12752900, - "price_formatted": "12 752 900 Kč", - "locality": "Marie Podvalové, Praha - Čakovice", - "lat": 50.157696, - "lon": 14.519159, - "disposition": "4+kk", - "floor": 2, - "area": 88, - "building_type": "Skeletová", - "ownership": "Družstevní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-cakovice-marie-podvalove/330105676", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_B/kOzkBkwYBTDq3nMNSpFd6MXR/162d.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 222794572, - "name": "Prodej bytu 4+kk 76 m²", - "price": 13435000, - "price_formatted": "13 435 000 Kč", - "locality": "Bečovská, Praha 10 - Uhříněves", - "lat": 50.037685, - "lon": 14.591111, - "disposition": "4+kk", - "floor": 2, - "area": 76, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-uhrineves-becovska/222794572", - "image": "https://d18-a.sdn.cz/d_18/c_img_ob_D/nPTQKDwGerRrt3a9D03lEx/a4bd.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3681342028, - "name": "Prodej bytu 4+kk 76 m²", - "price": 12188188, - "price_formatted": "12 188 188 Kč", - "locality": "Marie Podvalové, Praha - Čakovice", - "lat": 50.157696, - "lon": 14.519159, - "disposition": "4+kk", + "disposition": "3+kk", "floor": 4, - "area": 76, + "area": 71, "building_type": "Skeletová", "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-cakovice-marie-podvalove/3681342028", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNBUfl4l0FsHk0p/aa2e.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3431957324, - "name": "Prodej bytu 4+kk 85 m² (Jednopodlažní)", - "price": 12890000, - "price_formatted": "12 890 000 Kč", - "locality": "Stavbařů, Praha 4 - Hodkovičky", - "lat": 50.024662, - "lon": 14.412411, - "disposition": "4+kk", - "floor": 2, - "area": 85, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-hodkovicky-stavbaru/3431957324", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_B/kY1K2LlXQCEs3VTdFvDfDy/83c7.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 586400588, - "name": "Prodej bytu 4+kk 75 m²", - "price": 10363000, - "price_formatted": "10 363 000 Kč", - "locality": "Karla Guta, Praha 10 - Uhříněves", - "lat": 50.03017, - "lon": 14.594007, - "disposition": "4+kk", - "floor": 4, - "area": 75, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-uhrineves-karla-guta/586400588", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/kBfrbpoeNDt0rrCBHFm0ysl/6d4d.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 971801420, - "name": "Prodej bytu 4+kk 113 m² (Jednopodlažní)", - "price": 5033600, - "price_formatted": "5 033 600 Kč", - "locality": "Honzíkova, Praha 10 - Dolní Měcholupy", - "lat": 50.067547, - "lon": 14.554193, - "disposition": "4+kk", - "floor": 2, - "area": 113, - "building_type": "Cihlová", - "ownership": "Družstevní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-dolni-mecholupy-honzikova/971801420", - "image": "https://d18-a.sdn.cz/d_18/c_img_og_D/nDJ4VEZEqCemGmMLoFWeE4t/5031.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2825986892, - "name": "Prodej bytu 4+kk 77 m²", - "price": 13490000, - "price_formatted": "13 490 000 Kč", - "locality": "Domažlická, Praha 3 - Žižkov", - "lat": 50.08839, - "lon": 14.463692, - "disposition": "4+kk", - "floor": 2, - "area": 77, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-zizkov-domazlicka/2825986892", - "image": "https://d18-a.sdn.cz/d_18/c_img_of_D/kOzkBkwYBTBLrRlTkFBZs1s/c711.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2712802124, - "name": "Prodej bytu 4+kk 94 m²", - "price": 13499900, - "price_formatted": "13 499 900 Kč", - "locality": "V Dolině, Praha 10 - Michle", - "lat": 50.057995, - "lon": 14.468289, - "disposition": "4+kk", - "floor": 8, - "area": 94, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-michle-v-doline/2712802124", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_B/kY1K2LlXQB7HUzTjFu9Po9/0204.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 4059067212, - "name": "Prodej bytu 4+kk 79 m²", - "price": 12026070, - "price_formatted": "12 026 070 Kč", - "locality": "Polabská, Praha 9 - Miškovice", - "lat": 50.154964, - "lon": 14.538545, - "disposition": "4+kk", - "floor": 3, - "area": 79, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-miskovice-polabska/4059067212", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_B/kY1K2LlXQD1lSJTgFvChuk/b5a6.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2716889932, - "name": "Prodej bytu 4+kk 79 m²", - "price": 12281850, - "price_formatted": "12 281 850 Kč", - "locality": "Polabská, Praha 9 - Miškovice", - "lat": 50.154964, - "lon": 14.538545, - "disposition": "4+kk", - "floor": 2, - "area": 79, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-miskovice-polabska/2716889932", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_B/kY1K2LlXQJGqrWsFvCh7v/5c09.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1374712652, - "name": "Prodej bytu 4+kk 80 m²", - "price": 12054000, - "price_formatted": "12 054 000 Kč", - "locality": "Polabská, Praha 9 - Miškovice", - "lat": 50.154964, - "lon": 14.538545, - "disposition": "4+kk", - "floor": 2, - "area": 80, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-miskovice-polabska/1374712652", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNBZ7LrUqFubr2N/8779.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3116368716, - "name": "Prodej bytu 4+kk 78 m² (Jednopodlažní)", - "price": 11990000, - "price_formatted": "11 990 000 Kč", - "locality": "Sušilova, Praha 10 - Uhříněves", - "lat": 50.032063, - "lon": 14.588518, - "disposition": "4+kk", - "floor": 2, - "area": 78, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-uhrineves-susilova/3116368716", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_C/kOzkBkwYBTBCGZ9PFAFhNtXw/247f.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1430709068, - "name": "Prodej bytu 4+kk 80 m²", - "price": 12450000, - "price_formatted": "12 450 000 Kč", - "locality": "Škrábkových, Praha 9 - Letňany", - "lat": 50.140385, - "lon": 14.519495, - "disposition": "4+kk", - "floor": 6, - "area": 80, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-letnany-skrabkovych/1430709068", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_A/nDJ4VEZEqCemGmPgKFbpjUn/8e16.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1327956812, - "name": "Prodej bytu 4+kk 83 m²", - "price": 11490000, - "price_formatted": "11 490 000 Kč", - "locality": "Fráni Šrámka, Praha 5 - Smíchov", - "lat": 50.069508, - "lon": 14.389555, - "disposition": "4+kk", - "floor": 2, - "area": 83, - "building_type": "Cihlová", - "ownership": "Družstevní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-smichov-frani-sramka/1327956812", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNDt0rrD9IFqywAY/eeba.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 230212172, - "name": "Prodej bytu 4+kk 79 m²", - "price": 12650000, - "price_formatted": "12 650 000 Kč", - "locality": "Sokolovská, Praha 8 - Libeň", - "lat": 50.102959, - "lon": 14.478184, - "disposition": "4+kk", - "floor": 2, - "area": 79, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-liben-sokolovska/230212172", - "image": "https://d18-a.sdn.cz/d_18/c_img_m4_A/nPt0vAiT3tDnxEcSjBpOaow/ba22.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3195237196, - "name": "Prodej bytu 4+kk 79 m²", - "price": 11912880, - "price_formatted": "11 912 880 Kč", - "locality": "Polabská, Praha 9 - Miškovice", - "lat": 50.154964, - "lon": 14.538545, - "disposition": "4+kk", - "floor": 3, - "area": 79, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-miskovice-polabska/3195237196", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNCgOJyGYTFsHHn5/20ea.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 954037068, - "name": "Prodej bytu 4+kk 104 m²", - "price": 3999999, - "price_formatted": "3 999 999 Kč", - "locality": "náměstí Olgy Scheinpflugové, Praha 5 - Hlubočepy", - "lat": 50.0299, - "lon": 14.36202, - "disposition": "4+kk", - "floor": 3, - "area": 104, - "building_type": "Cihlová", - "ownership": "Družstevní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-hlubocepy-namesti-olgy-scheinpflugove/954037068", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNBP53EHv0Fuzyuh/2a77.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1524183884, - "name": "Prodej bytu 4+kk 102 m²", - "price": 12230000, - "price_formatted": "12 230 000 Kč", - "locality": "Netlucká, Praha 10 - Dubeč", - "lat": 50.06152, - "lon": 14.595706, - "disposition": "4+kk", - "floor": 2, - "area": 102, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-dubec-netlucka/1524183884", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqCrBESGh8FskZS9/42e1.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3472032588, - "name": "Prodej bytu 4+kk 96 m²", - "price": 4486462, - "price_formatted": "4 486 462 Kč", - "locality": "Praha 4 - Chodov", - "lat": 50.035149, - "lon": 14.505833, - "disposition": "4+kk", - "floor": 7, - "area": 96, - "building_type": "Smíšená", - "ownership": "Družstevní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-chodov-/3472032588", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNCgOJyH6pFu0jWH/ef48.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1005912908, - "name": "Prodej bytu 4+kk 90 m²", - "price": 11700000, - "price_formatted": "11 700 000 Kč", - "locality": "Ke stadionu, Praha 9 - Čakovice", - "lat": 50.146542, - "lon": 14.532428, - "disposition": "4+kk", - "floor": 3, - "area": 90, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-cakovice-ke-stadionu/1005912908", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_C/kOzkBkwYBTEBlmaQQAFjRCfP/5a3d.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2301477708, - "name": "Prodej bytu 4+kk 97 m²", - "price": 4595524, - "price_formatted": "4 595 524 Kč", - "locality": "Sedlářova, Praha 9 - Kbely", - "lat": 50.130093, - "lon": 14.535296, - "disposition": "4+kk", - "floor": 2, - "area": 97, - "building_type": "Smíšená", - "ownership": "Družstevní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-kbely-sedlarova/2301477708", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNBFLmuGGuFu1Ekt/538f.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1797391180, - "name": "Prodej bytu 4+kk 125 m²", - "price": 3799037, - "price_formatted": "3 799 037 Kč", - "locality": "Honzíkova, Praha 10 - Dolní Měcholupy", - "lat": 50.067547, - "lon": 14.554193, - "disposition": "4+kk", - "floor": 3, - "area": 125, - "building_type": "Smíšená", - "ownership": "Družstevní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-dolni-mecholupy-honzikova/1797391180", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/nPXMbbUsvqChCvUKEyFu0TuK/1bc3.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1099359052, - "name": "Prodej bytu 4+kk 116 m²", - "price": 12360000, - "price_formatted": "12 360 000 Kč", - "locality": "Legerova, Praha 2 - Vinohrady", - "lat": 50.069912, - "lon": 14.431077, - "disposition": "4+kk", - "floor": 2, - "area": 116, - "building_type": "Cihlová", - "ownership": "Družstevní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-vinohrady-legerova/1099359052", - "image": "https://d18-a.sdn.cz/d_18/c_img_od_C/nPXN5fAIwLBLbxXBraEW31gX/9403.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 3106485068, - "name": "Prodej bytu 4+kk 95 m²", - "price": 4990000, - "price_formatted": "4 990 000 Kč", - "locality": "Gollové, Praha - Hlubočepy", - "lat": 50.030186, - "lon": 14.361911, - "disposition": "4+kk", - "floor": 2, - "area": 95, - "building_type": "Smíšená", - "ownership": "Družstevní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-hlubocepy-gollove/3106485068", - "image": "https://d18-a.sdn.cz/d_18/c_img_oe_D/nO1Ur3YPjBCBv9BF9eEtpoSF/1bf3.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 242774860, - "name": "Prodej bytu 4+kk 94 m² (Jednopodlažní)", - "price": 13490000, - "price_formatted": "13 490 000 Kč", - "locality": "Bratislavská, Praha - Hostivař", - "lat": 50.0439, - "lon": 14.515306, - "disposition": "4+kk", - "floor": 3, - "area": 94, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-hostivar-bratislavska/242774860", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/nPXMbbUsvqDzGaHCY5Fms8Pg/497a.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1058415436, - "name": "Prodej bytu 4+kk 81 m² (Jednopodlažní)", - "price": 13299328, - "price_formatted": "13 299 328 Kč", - "locality": "Údolní, Praha 4 - Braník", - "lat": 50.026546, - "lon": 14.416888, - "disposition": "4+kk", - "floor": 4, - "area": 81, - "building_type": "Skeletová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-branik-udolni/1058415436", - "image": "https://d18-a.sdn.cz/d_18/c_img_of_D/kOzkBkwYBTDqlCCBXMFDqjre/99cd.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2868101964, - "name": "Prodej bytu 4+kk 84 m²", - "price": 11990000, - "price_formatted": "11 990 000 Kč", - "locality": "Karla Guta, Praha 10 - Uhříněves", - "lat": 50.030125, - "lon": 14.59409, - "disposition": "4+kk", - "floor": 5, - "area": 84, - "building_type": "Smíšená", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-uhrineves-karla-guta/2868101964", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_C/nDJ4VEZEqBMnoOW9XFiLMhB/f862.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 772551244, - "name": "Prodej bytu 4+kk 110 m²", - "price": 4982498, - "price_formatted": "4 982 498 Kč", - "locality": "Vítové, Praha 5 - Hlubočepy", - "lat": 50.028706, - "lon": 14.361368, - "disposition": "4+kk", - "floor": 6, - "area": 110, - "building_type": "Skeletová", - "ownership": "Družstevní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-hlubocepy-vitove/772551244", - "image": "https://d18-a.sdn.cz/d_18/c_img_p7_D/nPXMbbUsvqW7e6DDqFnhluY/7415.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1431511628, - "name": "Prodej bytu 4+kk 97 m²", - "price": 5070000, - "price_formatted": "5 070 000 Kč", - "locality": "Honzíkova, Praha 10 - Dolní Měcholupy", - "lat": 50.067547, - "lon": 14.554193, - "disposition": "4+kk", - "floor": 2, - "area": 97, - "building_type": "Smíšená", - "ownership": "Družstevní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+kk/praha-dolni-mecholupy-honzikova/1431511628", - "image": "https://d18-a.sdn.cz/d_18/c_img_oW_C/kPWmeC9soBCfUPTUhCcU0YF/b505.jpeg?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 1765593932, - "name": "Prodej bytu 4+1 90 m² (Mezonet)", - "price": 12700000, - "price_formatted": "12 700 000 Kč", - "locality": "Semtínská, Praha - Vinoř", - "lat": 50.141563, - "lon": 14.576679, - "disposition": "4+1", - "floor": 2, - "area": 90, - "building_type": "Cihlová", - "ownership": "Osobní", - "url": "https://www.sreality.cz/detail/prodej/byt/4+1/praha-vinor-semtinska/1765593932", - "image": "https://d18-a.sdn.cz/d_18/c_img_od_D/nPSV1TXV2nD0izvCnGEcuXq9/d774.png?fl=res,400,300,3|shr,,20|jpg,90" - }, - { - "hash_id": 2676609868, - "name": "Prodej bytu 5+kk 113 m²", - "price": 5189000, - "price_formatted": "5 189 000 Kč", - "locality": "Praha 4 - Chodov", - "lat": 50.035149, - "lon": 14.505833, - "disposition": "5+kk", - "floor": 2, - "area": 113, - "building_type": "Smíšená", - "ownership": "Družstevní", - "url": "https://www.sreality.cz/detail/prodej/byt/5+kk/praha-chodov-/2676609868", - "image": "https://d18-a.sdn.cz/d_18/c_img_p8_A/kBfrbpoeNCqNsfBQBFu1URR/54a5.jpeg?fl=res,400,300,3|shr,,20|jpg,90" + "url": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-praha-9-/1137623884", + "image": "https://d18-a.sdn.cz/d_18/c_img_p8_B/nPVpfd5QLLksKHbwFvjCd6/56ac.jpeg?fl=res,400,300,3|shr,,20|jpg,90", + "scraped_at": "2026-02-25" } ] \ No newline at end of file diff --git a/mapa_bytu.html b/mapa_bytu.html index 55b4bec..c8d3933 100644 --- a/mapa_bytu.html +++ b/mapa_bytu.html @@ -3,7 +3,7 @@
-