VOOZH about

URL: https://apify.com/alwaysprimedev/sreality-cz-scraper

⇱ Sreality.cz Real Estate Scraper Β· Apify


Pricing

from $3.50 / 1,000 ads

Go to Apify Store

Sreality.cz Real Estate Scraper

Scrape Czech property listings (sale, rent, auction) from sreality.cz with prices, areas, addresses, photos, energy class and seller contacts.

Pricing

from $3.50 / 1,000 ads

Rating

0.0

(0)

Developer

πŸ‘ Always Prime

Always Prime

Maintained by Community

Actor stats

1

Bookmarked

4

Total users

1

Monthly active users

2 months ago

Last modified

Share

🏠 Sreality.cz Real Estate Scraper

⚑️ Structured Czech real-estate listings in seconds β€” sale, rent, auction. Clean JSON, CSV or Excel.

πŸ‘ Apify
πŸ‘ Python
πŸ‘ Output

Pull every public listing from sreality.cz β€” the β„–1 real-estate portal in Czechia β€” and get it back as a normalized dataset. Filter by region, property type, deal type, price range; or paste a raw search URL and let the scraper crawl it for you.

✨ Why this scraper

  • πŸš€ Fast. Direct JSON source β€” no headless browser, no DOM parsing.
  • πŸ“¦ Complete. 30+ fields per listing: price, area, rooms, GPS, full image set, agent contacts, energy class, modification date.
  • 🎯 Filterable. Region, property type, deal type, price range, sort order β€” all from a clean input form.
  • πŸ” Incremental-friendly. since parameter skips listings that haven't changed.
  • πŸ’° Pay only for what you get. Pay-per-result pricing β€” every record in the dataset is a record you wanted.

πŸš€ Quick start

  1. Try for free β€” click the green Start button.
  2. Pick filters β€” choose deal type (sale / rent / auction), property type, regions and an optional price range.
  3. Click Start β€” the actor walks the search results and detail pages for you.
  4. Download β€” open the dataset and export as JSON, CSV or Excel.

πŸŽ› Input

FieldDescription
searchTypeSale (Prodej), Rent (PronΓ‘jem), or Auction (Aukce).
propertyTypesApartments, Houses, Land, Commercial, Other. Pick one or more.
regionsCzech regions (kraj) by slug: praha, stredocesky, jihomoravsky, etc.
minPrice / maxPriceCZK price range.
sortByNewest first, price ascending/descending, or largest area first.
maxItemsCap on output size. 0 = no limit.
scrapeDetailsFull-fat mode (default) or cheap index-only mode.
sinceISO timestamp β€” skip listings older than this.
concurrencyParallel detail requests. Default 5, max 25.
startUrlsAdvanced: paste raw search API URLs to override filters.

πŸ“¦ Sample output

{
"url":"https://www.sreality.cz/detail/prodej/byt/praha-kamyk-u-kamyku/2812150604",
"id":"2812150604",
"scraped_at":"2026-05-05T00:45:18Z",
"name":"Prodej bytu 4+kk 116 mΒ²",
"searchType":"sale",
"propertyType":"apartments",
"price":17800000,
"priceCurrency":"CZK",
"priceUnit":"total",
"priceText":"17 800 000",
"usableArea":116,
"floorArea":null,
"landArea":null,
"rooms":"4+kk",
"floor":9,
"buildingType":"CihlovΓ‘",
"condition":"Velmi dobrΓ½",
"ownership":"OsobnΓ­",
"energyRating":"C",
"hasElevator":true,
"hasParking":true,
"hasBalcony":false,
"hasTerrace":true,
"hasGarden":false,
"imageCount":23,
"images":[
"https://d18-a.sdn.cz/.../ec90.jpeg?fl=res,1280,960,3|shr,,20|jpg,90"
],
"gps":{"lat":50.017332896,"lon":14.435376212},
"address":"U KamΓ½ku, Praha 4 - KamΓ½k",
"locality":{
"region":null,
"district":"KamΓ½k",
"municipality":"Praha 4",
"street":"U KamΓ½ku"
},
"agentName":"FrΓΆhlich Michal",
"agentPhone":"+420 296399006",
"agentEmail":"info@mmreality.cz",
"agentWebsite":"https://www.mmreality.cz/",
"modifiedAt":"2026-04-21T00:00:00Z"
}

πŸ’Ό Use cases

