# Hotelpreise in Berlin vergleichen

**Use case:** 

Verfügbarkeit und Preise auf hotel.de für Berlin abfragen. Hotelnamen, Preise und Bewertungen für Hospitality-Recherche und Preismonitoring exportieren.

## Input

```json
{
  "searchQueries": [
    "Berlin"
  ],
  "checkInDate": "2026-07-01",
  "checkOutDate": "2026-07-03",
  "adults": 2,
  "startUrls": [],
  "maxItems": 5,
  "maxReviews": 0,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "city": {
    "label": "City"
  },
  "country": {
    "label": "Country"
  },
  "aggregateRating": {
    "label": "Aggregate rating"
  },
  "reviewCount": {
    "label": "Review count"
  },
  "priceRange": {
    "label": "Price range"
  },
  "description": {
    "label": "Description"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

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