Immowelt Property Listings and Search via REST API
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.
What you can build
Structured data for real applications. Here are some ideas.
Cross-Portal Property Search
Combine Immowelt listings with ImmobilienScout24 and other portals to build comprehensive German property search tools that don't miss listings on any major platform.
Rental Market Analysis
Analyze rental prices, availability, and trends across German cities and regions using Immowelt's extensive listing database.
Property Comparison Tools
Build tools that compare properties across Immowelt and other platforms. Help users find the best deals by aggregating and deduplicating listings.
Real Estate Lead Generation
Monitor new property listings matching specific criteria. Build alerting systems for buyers, renters, and real estate professionals tracking the Immowelt market.
Available endpoints
Everything you need in one API.
Property Search
/api/immowelt/search
Search Immowelt property listings with filters
Property Details
/api/immowelt/property
Get full property details with photos and features
Location Autocomplete
/api/immowelt/locations
Autocomplete German locations for property search
Search Count
/api/immowelt/count
Get the number of listings matching search criteria
Try it now
One API call. Structured JSON response.
Request
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"
Response
{
"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/..."
}
]
}
Scrappa vs Immowelt (no public API)
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 |
Key features
Frequently asked questions
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.