# Apartments and houses for rent in Germany

**Use case:** 

Search ImmobilienScout24 listings by city, price and rooms. Get address, size, rent and agent contact for each result.

## Input

```json
{
  "location": "Berlin",
  "propertyType": "apartment-rent",
  "maxListings": 20,
  "withDetails": true,
  "monitorMode": false
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "price": {
    "label": "Price (€)",
    "format": "number"
  },
  "livingSpace": {
    "label": "Living space (m²)",
    "format": "number"
  },
  "rooms": {
    "label": "Rooms",
    "format": "number"
  },
  "zipCode": {
    "label": "Zip code",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "agentCompany": {
    "label": "Agent company",
    "format": "string"
  },
  "isNew": {
    "label": "New since last run",
    "format": "boolean"
  },
  "url": {
    "label": "Listing URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [ImmobilienScout24 Scraper 🇩🇪 (apartments, houses, agents)](https://apify.com/tagadanar/immobilienscout24-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/tagadanar/immobilienscout24-scraper) to learn more, explore other use cases, and run it yourself.