ParseForge Scrapers

Immowelt Property Listings Scraper

parseforge/immowelt-scraper

Real estateLead generationOther

Scrapes Immowelt property listings by search URL or city, property type, and transaction type. Returns each listing as a flat row with price, size, rooms, and details.

Run this scraper See the API call
Total users
4
Monthly active
0
Total runs
184
Bookmarked
0
Rating
Not rated yet
Last modified
12 days ago

Overview

ParseForge

Immowelt Property Listings Scraper

Scrape Immowelt property listings from any search URL or city, up to a million per run. Every listing comes with price, size, rooms, address, and full details. No login or API key. Export to CSV, JSON, Excel, or XML.

Immowelt's official API is closed to most users, and manual browsing is slow. This reads the public search pages directly, filtered by city, property type, and buy or rent, and returns each match in one fixed schema. German real estate data, ready for analysis.

Who uses it What they scrape Immowelt for
Market researchers Track asking prices and supply in German cities over time
Real estate investors Find undervalued properties before they hit the portals
Data analysts Build a clean dataset of listings for price prediction models
PropTech startups Power their apps with fresh listing data
Journalists Investigate housing market trends and affordability

What it does

This Actor collects Immowelt property listings by direct search URL or by city, property type, and transaction type, and returns each one as a flat row.

  • πŸ” Direct URL mode: paste any Immowelt search URL and scrape exactly those results
  • πŸ™οΈ City search: type a city slug like 'berlin' or 'muenchen' and get all listings
  • 🏠 Property filters: choose apartments, houses, land, commercial, or garages
  • πŸ’° Buy or rent: filter by transaction type to match your market
  • πŸ“Š Flat output: every listing as one row, ready for CSV, JSON, Excel, or XML

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with Immowelt data

πŸ“ˆ Track market prices.

A market researcher scrapes all apartments for sale in Berlin weekly and charts the median asking price per square meter.

🏠 Find investment deals.

An investor scrapes houses for sale in Munich, filters by price and size, and shortlists properties below market value.

πŸ“Š Build a price model.

A data analyst scrapes thousands of listings across Germany and trains a machine learning model to predict rental prices.

πŸš€ Power a PropTech app.

A startup scrapes new listings daily and feeds them into their property search app for users.

πŸ“° Investigate housing.

A journalist scrapes rental listings in Hamburg and compares them to official statistics to report on affordability.

Why choose this scraper

What you get
No API key Scrape public Immowelt pages without registration or tokens
Flexible input Use a full search URL or simple city and type filters
Large scale Collect up to 1,000,000 listings per run
Clean data Each listing is a flat row with consistent fields

How it compares

This Actor focuses on Immowelt only, while the competitors below either cover multiple portals or offer additional features like price history or contact data.

Feature ParseForge Immobilien Export Pro - ImmoScout24, Kleinanzeigen, Immowelt Immowelt Scraper
Scrapes Immowelt listings Yes Yes Yes
Search by city slug Yes Not listed Yes
Direct search URL input Yes Not listed Not listed
Filter by property type Yes Not listed Yes
Filter by buy or rent Yes Not listed Yes
Price history Not listed Yes Not listed
Contact details Not listed Yes Not listed

Configure the run

Drive the Actor from a direct search URL or from city, property type, and transaction type, and set a maximum number of properties to collect. The Input tab lists every parameter.

A first run with the defaults:

{
  "maxItems": 10,
  "location": "muenchen"
}

A larger pull:

{
  "maxItems": 200,
  "location": "muenchen"
}

Pricing

Pay-per-result: $0.01599 per result collected. You pay only for the results written to your dataset.

Results collected Approximate cost
100 results $1.60
1,000 results $15.99
10,000 results $159.90

New Apify accounts start with $5 in free credit.

Free users

Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the Immowelt Property Listings Scraper.
  3. Set your inputs and any filters, then click Start.
  4. Export the results as CSV, Excel, JSON, or XML from the Dataset tab.

Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

Give an AI agent live access to Immowelt through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/immowelt-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting no results?

Check that your location slug is correct and that there are listings for your chosen property type and transaction type. Try using a direct search URL from Immowelt to verify.

The Actor stops before reaching maxItems.

Immowelt may not have enough listings for your filters. Broaden your search by removing filters or choosing a larger city.

I get an error about the startUrl.

Make sure the URL is a valid Immowelt search URL, for example https://www.immowelt.de/suche/berlin/wohnungen/kaufen. If it is a listing detail page, it will not work.

Some fields are empty in the output.

Not all listings have every field filled on Immowelt. Empty fields are normal and reflect missing data on the source page.

The run is slow.

The Actor respects Immowelt's pages and may take time for large searches. Reduce maxItems or narrow your filters to speed it up.

FAQ

Question Answer
Do I need an API key or login? No. The Actor reads public Immowelt search pages directly. No registration or token is required.
Can I scrape a specific search URL? Yes. Paste any Immowelt search URL into the startUrl field and the Actor will collect all listings from that page, ignoring the other filters.
How do I search by city? Use the location field with the city slug as it appears on immowelt.de, for example 'berlin', 'muenchen', or 'frankfurt-am-main'.
What property types are supported? Apartments (wohnungen), houses (haeuser), apartments and houses combined, land (grundstuecke), commercial (gewerbe), and garages or parking (garagen-stellplaetze).
Can I filter by buy or rent? Yes. Set transactionType to 'kaufen' for buying or 'mieten' for renting.
Is there a limit on how many listings I can scrape? You can set maxItems up to 1,000,000. The Actor will stop after collecting that many listings.
What output formats are supported? The Actor returns data in JSON, CSV, Excel, and XML formats, depending on your Apify dataset settings.
Does it scrape Austria as well? The Actor is designed for immowelt.de, which covers Germany. For Austria, you may need a different scraper or use a direct URL if available.
How often should I run it? You can schedule runs daily, weekly, or as needed. For market tracking, weekly runs are common.
Is the data real-time? The Actor scrapes live pages at the time of the run, so you get current listings as they appear on Immowelt.

Related actors

Browse the full ParseForge collection for more scrapers.

πŸ†˜ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.

⚠️ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by Immowelt GmbH. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.

Input

FieldTypeWhat it doesDefault
startUrl string Direct Immowelt search URL (e.g. https://www.immowelt.de/suche/berlin/wohnungen/kaufen). When provided, location/propertyType/transactionType are ignored. not set
maxItems integer Maximum number of property listings to collect per run. 10
location string City or region in Germany (e.g. 'muenchen', 'berlin', 'hamburg', 'frankfurt-am-main', 'koeln'). Use the URL slug format from immowelt.de. muenchen
propertyType string (6 options) Type of property to search for. wohnungen
transactionType string (2 options) Buy or rent. kaufen

Pricing

from $11.99 per 1,000 results

Charged forWhat it isPrice each
Actor Start Charged once when the run starts. $0.005
Result Item Charged once per result collected. $0.01199 to $0.01599

Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.

API

One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.

POST Β· run and get results
curl -X POST "https://api.apify.com/v2/acts/parseforge~immowelt-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "helloWorld": 123
  }'

Examples

Input that runs as-is.

input.json
{
  "helloWorld": 123
}

Reviews

No reviews yet. Be the first.

Issues

We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.

Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.

Related scrapers

Run Immowelt Property Listings Scraper on Apify All scrapers