Get price and rent estimates for German properties based on similar listings from 11+ platforms. The German equivalent of Zillow's Zestimate.
Property Valuation Germany is an AI-powered estimation API that analyzes property valuations across Germany. Submit your property details and receive both purchase price and monthly rent estimates based on comparable properties aggregated from 11+ German real estate platforms including Immobilienscout24, Immowelt, Immonet, Kleinanzeigen, Ohne Makler, and others. The API returns transparent comparable properties used in the calculation, ensuring you understand the valuation methodology.
/api/estimateGet price and rent estimates for a property based on comparable properties in the area. Returns both estimated purchase price and monthly rent along with the similar properties used in the calculation.
| Name | Type | Required | Description |
|---|---|---|---|
street | string | Required | Street name and number (e.g., "Admiralsbogen 45") |
postcode | number | Required | German postal code as number (e.g., 80939) |
city | string | Required | City name (e.g., "München") |
square_meters | number | Required | Living area in square meters (e.g., 100.5) |
rooms | number | Optional | Number of rooms as decimal (e.g., 2.5) |
year_of_construction | number | Optional | Year the property was built (e.g., 1990) |
typ | string | Required | "wohnung" (apartment) or "haus" (house) |
{
"estimates": {
"price": 809078.92,
"rent": 2483.58,
"similar_properties": [
{
"action": "kaufen",
"immo_id": "2h2vt5s",
"is_active": true,
"lat": 48.214884999999995,
"lon": 11.60541,
"price": 297000,
"price_per_square_meter": 3960,
"rent_price": null,
"rent_per_square_meter": null,
"rooms": 3,
"spider": "immowelt",
"square_meter": 75,
"title": "3-Zimmer-Wohnung in Schwabing-Freimann...",
"uptime_date": "2025-01-31T15:01:00",
"url": "https://www.immowelt.de/expose/2h2vt5s",
"year_of_construction": "1989-01-01T00:00:00"
},
{
"action": "mieten",
"immo_id": "156614048",
"is_active": true,
"lat": 48.2095827,
"lon": 11.575148510962059,
"price": null,
"price_per_square_meter": null,
"rent_price": 2400,
"rent_per_square_meter": 20.51,
"rooms": 5,
"spider": "immoscout",
"square_meter": 117,
"title": "5-Raum-Wohnung mit Balkon und Einbauküche...",
"uptime_date": "2025-01-26T20:33:00",
"url": "https://www.immobilienscout24.de/expose/156614048",
"year_of_construction": "1990-01-01T00:00:00"
}
]
},
"location": {
"lat": 48.204453349999994,
"lon": 11.612726981653154
},
"typ": "wohnung"
}