# Neue ImmoScout24 Mietwohnungen in Berlin überwachen

**Use case:** 

Neue 2–2,5-Zimmer-Wohnungen in Berlin bis 1.400 € Kaltmiete verfolgen. Der erste Lauf erfasst die Baseline, danach nur wirklich neue Inserate.

## Input

```json
{
  "startUrls": [
    "https://www.immobilienscout24.de/Suche/de/berlin/berlin/wohnung-mieten?numberofrooms=2.0-2.5&price=-1400.0&pricetype=rentpermonth"
  ],
  "monitorMode": true,
  "pageLimit": 0,
  "excludeNewBuildProjects": false,
  "telegramNotificationLimit": 10
}
```

## Output

```json
{
  "expose_id": {
    "label": "ID",
    "format": "integer"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "address_line_1": {
    "label": "Address",
    "format": "string"
  },
  "rent_total": {
    "label": "Rent (€)",
    "format": "number"
  },
  "purchase_price": {
    "label": "Price (€)",
    "format": "number"
  },
  "size": {
    "label": "Size (m²)",
    "format": "string"
  },
  "rooms": {
    "label": "Rooms",
    "format": "string"
  },
  "contact.name": {
    "label": "Contact",
    "format": "string"
  },
  "contact.phone_number": {
    "label": "Phone",
    "format": "string"
  },
  "scraped_timestamp": {
    "label": "Found At",
    "format": "string"
  },
  "listing_url": {
    "label": "View Listing",
    "format": "string"
  },
  "source_url": {
    "label": "Search URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [ImmoScout24 ImmobilienScout24 Scraper (API) Pro - 50+ Felder](https://apify.com/clearpath/immoscout24-api-pro) with a specific input configuration. Visit the [Actor detail page](https://apify.com/clearpath/immoscout24-api-pro) to learn more, explore other use cases, and run it yourself.