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.

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

Frequently asked questions

What can I get from the Immowelt API?

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.

Can I use Immowelt data for rental market analysis?

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.

Do I need to manage Immowelt scraping infrastructure?

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.

How is the Immowelt API priced?

The Immowelt API uses Scrappa credits. Accounts receive 500 free credits each month, and purchased credits can be used across supported Scrappa APIs without a required monthly subscription.

Ready to get started?

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