# Monitor Frankfurt Luxury Apartment Listings Daily

**Use case:** 

Track new listings and price changes for luxury apartments in premium Frankfurt neighborhoods to stay ahead of market trends. This ongoing monitoring provides c

## Input

```json
{
  "searchUrls": [
    "https://www.immobilienscout24.de/Suche/de/hessen/frankfurt-am-main/wohnung-mieten?priceType=RENT&priceRange=2000-MAX&livingspaceRange=100-MAX",
    "https://www.immobilienscout24.de/Suche/de/hessen/frankfurt-am-main/wohnung-kaufen?priceRange=800000-MAX&livingspaceRange=120-MAX"
  ],
  "maxItems": 50,
  "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.