Search property listings, get detailed property data, autocomplete locations, and access price insights from ImmobilienScout24 — Germany's leading real estate platform. Build property search tools, market analytics, and valuation features with structured data.
Structured data for real applications. Here are some ideas.
Analyze rental and purchase prices, listing volumes, and market trends across German cities and neighborhoods. Build real estate market intelligence dashboards.
Build property search features powered by ImmobilienScout24 data. Create apartment finders, relocation tools, and real estate comparison platforms.
Use price insights and comparable listings to build property valuation models. Estimate market values for mortgage, insurance, and investment applications.
Screen properties for investment potential using listing data, price insights, and location analytics. Build tools that help investors find opportunities in the German real estate market.
Everything you need in one API.
/api/immobilienscout24/search
Search property listings by location, type, price, and size
/api/immobilienscout24/property
Get full property details with photos, features, and agent info
/api/immobilienscout24/locations
Autocomplete German locations for property search filters
/api/immobilienscout24/price-insights
Get price statistics and market data for a location
One API call. Structured JSON response.
curl -X GET "https://scrappa.co/api/immobilienscout24/search?location=Berlin&type=rent&rooms_min=2&price_max=1500" \
-H "Accept: application/json" \
-H "X-API-KEY: YOUR_API_KEY"
{
"success": true,
"results": [
{
"id": "145678901",
"title": "Schone 2-Zimmer-Wohnung in Kreuzberg",
"type": "Rent",
"price": "1,200 EUR/month",
"rooms": 2,
"area": "65 sqm",
"address": "Berlin Kreuzberg",
"features": ["Balcony", "Fitted kitchen", "Elevator"],
"image_url": "https://pictures.immobilienscout24.de/...",
"url": "https://www.immobilienscout24.de/expose/..."
}
]
}
See how Scrappa compares to the official API.
| Feature | Scrappa | Immobilienscout24 REST API |
|---|---|---|
| Search all listings | Own listings only | |
| Price insights | Paid add-on | |
| Authentication | API key only | OAuth2 + partner contract |
| Partner agreement needed | ||
| Property details | Any listing | Own properties only |
| Location autocomplete | Yes (partner only) | |
| Price per 1k requests | $0.20 | Partner pricing |
| Free tier | 500 credits/month | No (partner only) |
| Setup time | Minutes | Weeks (contract) |
The official ImmobilienScout24 REST API is designed for property managers to manage their own listings and requires a partner contract with OAuth2 authentication. Scrappa lets you search and access any listing on the platform with just an API key — no partner agreement, no contract, no complex authentication.
Yes. Run searches across cities, neighborhoods, and property types to build comprehensive market analytics. Combine listing data with price insights to track market trends, compare neighborhoods, and monitor pricing changes over time.
Just a Scrappa API key passed as an X-API-KEY header. No ImmobilienScout24 partner agreement, no OAuth2 setup, no contract negotiations. Sign up for free, get your key, and start querying property data immediately.
You can search listings by location, type (rent/buy), price, size, and rooms. Get full property details with photos, features, agent info, and descriptions. Access location autocomplete for search UIs and price insights for market analysis.
Yes. Every Scrappa account includes 500 free credits per month with no credit card required. Test all 4 ImmobilienScout24 endpoints before committing to paid usage.
Scrappa charges $0.20 per 1,000 requests with no daily caps. All ImmobilienScout24 endpoints cost the same. The free tier gives you 500 credits per month to get started with German real estate data.