Immowelt.de - German Real Estate avatar

Immowelt.de - German Real Estate

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Immowelt.de - German Real Estate

Immowelt.de - German Real Estate

Used by German real estate investors monitoring Berlin, Munich, Hamburg, and Frankfurt, plus relocation services placing expats and EU cross-border investors. Pulls rent and sale listings from immowelt.de with price, area, rooms, floor, availability, and agency info.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Swerve

Swerve

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 days ago

Last modified

Categories

Share

Extract real estate listings from immowelt.de, one of Germany's largest property platforms. Returns rich structured data: price, area, rooms, floor, availability date, agency, image, and new-build status.

What you get per listing

  • listingId (immowelt expose UUID), classifiedId, url
  • listingTyperent or sale
  • propertyType — Wohnung, Haus, WG-Zimmer, etc. (German label)
  • title — full listing summary as published by immowelt
  • city, price (EUR), pricePerSqm
  • rooms, areaSqm, floor (Erdgeschoss, Dachgeschoss, "5. Geschoss", etc.)
  • availableFrom — date the property becomes available, or "sofort" for immediate
  • isNewBuild — true for first-occupancy / Erstbezug listings
  • isFurnished — flagged when the listing is furnished
  • agencyName — listing agency or publisher
  • imageUrl — cover photo
  • scrapedAt

How to use

Easy mode (recommended):

{
"city": "Berlin",
"listingType": "rent",
"propertyType": "apartment",
"maxItems": 100
}

Other examples:

{ "city": "Muenchen", "listingType": "sale", "maxItems": 50 }
{ "city": "Hamburg", "listingType": "rent", "propertyType": "house" }
{ "city": "Frankfurt", "listingType": "sale", "propertyType": "apartment" }

Use German city slugs (Muenchen not Munich, Koeln not Cologne).

Power-user mode: for finer filters (price range, sub-neighborhoods, room count), set them on immowelt.de, copy the URL, paste into searchUrl. Sub-area URLs paginate normally; top-of-city URLs do not.

{ "searchUrl": "https://www.immowelt.de/suche/mieten/wohnung/berlin-10115/charlottenburg-13627/...", "maxItems": 200 }

Common use cases

  • Real estate investors monitoring Berlin, Munich, Hamburg, Frankfurt rental yields and new-build supply
  • EU cross-border investors with German exposure tracking weekly inventory and price changes
  • Relocation services placing expats and corporate transferees with specific size and availability filters
  • PropTech analysts building German-market AVMs and price-per-sqm benchmarks
  • Property managers benchmarking competitor rates across cities and submarkets

Pricing

Pay per result. Failed runs cost nothing.

Notes

  • Top-of-city URLs (e.g. /liste/berlin/wohnungen/mieten) return immowelt's hottest ~32 listings per query and do not paginate further. For deeper inventory use sub-area URLs via searchUrl.
  • City slugs use German diacritic conventions: ä→ae, ö→oe, ü→ue, ß→ss.
  • The actor uses Apify's residential proxy (Germany) for reliable access.

Found a bug or have a feature request? Open an issue.