Property Search
/api/immowelt/search
Search Immowelt property listings by location, price, rooms, size, type, and page
Search Immowelt property listings, get detailed property data, autocomplete locations, and check listing counts — all through a structured API. Immowelt is one of Germany's major real estate portals with no public API; Scrappa provides programmatic access.
Try it now
Use the first endpoint in this API family with a Scrappa API key. Every account includes 500 free monthly credits, so you can validate the response shape before buying credits.
curl -X GET "https://scrappa.co/api/immowelt/search?location=Munich&type=rent&rooms_min=3" \
-H "Accept: application/json" \
-H "X-API-KEY: YOUR_API_KEY"
{
"success": true,
"results": [
{
"id": "2w8k5n9",
"title": "Helle 3-Zimmer-Wohnung in Schwabing",
"type": "Rent",
"price": "1,650 EUR/month",
"rooms": 3,
"area": "78 sqm",
"address": "Munich Schwabing",
"image_url": "https://media.immowelt.org/...",
"url": "https://www.immowelt.de/expose/..."
}
]
}
Structured data for real applications. Here are some ideas.
Start with the Immowelt Search API, then combine listings with ImmobilienScout24 and other portals to build comprehensive German property search tools that don't miss supply on major platforms.
Analyze rental prices, listing availability, and room or size trends across German cities using paginated Immowelt search results as a repeatable market data feed.
Build tools that compare properties across Immowelt and other platforms. Deduplicate by address, coordinates, listing URL, and price to help users find better matches.
Monitor new Immowelt listings matching location, price, size, and room-count criteria. Build alerting systems for buyers, renters, and real estate professionals tracking German supply.
Everything you need in one API.
/api/immowelt/search
Search Immowelt property listings by location, price, rooms, size, type, and page
/api/immowelt/property
Get full property details with photos and features
/api/immowelt/locations
Autocomplete German locations for property search
/api/immowelt/count
Get the number of listings matching search criteria
See how Scrappa compares to the official API.
| Feature | Scrappa | Immowelt (no public API) |
|---|---|---|
| API available | Yes (6 endpoints) | No public API |
| Property search | Programmatic | Manual only |
| Property details | Structured JSON | Not available |
| Location autocomplete | On-site only | |
| Listing count | Not available | |
| Bulk access | ||
| Free tier | 500 credits/month | N/A |
| Integration ready | REST API |
Immowelt does not offer a public API. Scrappa provides 6 structured REST endpoints to search properties, get details, autocomplete locations, and count listings programmatically. This lets you build applications, run analytics, and monitor the market without manual browsing.
Yes. Run thousands of searches across locations, property types, and price ranges. Use the count endpoint for market sizing and the detail endpoint for deep analysis. Many customers combine Immowelt data with ImmobilienScout24 for comprehensive German real estate coverage.
Just a Scrappa API key passed as an X-API-KEY header. No Immowelt account, no partner program, no OAuth. Sign up for free, get your key, and start querying property data immediately.
You can search listings by location, type, price, and rooms. Get full property details with photos, features, and descriptions. Autocomplete locations for search UIs and check listing counts for market sizing. All data is returned as structured JSON.
Yes. Every Scrappa account gets 500 free credits per month with no credit card required. Test all Immowelt endpoints before committing to paid usage.
Scrappa charges $0.20 per 1,000 requests with no daily caps. All Immowelt endpoints cost the same. The free tier includes 500 credits per month to get started.