Property Search
/api/immowelt/search
Search listings by location, type, price, rooms, size, and page
Compare Immowelt API Kosten, API key options, and developer-ready endpoints for German property search. Use Scrappa to search listings, resolve locations, count results, and retrieve property details in structured JSON.
500 free credits/month · No credit card required
API coverage
Structured data for real applications. Here are some ideas.
Track rental prices and property values across German cities. Start with the Immowelt Search API, then monitor price trends by district, property type, and room count.
Build notification systems that query Immowelt search filters and alert users when new listings match their location, price range, size, and property type.
Aggregate Immowelt listing data to compare candidate properties, track supply changes, and estimate market values for real estate investment portfolios.
Power relocation platforms with live Immowelt property data. Help users find housing in new cities with filters for neighborhood, size, room count, and budget.
Everything you need in one API.
/api/immowelt/search
Search listings by location, type, price, rooms, size, and page
/api/immowelt/locations
Resolve cities, districts, postal codes, and place IDs before search
/api/immowelt/property
Retrieve full details for one listing after search returns an ID
/api/immowelt/count
Estimate listing volume before paginating through search results
One API call. Structured JSON response.
curl -X GET "https://scrappa.co/api/immowelt/search?location=Berlin&type=apartment-rent" \
-H "Accept: application/json" \
-H "X-API-KEY: YOUR_API_KEY"
{
"success": true,
"total_results": 1234,
"page": 1,
"total_pages": 62,
"results": [
{
"id": "estate_abc123",
"title": "Schöne 3-Zimmer Wohnung in Mitte",
"price": 1450,
"price_formatted": "1.450 EUR",
"rooms": 3,
"size_m2": 82,
"address": "Berlin Mitte"
}
]
}
The Immowelt API returns German real estate search results, location suggestions, listing counts, and property details in structured JSON for apartments and houses across rent and sale workflows.
Yes. Teams use Immowelt property data to monitor rental prices, compare districts, track listing volume, and build alerts for new properties that match a location, size, room count, or budget.
No. Scrappa handles request routing, parsing, and JSON normalization so your application can call an API endpoint instead of maintaining browser automation or custom scrapers.
The Immowelt API Kosten are credit-based on Scrappa. Accounts receive 500 free credits each month, and purchased credits can be used across supported Scrappa APIs without a required monthly subscription.
For Scrappa endpoints, use your Scrappa API key with the Immowelt search, locations, count, and property APIs. If you need the official Immowelt developer API for publisher-owned listings, that is a separate SOAP/WebService integration from Immowelt.
Sign up and get 500 free credits. No credit card required.