# Generate Leads for Houses for Sale in Munich

**Use case:** 

Scrape listings for houses for sale in Munich and surrounding affluent areas to identify potential buyer leads or investment opportunities. This data empowers r

## Input

```json
{
  "searchUrls": [
    "https://www.immobilienscout24.de/Suche/de/bayern/muenchen-stadt/haus-kaufen",
    "https://www.immobilienscout24.de/Suche/de/bayern/gruenwald/haus-kaufen",
    "https://www.immobilienscout24.de/Suche/de/bayern/starnberg/haus-kaufen"
  ],
  "maxItems": 150,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "DE"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "price": {
    "label": "Price (EUR)",
    "format": "number"
  },
  "livingSpace": {
    "label": "Living Space (m2)",
    "format": "number"
  },
  "rooms": {
    "label": "Rooms",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [ImmobilienScout24 Real Estate Scraper](https://apify.com/crawlerbros/immoscout24-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/immoscout24-scraper) to learn more, explore other use cases, and run it yourself.