🦀 ClawHub
Immowelt Real Estate Search
by @mihaimacarie98
Search immowelt.at and immowelt.de real estate listings (apartments, houses) via HTML parsing. No browser needed. Search any Austrian or German location with...
💡 Examples
Search listings
# Apartments for sale in Vienna, max €300k
python3 scripts/immowelt-search.py --location wien --type apartment --max-price 300000Houses in Wien, max €350k
python3 scripts/immowelt-search.py --location wien --type house --max-price 350000With room filter
python3 scripts/immowelt-search.py --location wien --type apartment --max-price 300000 --min-rooms 2German location
python3 scripts/immowelt-search.py --country de --location muenchen --type apartment --max-price 400000JSON output
python3 scripts/immowelt-search.py --location wien --type apartment --format jsonWith full expose details (heating, energy, condition) — slower
python3 scripts/immowelt-search.py --location wien --type apartment --max-price 300000 --with-details
Get expose details for a specific listing
python3 scripts/immowelt-search.py --expose 0a848843-86ba-4093-bd93-166258e909f7
python3 scripts/immowelt-search.py --expose 0a848843-86ba-4093-bd93-166258e909f7 --format json
Expose detail fields include:
⚙️ Configuration
Requires python3 with the requests library (pre-installed in most environments).
📋 Tips & Best Practices
0a848843-86ba-4093-bd93-166258e909f7--min-rooms filter is applied server-side but may not always be exactTERMINAL
clawhub install immowelt-search