# ImmobilienScout24 Berlin Rental Listings Scraper

**Use case:** 

Extract current ImmobilienScout24 Berlin apartment rentals with prices, areas, rooms, locations, advertisers, images, and listing URLs.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.immobilienscout24.de/Suche/de/berlin/berlin/wohnung-mieten"
    }
  ],
  "maxItems": 20,
  "maxPages": 1,
  "maxImages": 3,
  "maxRequestRetries": 3
}
```

## Output

```json
{
  "listingId": {
    "label": "Listing ID",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "transactionType": {
    "label": "Rent / buy",
    "format": "string"
  },
  "propertyType": {
    "label": "Property type",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "livingAreaSqm": {
    "label": "Area (m²)",
    "format": "number"
  },
  "rooms": {
    "label": "Rooms",
    "format": "number"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "district": {
    "label": "District",
    "format": "string"
  },
  "advertiserCompany": {
    "label": "Advertiser",
    "format": "string"
  },
  "publishedAt": {
    "label": "Published",
    "format": "string"
  },
  "listingUrl": {
    "label": "Listing",
    "format": "string"
  }
}
```

## About this Actor

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