ImmoScout24 Search
/install immoscout24-search
ImmoScout24 Search
Search and retrieve property listings from ImmoScout24.de using their mobile API. No browser needed — bypasses DataDome anti-bot completely.
Prerequisites
Requires immoscout Python package:
pip3 install --break-system-packages immoscout
Quick Start
Search listings
# 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
Get expose details (heating, energy, parking)
python3 scripts/immoscout24-search.py --expose 166875438
python3 scripts/immoscout24-search.py --expose 166875438 --format json
Expose details include:
- Heizungsart (heating type): Zentralheizung, Fußbodenheizung, Etagenheizung, etc.
- Energieträger (energy source): Erdgas, Fernwärme, Wärmepumpe, Öl, Pellets, etc.
- Garage/Stellplatz (parking): Tiefgarage, Carport, Stellplatz, etc.
- Baujahr (year built), Objektzustand (condition)
- Energieverbrauchskennwert (energy rating)
- Internal fields:
obj_heatingType,obj_parkingSpace,obj_condition,obj_purchasePrice
Real Estate Types
| Type | Description |
|---|---|
apartmentbuy |
Apartments for sale (Eigentumswohnung) |
housebuy |
Houses for sale (Haus kaufen) |
apartmentrent |
Apartments for rent (Mietwohnung) |
houserent |
Houses for rent (Haus mieten) |
Region Format
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 |
Parameters
| 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 |
Typical Workflow for Property Reports
- Search multiple regions and types:
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
- Get expose details for interesting listings to check heating type:
python3 scripts/immoscout24-search.py --expose 166875438 --format json
-
Filter based on heating, condition, energy rating, parking.
-
Compile report with URLs, prices, heating info, and location details.
Notes
- Uses IS24 mobile API (
api.mobile.immobilienscout24.de) — no browser or authentication needed - Rate limiting is lenient but don't hammer it — add small delays between expose lookups
- Listing URLs follow pattern:
https://www.immobilienscout24.de/expose/{id} - Search returns: id, title, price, area, rooms, address, postcode, published date
- Expose returns: full details including heating, energy, parking, condition, year built
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install immoscout24-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/immoscout24-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
ImmoScout24 Search 是什么?
Search ImmoScout24 (Germany) real estate listings using their mobile API. Bypasses anti-bot/DataDome protection. Search apartments, houses for buy/rent with... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 99 次。
如何安装 ImmoScout24 Search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install immoscout24-search」即可一键安装,无需额外配置。
ImmoScout24 Search 是免费的吗?
是的,ImmoScout24 Search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
ImmoScout24 Search 支持哪些平台?
ImmoScout24 Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 ImmoScout24 Search?
由 mihaimacarie98(@mihaimacarie98)开发并维护,当前版本 v1.0.0。