RealtySync — iDnes Reality
Pricing
Pay per usage
RealtySync — iDnes Reality
RealtySync portal scraper for reality.idnes.cz — one of the largest Czech real estate portals. Outputs standardized listings with price, GPS, specs, and agency info. Part of the RealtySync multi-portal pipeline.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
the anh nguyen
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
13 days ago
Last modified
Categories
Share
Scrape property listings from reality.idnes.cz — one of the largest Czech real estate portals with thousands of listings from agencies and private sellers. Part of the RealtySync multi-portal pipeline.
What does this Actor do?
This Actor extracts structured property listing data from iDnes Reality by parsing its HTML listing and detail pages, including:
- Price and transaction type (sale, rent, auction)
- Property details (area, floor, construction type, condition, energy class, parking, lift)
- Location (locality, region, GPS coordinates)
- Contact info (seller name, phone, email, agency flag)
- Images (all listing photos)
- Full description and property specifications
Results are output in a standardized format compatible with other RealtySync portal scrapers.
Why scrape iDnes Reality?
iDnes Reality is one of the top Czech real estate portals, operated by the MAFRA media group behind iDnes.cz — one of the most visited Czech websites. It attracts listings from major agencies and private sellers, often featuring properties not listed on Sreality or Bezrealitky. Scraping iDnes Reality fills gaps in your cross-portal coverage and gives you access to a distinct seller audience.
How to scrape iDnes Reality
- Create a free Apify account at apify.com if you don't have one.
- Open this Actor in the Apify Console and click "Start".
- Configure filters — offer type, estate type, location slug, and max results.
- Click Run and wait for the Actor to finish processing.
- Download results as JSON, CSV, or Excel from the Output tab.
Input example
{"offerType": "SALE","estateType": "APARTMENTS","locationSlug": "praha","maxResults": 100,"fetchDetails": true}
Output example
{"listing_id": "idnes-12345678","title": "Prodej bytu 2+kk 58 m²","property_type": "APARTMENT","transaction_type": "SALE","price_czk": 5200000,"price_label": "5 200 000 Kč","currency": "CZK","locality": "Praha 3 - Žižkov","area_m2": 58.0,"floor": "4. podlaží","construction_type": "Cihlová","condition": "Velmi dobrý","energy_class": "C","latitude": 50.0833,"longitude": 14.4500,"seller_name": "Century 21","seller_phone": "+420 777 123 456","seller_is_agency": true,"url": "https://reality.idnes.cz/detail/prodej/byt/...","images": ["https://..."],"source": "idnes"}
Input parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
offerType | enum | SALE | SALE, RENT, AUCTION, ALL |
estateType | enum | APARTMENTS | APARTMENTS, HOUSES, LAND, COMMERCIAL, GARAGES, ALL |
locationSlug | string | (all) | Czech location slug: praha, brno, jihomoravsky-kraj, etc. |
maxResults | integer | 100 | Maximum listings to return (0 = no limit) |
fetchDetails | boolean | true | Fetch full details per listing (GPS, specs, images). Disable for a fast price scan. |
How much will it cost?
This Actor uses Pay-Per-Event pricing:
| Volume | Cost |
|---|---|
| 1 listing | $0.003 |
| 100 listings | $0.30 |
| 1,000 listings | $3.00 |
| 10,000 listings | $30.00 |
You only pay for successfully scraped listings saved to the dataset. Platform costs (compute) are billed separately by Apify based on your plan.
Tips
- Set
fetchDetails: falsefor a fast price/location scan without loading individual listing pages. - Use
locationSlugto focus on a specific city or region and reduce run time. - Schedule runs with Apify Scheduler to track price changes over time.
- Combine with other RealtySync scrapers (Sreality.cz, Bezrealitky.cz, Bezrealitky.sk) for cross-portal coverage, or use the RealtySync Aggregator to query all portals at once.
Is it legal to scrape iDnes Reality?
This Actor extracts publicly available data from reality.idnes.cz by parsing its public HTML pages. Web scraping of publicly accessible information is generally permitted under applicable law. Always review the target site's Terms of Service and applicable regulations (including GDPR for EU data) before use. This Actor does not bypass authentication, paywalls, or CAPTCHAs. Use responsibly and respect rate limits.