
Bezrealitky
Under maintenance
Pricing
$15.00/month + usage
Go to Store

Bezrealitky
Under maintenance
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 / Identifier | region |
---|---|
ceska-republika | R51684 |
slovenska-republika | R14296 |
spolkova-republika-nemecko | R51477 |
Czech Provinces (CZ)
Province | region |
---|---|
zlinsky | R442449 |
vysocina | R442453 |
ustecky | R442452 |
jihomoravsky | R442311 |
jihocesky | R442321 |
praha | R435541 |
plzensky | R442466 |
pardubicky | R442460 |
olomoucky | R442459 |
moravskoslezsky | R442461 |
liberecky | R442455 |
karlovarsky | R442314 |
kralovehradecky | R442463 |
stredocesky | R442397 |
Slovak Provinces (SK)
Province | region |
---|---|
kosicky | R388272 |
presovsky | R388271 |
banskobystricky | R388270 |
zilinsky | R388269 |
nitransky | R388268 |
trencinsky | R388267 |
trnavsky | R388266 |
bratislava | R388265 |
German States (DE)
State/Province | region |
---|---|
badenWuerttemberg | R62611 |
bayern | R2145268 |
berlin | R62422 |
brandenburg | R62504 |
bremen | R62718 |
hamburg | R451087 |
hessen | R62650 |
mecklenburgVorpommern | R28322 |
niedersachsen | R62771 |
nordrheinWestfalen | R62761 |
rheinlandPfalz | R62341 |
saarland | R62372 |
sachsen | R62467 |
sachsenAnhalt | R62607 |
schleswigHolstein | R51529 |
thueringen | R62366 |
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"]
- A list of
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"]}