🏠 Sreality Scraper — Czech Property Listings avatar

🏠 Sreality Scraper — Czech Property Listings

Pricing

from $0.0015 / item scraped

Go to Apify Store
🏠 Sreality Scraper — Czech Property Listings

🏠 Sreality Scraper — Czech Property Listings

Scrape public real-estate listings from Sreality.cz, the Czech Republic's #1 property portal. Choose sale or rent, a category and a city — or paste a search URL — and export one clean row per property: price, disposition, area, locality, geo, photos and the listing link.

Pricing

from $0.0015 / item scraped

Rating

0.0

(0)

Developer

hiper soft

hiper soft

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Categories

Share

Scrape public real-estate listings from Sreality.cz, the Czech Republic's #1 property portal, and export clean, structured data. Choose sale or rent, pick a category (flats, houses, land, commercial), narrow to a city or region — or paste a ready-made Sreality search or property URL — and get one tidy row per property: price, disposition, area, locality, GPS coordinates, photos and the listing link. Download everything as JSON, CSV or Excel, or pull it straight from the API.

Great for property-market research, price benchmarking, investment sourcing, building a real-estate feed, or tracking new listings across Czechia.

What it does

  • 🔀 Sale or rent — collect properties for sale (prodej) or for rent (pronájem).
  • 🏢 Every category — flats (byty), houses (domy), land (pozemky), commercial (komerční) or other (ostatní).
  • 📍 Filter by locality — limit results to a Czech city or region (e.g. praha, brno, ostrava, plzen).
  • 🔗 Paste Start URLs — drop in any Sreality search or property URL straight from your browser.
  • 💰 Clean price data — numeric price, formatted price, price-on-request flag, price per m² and currency.
  • 🧭 Full locality & geo — region, city, city part, district, street plus latitude / longitude.
  • 🖼️ Photo galleries — every listing image as a ready-to-use URL.
  • 🔎 Optional full details — enable Include full details for the full description, all photos, seller and building attributes.
  • 📤 Clean, flat output — ready for spreadsheets, databases and dashboards.

Input

FieldDescription
TransactionProperties for sale (prodej) or for rent (pronájem).
CategoryFlats, houses, land, commercial or other.
LocalityOptional Czech city or region to limit the search (e.g. praha, brno).
Start URLsOptional list of Sreality search or property URLs. When set, these are used instead of the fields above.
Include full detailsFetch each property's detail page for extra fields. Slower, richer output.
Max itemsMaximum number of properties to collect (0 = no limit).

Example input

{
"transaction": "prodej",
"category": "byty",
"locality": "praha",
"includeDetail": false,
"maxItems": 100
}

Output

Each property is one record. Example (fields vary by listing):

{
"id": "2212697420",
"title": "Prodej bytu 3+kk 72 m²",
"transactionType": "prodej",
"category": "byty",
"categoryName": "Byty",
"disposition": "3+kk",
"price": 11625281,
"priceFormatted": "11 625 281 Kč",
"priceOnRequest": false,
"pricePerSqM": 161462,
"currency": "CZK",
"area": 72,
"region": "Hlavní město Praha",
"city": "Praha",
"cityPart": "Čakovice",
"district": "Praha 9",
"street": "Schoellerova 28",
"latitude": 50.1576102,
"longitude": 14.524825,
"coverImage": "https://d18-a.sdn.cz/.../6658.jpeg",
"images": ["https://d18-a.sdn.cz/.../6658.jpeg"],
"imageCount": 9,
"sellerType": "agency",
"detailUrl": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-cakovice-schoellerova/2212697420",
"scrapedAt": "2026-09-06T12:16:57.269Z"
}

With Include full details enabled, each record also carries the full description, the complete photo gallery, sellerName and a compact attributes object (building type, condition, floor, usable area, energy rating, and more where available).

Tips

  • Leave Locality empty to scrape a whole category nationwide, or set it to a city/region slug to focus your search.
  • Use Start URLs to reproduce an exact search you built on the Sreality website — just copy the URL from the address bar.
  • Combine with the Apify scheduler to track new listings or price changes over time.

FAQ

Which listings can I collect? Any public listing that appears in Sreality search results — sale or rent, across all categories.

In what formats can I export? JSON, CSV, Excel, XML or HTML table — via the Apify Console or the API.

Can I get the full description and all photos? Yes — enable Include full details.

This Actor scrapes only publicly available listing information. Please use the data responsibly and in line with applicable laws and terms.