Search and retrieve property listings from ImmoScout24.de using their mobile API. No browser needed — bypasses DataDome anti-bot completely.
Requires immoscout Python package:
pip3 install --break-system-packages immoscout
# Apartments for sale in Passau area, max €300k, 2+ rooms
python3 scripts/immoscout24-search.py --region /de/bayern/passau-kreis --type apartmentbuy --max-price 300000 --min-rooms 2
# Houses for sale in Passau area, max €350k
python3 scripts/immoscout24-search.py --region /de/bayern/passau-kreis --type housebuy --max-price 350000
# JSON output for machine processing
python3 scripts/immoscout24-search.py --region /de/bayern/passau-kreis --type apartmentbuy --max-price 300000 --format json
python3 scripts/immoscout24-search.py --expose 166875438
python3 scripts/immoscout24-search.py --expose 166875438 --format json
Expose details include:
obj_heatingType, obj_parkingSpace, obj_condition, obj_purchasePrice| Type | Description |
|---|---|
| ------ | ------------- |
apartmentbuy | Apartments for sale (Eigentumswohnung) |
housebuy | Houses for sale (Haus kaufen) |
apartmentrent | Apartments for rent (Mietwohnung) |
houserent | Houses for rent (Haus mieten) |
Regions use the path format: /de/{bundesland}/{kreis-oder-stadt}
Common regions:
| Region | Path |
|---|---|
| -------- | ------ |
| Passau (Kreis) | /de/bayern/passau-kreis |
| Passau (Stadt) | /de/bayern/passau |
| München | /de/bayern/muenchen |
| Berlin | /de/berlin/berlin |
| Hamburg | /de/hamburg/hamburg |
| Köln | /de/nordrhein-westfalen/koeln |
| Frankfurt | /de/hessen/frankfurt-am-main |
| Parameter | Description |
|---|---|
| ----------- | ------------- |
--region | Region geocode (required for search) |
--type | Real estate type (default: apartmentbuy) |
--max-price | Maximum price in EUR |
--min-rooms | Minimum number of rooms |
--max-pages | Max result pages to fetch (default: 5, 20 items/page) |
--expose | Get details for a specific expose ID |
--format | Output format: text or json |
python3 scripts/immoscout24-search.py --region /de/bayern/passau-kreis --type apartmentbuy --max-price 300000 --min-rooms 2 --format json > /tmp/is24-apt.json
python3 scripts/immoscout24-search.py --region /de/bayern/passau-kreis --type housebuy --max-price 350000 --format json > /tmp/is24-house.json
python3 scripts/immoscout24-search.py --expose 166875438 --format json
api.mobile.immobilienscout24.de) — no browser or authentication neededhttps://www.immobilienscout24.de/expose/{id}共 1 个版本
暂无安全检测报告