# German House Listings Data from Immowelt

**Use case:** 

Extract detailed listings for houses in Germany from Immowelt. Get structured data including price, location, and key property features.

## Input

```json
{
  "propertyType": "haus",
  "location": "deutschland",
  "results_wanted": 300,
  "max_pages": 20,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Property Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "size": {
    "label": "Size",
    "format": "text"
  },
  "rooms": {
    "label": "Rooms",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Immowelt Property Scraper](https://apify.com/shahidirfan/immowelt-property-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/shahidirfan/immowelt-property-scraper) to learn more, explore other use cases, and run it yourself.