Bezrealitky avatar
Bezrealitky

Under maintenance

Pricing

$15.00/month + usage

Go to Store
Bezrealitky

Bezrealitky

Under maintenance

Developed by

ALi

ALi

Maintained by Community

This Apify actor fetches estate (real estate) data from bezrealitky.cz It allows users to specify regions, transaction types (e.g., sale, rent), and estate types (e.g., flat, house) to refine their search.

0.0 (0)

Pricing

$15.00/month + usage

0

Total users

1

Monthly users

1

Last modified

10 days ago

Bezrealitky.cz

This Apify actor fetches estate (real estate) data from bezrealitky.cz. It allows users to specify regions, transaction types (e.g., sale, rent), and estate types (e.g., flat, house) to refine their search.

Input

The actor expects a JSON input conforming to the INPUT.json.

Country Alias / Identifierregion
ceska-republikaR51684
slovenska-republikaR14296
spolkova-republika-nemeckoR51477

Czech Provinces (CZ)

Provinceregion
zlinskyR442449
vysocinaR442453
usteckyR442452
jihomoravskyR442311
jihoceskyR442321
prahaR435541
plzenskyR442466
pardubickyR442460
olomouckyR442459
moravskoslezskyR442461
libereckyR442455
karlovarskyR442314
kralovehradeckyR442463
stredoceskyR442397

Slovak Provinces (SK)

Provinceregion
kosickyR388272
presovskyR388271
banskobystrickyR388270
zilinskyR388269
nitranskyR388268
trencinskyR388267
trnavskyR388266
bratislavaR388265

German States (DE)

State/Provinceregion
badenWuerttembergR62611
bayernR2145268
berlinR62422
brandenburgR62504
bremenR62718
hamburgR451087
hessenR62650
mecklenburgVorpommernR28322
niedersachsenR62771
nordrheinWestfalenR62761
rheinlandPfalzR62341
saarlandR62372
sachsenR62467
sachsenAnhaltR62607
schleswigHolsteinR51529
thueringenR62366

Key Input Fields:

  • regions (Array of Strings, Required):
    • A list of region to search within. At least one region must be provided.
    • Example: ["R442449", "R51477"]
  • type (Array of Strings, Optional):
    • Transaction types to filter by (e.g., "PRODEJ" for Sale, "PRONAJEM" for Rent).
    • If empty or omitted, it may search for all types (depending on API behavior).
    • Example: ["PRODEJ"]
  • estate (Array of Strings, Optional):
    • Types of estates to filter by (e.g., "BYT" for Flat, "DUM" for House).
    • If empty or omitted, it may search for all estate types (depending on API behavior).
    • Example: ["BYT", "DUM"]

Example Input JSON:

{
"regions": ["R442449", "R51684"],
"type": ["PRODEJ"],
"estate": ["BYT"]
}