# Analyze Berlin Apartment Rental Prices & Trends

**Use case:** 

Extract comprehensive data on rental apartments in prime Berlin locations to conduct in-depth market analysis. Gain a competitive edge by understanding pricing 

## Input

```json
{
  "searchUrls": [
    "https://www.immobilienscout24.de/Suche/de/berlin/berlin/wohnung-mieten",
    "https://www.immobilienscout24.de/Suche/de/berlin/charlottenburg-charlottenburg/wohnung-mieten",
    "https://www.immobilienscout24.de/Suche/de/berlin/mitte-mitte/wohnung-mieten",
    "https://www.immobilienscout24.de/Suche/de/berlin/kreuzberg-kreuzberg/wohnung-mieten"
  ],
  "maxItems": 200,
  "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.