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.
Structured data for real applications. Here are some ideas.
Combine Immowelt listings with ImmobilienScout24 and other portals to build comprehensive German property search tools that don't miss listings on any major platform.
Analyze rental prices, availability, and trends across German cities and regions using Immowelt's extensive listing database.
Build tools that compare properties across Immowelt and other platforms. Help users find the best deals by aggregating and deduplicating listings.
Monitor new property listings matching specific criteria. Build alerting systems for buyers, renters, and real estate professionals tracking the Immowelt market.
Everything you need in one API.
/api/immowelt/search
Search Immowelt property listings with filters
/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
One API call. Structured JSON response.
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/..."
}
]
}
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.