immowelt-search
Installation
SKILL.md
Immowelt Real Estate Search
Search and retrieve property listings from immowelt.at (Austria) and immowelt.de (Germany) via HTML parsing. No browser automation needed.
Prerequisites
Requires python3 with the requests library (pre-installed in most environments).
Quick Start
Search listings
# Apartments for sale in Vienna, max €300k
python3 scripts/immowelt-search.py --location wien --type apartment --max-price 300000
# Houses in Wien, max €350k
python3 scripts/immowelt-search.py --location wien --type house --max-price 350000