Immowelt Property Listings Scraper
Pricing
from $11.99 / 1,000 result items
Immowelt Property Listings Scraper
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.
Pricing
from $11.99 / 1,000 result items
Rating
0.0
(0)
Developer
ParseForge
Maintained by CommunityActor stats
0
Bookmarked
3
Total users
0
Monthly active users
5 days ago
Last modified
Categories
Share
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
- Create a free Apify account with $5 in credit.
- Open the Immowelt Property Listings Scraper.
- Set your inputs and any filters, then click Start.
- 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.
