Immowelt API

Access German Real Estate Data at Scale

Search property listings, get location autocomplete, and retrieve detailed real estate data from Immowelt — Germany's leading property marketplace. Structured JSON, no web scraping headaches.

500 free credits/month · No credit card required

What you can build

Structured data for real applications. Here are some ideas.

Market Analysis

Track rental prices and property values across German cities. Build dashboards that monitor price trends by district, property type, and room count.

Property Alerts

Build notification systems that alert users when new listings match their criteria — location, price range, size, and property type.

Portfolio Management

Aggregate listing data to compare properties, track vacancy rates, and estimate market values for real estate investment portfolios.

Relocation Tools

Power relocation platforms with live property data. Help users find housing in new cities with filters for commute time, neighborhood, and budget.

Available endpoints

Everything you need in one API.

GET

Property Search

/api/immowelt/search

Search listings by location, type, price, rooms, and size

GET

Location Autocomplete

/api/immowelt/locations

Get location suggestions for search input

GET

Property Details

/api/immowelt/property

Retrieve full property details by listing ID

GET

Search Count

/api/immowelt/count

Get total listing count for a location

Try it now

One API call. Structured JSON response.

Request

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"

Response

{
  "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"
    }
  ]
}

Key features

Apartments & houses, rent & sale
Filter by price, rooms, size, location
Pagination & sorting support
Location autocomplete for search UIs
Property detail pages with images
Listing count for market sizing

Ready to get started?

Sign up and get 500 free credits. No credit card required.