RealtySync — iDnes Reality avatar

RealtySync — iDnes Reality

Pricing

Pay per usage

Go to Apify Store
RealtySync — iDnes Reality

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

the anh nguyen

Maintained by Community

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

  1. Create a free Apify account at apify.com if you don't have one.
  2. Open this Actor in the Apify Console and click "Start".
  3. Configure filters — offer type, estate type, location slug, and max results.
  4. Click Run and wait for the Actor to finish processing.
  5. 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

ParameterTypeDefaultDescription
offerTypeenumSALESALE, RENT, AUCTION, ALL
estateTypeenumAPARTMENTSAPARTMENTS, HOUSES, LAND, COMMERCIAL, GARAGES, ALL
locationSlugstring(all)Czech location slug: praha, brno, jihomoravsky-kraj, etc.
maxResultsinteger100Maximum listings to return (0 = no limit)
fetchDetailsbooleantrueFetch 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:

VolumeCost
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: false for a fast price/location scan without loading individual listing pages.
  • Use locationSlug to 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.

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.