# Monitor Potsdam Apartment Rentals on ImmobilienScout24

**Use case:** 

Monitor Potsdam apartment rental listings with prices, rooms, floor area, addresses, listing IDs, images, and timestamps from ImmobilienScout24.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.immobilienscout24.de/Suche/de/berlin/berlin/wohnung-mieten"
    }
  ],
  "geocodes": [
    "/de/brandenburg/potsdam"
  ],
  "realEstateType": "apartmentrent",
  "maxItems": 20,
  "pageSize": 50
}
```

## Output

```json
{
  "listingId": {
    "label": "Listing ID",
    "format": "string"
  },
  "url": {
    "label": "Listing URL",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "livingAreaSqm": {
    "label": "Living area (sqm)",
    "format": "number"
  },
  "rooms": {
    "label": "Rooms",
    "format": "number"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "published": {
    "label": "Published",
    "format": "string"
  },
  "searchPageNumber": {
    "label": "Search page",
    "format": "integer"
  }
}
```

## About this Actor

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