immowelt-search

Search immowelt.at and immowelt.de real estate listings (apartments, houses) via HTML parsing. No browser needed. Search any Austrian or German location with price/room filters. Get full expose details including heating type, energy source, building condition, year built, energy class (HWB/fGEE), parking, and features. Use for Austrian or German property searches, immowelt queries, or building property reports. Triggers on "immowelt", "Austrian real estate", "German real estate", "Wohnung kaufen", "Haus kaufen", property search Austria Germany.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "immowelt-search" with this command: npx skills add mihaimacarie98/immowelt-search

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

# With room filter
python3 scripts/immowelt-search.py --location wien --type apartment --max-price 300000 --min-rooms 2

# German location
python3 scripts/immowelt-search.py --country de --location muenchen --type apartment --max-price 400000

# JSON output
python3 scripts/immowelt-search.py --location wien --type apartment --format json

# With 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:

  • heating: Zentralheizung, Fußbodenheizung, Etagenheizung, etc.
  • energy_source: Gas, Fernwärme, Wärmepumpe, Öl, Pellets, Strom, etc.
  • condition: Erstbezug, Altbau, Gepflegt, Renovierungsbedürftig, etc.
  • year: Construction year
  • hwb + hwb_class: Heizwärmebedarf (kWh/m²·a) + class (A++ to G)
  • fgee + fgee_class: Gesamtenergieeffizienz factor + class
  • price_note: Additional price info (Stellplatz, etc.)
  • features: Listed features
  • created / updated: Listing dates

Property Types

CLI TypeImmowelt Category
apartmentWohnungen kaufen
houseHäuser kaufen
apartment-rentWohnungen mieten
house-rentHäuser mieten

Location Slugs

Locations use the immowelt URL slug — taken directly from the URL path at immowelt.at or immowelt.de.

Austria (--country at)

LocationSlug
Wienwien
Niederösterreichniederoesterreich
Oberösterreichoberoesterreich
Salzburgsalzburg
Steiermarksteiermark
Kärntenkaernten
Tiroltirol
Vorarlbergvorarlberg
Burgenlandburgenland
Mödling (NÖ)bezirk-moedling
Baden (NÖ)bezirk-baden
Korneuburg (NÖ)bezirk-korneuburg

Germany (--country de)

LocationSlug
Bayernbayern
Berlinberlin
Hamburghamburg
Münchenmuenchen
Passaupassau

Any valid immowelt location slug works — these are just examples.

Parameters

ParameterDescription
--countryat (Austria, default) or de (Germany)
--locationLocation slug (required for search)
--typeProperty type: apartment, house, apartment-rent, house-rent
--max-priceMaximum price in EUR
--min-roomsMinimum rooms
--max-pagesMax result pages (default: 5, ~32 items/page)
--with-detailsFetch expose for each listing (slower, includes heating/energy)
--exposeGet details for a specific expose UUID
--formattext or json

URL Filter Parameters

Immowelt uses URL query parameters for filtering:

  • pma — Max price
  • rmi — Min rooms
  • cp — Page number

Notes

  • Search returns ~32 listings per page
  • Expose UUIDs look like: 0a848843-86ba-4093-bd93-166258e909f7
  • Be respectful with request rates — add delays (~300ms) between detail requests
  • The --min-rooms filter is applied server-side but may not always be exact

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Huo15 Openclaw Enhance

火一五·克劳德·龙虾增强插件 v5.7.8 — 全面适配 openclaw 2026.4.24:peerDep ^4.24 + build/compat 同步到 4.24 + 14 处 api.on 全部去掉 as any 改成 typed hook(hookName 联合类型 + handler 自动推断 Pl...

Registry SourceRecently Updated
General

Content Trend Analyzer

Aggregates and analyzes content trends across platforms to identify hot topics, user intent, content gaps, and generates data-driven article outlines.

Registry SourceRecently Updated
General

Prompt Debugger

Debug prompts that produce unexpected AI outputs — diagnose failure modes, identify ambiguity and conflicting instructions, test variations, compare model re...

Registry SourceRecently Updated
General

Indie Maker News

独行者 Daily - 变现雷达。读对一条新闻,少走一年弯路。每天5分钟,给创业者装上商业雷达。聚焦一人公司、副业、创业变现资讯,智能分类,行动导向。用户下载即能用,无需本地部署!

Registry SourceRecently Updated