🦀 ClawHub
Willhaben Real Estate Search
by @mihaimacarie98
Search willhaben.at real estate listings (apartments, houses) via their public webapi. No browser needed. Search any Austrian state and district with price/r...
💡 Examples
Search listings
# Apartments for sale in Schärding, max €300k
python3 scripts/willhaben-search.py --district schaerding --type apartment --max-price 300000Houses in Wels, max €350k
python3 scripts/willhaben-search.py --district wels --type house --max-price 350000With room filter and JSON output
python3 scripts/willhaben-search.py --district linz --type apartment --max-price 300000 --min-rooms 2 --format jsonWith full details (heating, energy, condition) for each listing
python3 scripts/willhaben-search.py --district schaerding --type apartment --max-price 300000 --with-details
Get detail for a specific listing
python3 scripts/willhaben-search.py --detail 1148259428
python3 scripts/willhaben-search.py --detail 1148259428 --format json
Detail fields include:
⚙️ Configuration
Requires python3 with the requests library (pre-installed in most environments).
📋 Tips & Best Practices
https://www.willhaben.at/iad/{SEO_URL}TERMINAL
clawhub install willhaben-realestate-search