RealtySync — Bezrealitky.sk avatar

RealtySync — Bezrealitky.sk

Pricing

Pay per usage

Go to Apify Store
RealtySync — Bezrealitky.sk

RealtySync — Bezrealitky.sk

RealtySync portal scraper for Bezrealitky.sk — Slovakia's direct-owner real estate platform. Outputs standardized listings with price, location, specs, contact info, and images. 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

2 days ago

Last modified

Categories

Share

Scrape property listings from Bezrealitky.sk — Slovakia's direct-owner (FSBO) real estate platform. Part of the RealtySync multi-portal pipeline.

What does this Actor do?

This Actor extracts structured property listing data from Bezrealitky.sk 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.sk?

Bezrealitky.sk is the Slovak counterpart of Bezrealitky.cz, offering direct-owner property listings without agency intermediaries. Scraping Bezrealitky.sk enables cross-border CZ/SK market analysis, FSBO segment tracking, and unified property databases covering both countries.

How to scrape Bezrealitky.sk

  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": [14296],
"maxResults": 100,
"fetchDetails": true
}

Output example

{
"listing_id": "789012",
"url": "https://www.bezrealitky.sk/nehnutelnosti/...",
"title": "Predaj bytu 2+kk 50 m²",
"offer_type": "PRODEJ",
"estate_type": "BYT",
"price_czk": 150000,
"deposit_czk": null,
"charges_czk": null,
"area_m2": 50,
"land_area_m2": null,
"floor": 3,
"total_floors": 8,
"disposition": "2+kk",
"construction": "PANEL",
"condition": "GOOD",
"ownership": "PERSONAL",
"energy_class": "B",
"city": "Bratislava",
"city_district": "Petržalka",
"region": "Bratislavský kraj",
"latitude": 48.1486,
"longitude": 17.1077,
"is_agency": false,
"advertiser_name": "Peter Horváth",
"advertiser_email": "peter@example.sk",
"advertiser_phone": "+421912345678",
"images": ["https://..."]
}

Input parameters

ParameterTypeDefaultDescription
offerTypeenumSALESALE, RENT, ALL
estateTypeenumAPARTMENTSAPARTMENTS, HOUSES, LAND, GARAGES, COMMERCIAL, RECREATIONAL, ALL
regionOsmIdsarray[]OpenStreetMap region IDs (e.g., [14296] for Bratislava)
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.cz) for cross-portal coverage.

This Actor extracts publicly available data from Bezrealitky.sk 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.