# Scrape ImmoScout24 Munich Homes

**Use case:** 

Scrape ImmoScout24 Munich Homes for family buyers with prices, rooms, sizes, and public listing URLs.

## Input

```json
{
  "maxItems": 100,
  "location": "Munich",
  "radiusKm": 20,
  "properties": [],
  "operation": "buy",
  "propertyType": "house",
  "sortBy": "standard",
  "fetchDetails": false,
  "minRooms": 4
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "address.line": {
    "label": "Address",
    "format": "text"
  },
  "titlePicture.preview": {
    "label": "Image",
    "format": "image"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "livingSpace": {
    "label": "Living Space",
    "format": "text"
  },
  "rooms": {
    "label": "Rooms",
    "format": "text"
  },
  "realEstateType": {
    "label": "Real Estate Type",
    "format": "text"
  },
  "energyEfficiencyClass": {
    "label": "Energy Class",
    "format": "text"
  },
  "published": {
    "label": "Published",
    "format": "text"
  },
  "attributes": {
    "label": "Attributes",
    "format": "object"
  },
  "fairPrice": {
    "label": "Fair Price",
    "format": "text"
  }
}
```

## About this Actor

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