RealtySync — Bezrealitky.cz avatar

RealtySync — Bezrealitky.cz

Pricing

from $1.65 / 1,000 listings

Go to Apify Store
RealtySync — Bezrealitky.cz

RealtySync — Bezrealitky.cz

RealtySync portal scraper for Bezrealitky.cz — Czech Republic's largest direct-owner real estate platform. Outputs standardized listings with price, location, specs, contact info, and images. Part of the RealtySync multi-portal pipeline.

Pricing

from $1.65 / 1,000 listings

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 Bezrealitky.cz — Czech Republic's largest direct-owner (FSBO) real estate platform with ~2,000 active listings. Part of the RealtySync multi-portal pipeline.

What does this Actor do?

This Actor extracts structured property listing data from Bezrealitky.cz via its GraphQL API, including:

  • Price and transaction type (sale, rent) plus deposit and charges
  • Property details (area, land area, floor, total floors, disposition, construction, condition)
  • Energy and amenities (energy class, equipped, parking, garage, lift, balcony, terrace, cellar)
  • Location (city, district, county, region, GPS coordinates)
  • Contact info (advertiser name, phone, email, agency flag)
  • Images (all listing photos)
  • Full description

Results are output in a standardized format compatible with other RealtySync portal scrapers.

Why scrape Bezrealitky.cz?

Bezrealitky.cz is the leading Czech platform for direct-owner property sales, bypassing real estate agencies. Listings here often have lower prices (no agency commission) and represent a unique segment of the market not fully covered by aggregator portals. Scraping Bezrealitky enables FSBO market analysis, price comparisons, and cross-portal deduplication.

How to scrape Bezrealitky.cz

  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, region OSM IDs, 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",
"regionOsmIds": [435514],
"maxResults": 100,
"fetchDetails": true
}

Output example

{
"listing_id": "123456",
"url": "https://www.bezrealitky.cz/nemovitosti-byty-domy/...",
"title": "Prodej bytu 2+kk 55 m²",
"offer_type": "PRODEJ",
"estate_type": "BYT",
"price_czk": 4200000,
"deposit_czk": null,
"charges_czk": null,
"area_m2": 55,
"land_area_m2": null,
"floor": 2,
"total_floors": 5,
"disposition": "2+kk",
"construction": "BRICK",
"condition": "GOOD",
"ownership": "PERSONAL",
"energy_class": "C",
"city": "Praha",
"city_district": "Praha 3",
"region": "Hlavní město Praha",
"latitude": 50.0833,
"longitude": 14.4500,
"is_agency": false,
"advertiser_name": "Jan Novák",
"advertiser_email": "jan@example.cz",
"advertiser_phone": "+420123456789",
"images": ["https://..."]
}

Input parameters

ParameterTypeDefaultDescription
offerTypeenumSALESALE, RENT, ALL
estateTypeenumAPARTMENTSAPARTMENTS, HOUSES, LAND, COMMERCIAL, OTHER, ALL
regionOsmIdsarray[]OpenStreetMap region IDs (e.g., [435514] for Praha)
maxResultsinteger100Maximum listings to return (0 = no limit)
fetchDetailsbooleantrueFetch full details per listing (slower but richer)

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 per-listing API calls.
  • Use regionOsmIds to focus on specific cities — find IDs at nominatim.openstreetmap.org.
  • Schedule runs with Apify Scheduler to track price changes over time.
  • Combine with other RealtySync scrapers (Sreality.cz, Bezrealitky.sk) for cross-portal coverage.

This Actor extracts publicly available data from Bezrealitky.cz via its public GraphQL API. 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.