WhoWhat for
🏘 Real-estate investorsComp-set analysis, yield calculations, market timing.
🀝 Brokers and agenciesInventory tracking, competitor pricing, lead generation.
πŸ€– PropTech and ML teamsTraining data for valuation models, market-trend dashboards.
πŸ“ˆ Market analystsTime-series of price-per-mΒ² by district, neighborhood-level reports.
πŸ› ResearchersHousing affordability studies, geographic supply/demand.

πŸ’‘ Tips & tricks

  • πŸ•’ Daily incremental updates β€” schedule the actor with a since value of now - 24h to grab only listings that changed in the last day.
  • πŸ’Έ Index-only mode β€” set scrapeDetails: false to walk just the search pages. You lose detail-only fields (condition, building type, agent contacts, modification date) but pay for ~10Γ— fewer requests, ideal for diff runs.
  • 🎯 Multi-region runs β€” list every region in a single run; the actor iterates them in turn so you do not need to set up one job per kraj.
  • πŸ”— Custom queries β€” open sreality.cz in your browser, build your perfect search using the website filters, copy the request URL from your browser's network tab and paste it into startUrls.

❓ FAQ

Does it require an account? No. The scraper runs anonymously.

Are images full resolution? Yes β€” image URLs are returned at 1280Γ—960 by default. Edit the res,1280,960 segment in the URL to request other sizes.

What about historical listings? This actor scrapes the current live inventory. For history, schedule daily runs and store results β€” incremental mode (since) keeps that cheap.

Why are some prices null? Sreality marks "price on request" listings with a sentinel that we normalize to null. The full price text is preserved in priceText when present.

Why is modifiedAt sometimes missing? The modification date lives only in the detail-page payload. If the listing has not been updated since publication, the field can be absent β€” we surface null in that case.

βš–οΈ Legal

This actor scrapes publicly available information only. Use of the resulting data is subject to sreality.cz Terms of Use, Czech and EU law (including GDPR). You are the data controller of any output you persist; you are responsible for compliance with applicable regulations on your end. The maintainer of this actor is not responsible for downstream uses.

πŸ“œ Changelog

  • 0.1 β€” Initial release. Sale / rent / auction. 30+ fields per listing. Pay-per-result pricing.

You might also like

Sreality.cz Real Estate Scraper

automation-lab/sreality-cz-real-estate-scraper

Scrape public Sreality.cz property listings for repeatable Czech real-estate market research: prices, locations, images, agency data, detail URLs, and structured exports.

πŸ‘ User avatar

Stas Persiianenko

5

Sreality.cz Scraper 🏠

shahidirfan/sreality-cz-scraper

Scrape Czech real estate listings from Sreality.cz instantly. Extract property details, prices, locations, agent info & more. Perfect for market analysis, price tracking & lead generation. No coding required. Real estate data at scale.

21

5.0

Sreality Scraper β€” Czech Real Estate Data & Listings

logiover/sreality-cz-scraper-czech-real-estate-data

Scrape sreality.cz without an API key. Sreality API alternative that exports Czech real estate listings to CSV, JSON or Excel.

Sreality.cz Real Estate Scraper

solidcode/sreality-cz-scraper

[πŸ’° $3.8 / 1K] Extract real estate listings from Sreality.cz, the largest Czech property portal. Search apartments, houses, land, and commercial properties for sale, rent, or auction by city or region. Get prices, GPS coordinates, room layouts, area, photos, agency contacts, and full descriptions.

Sreality - Czech Republic Real Estate

swerve/sreality-scraper

Scrape Sreality.cz, Czech Republic's #1 real estate portal. Rent & buy listings with prices, area, rooms, amenities, photos, and location data.

Sreality Property Search Scraper

stealth_mode/sreality-property-search-scraper

Scrape property listings from Sreality.cz β€” the Czech Republic's leading real estate portal. Collect names, prices, localities, images, and 19+ fields per listing. Perfect for analysts, investors, and proptech developers needing structured housing market data.

Sreality Scraper Β· Czech Republic Real Estate Listings

memo23/sreality-scraper

Scrape Sreality.cz β€” Czech Republic's #1 property portal. Any sale or rent search URL returns price, Kč/mΒ², disposition, address, GPS, photos and agency. Optional deep mode adds the full description, all parameters and the seller's name, phone and email. JSON or CSV.

πŸ‘ User avatar

Muhamed Didovic

3

Sreality Czech Real Estate Listings Scraper

parseforge/sreality-cz-scraper

Hunt down active property listings from Sreality Cz with address, price, bedrooms, bathrooms, area, agent and full description. Trusted by buyers, agents, investors and real estate analytics. Run on demand or on a recurring schedule and feed every row into your favourite analytics or workflow stack.