# Find top-rated hotels in Berlin

**Use case:** 

Discover top-rated hotels in Berlin ranked by guest reviews and ratings - full contact details included for travel research, competitor benchmarking or outreach

## Input

```json
{
  "query": "Hotel",
  "location": "Berlin",
  "sort": "bewertung",
  "maxPages": 2
}
```

## Output

```json
{
  "name": {
    "label": "Business Name",
    "format": "string"
  },
  "bestIndustry": {
    "label": "Industry",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "ratingCount": {
    "label": "Review Count",
    "format": "number"
  },
  "reviews": {
    "label": "Reviews",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [Gelbe Seiten Scraper – German Business Leads (Pay per Result)](https://apify.com/plowdata/gelbe-seiten-ppr) with a specific input configuration. Visit the [Actor detail page](https://apify.com/plowdata/gelbe-seiten-ppr) to learn more, explore other use cases, and run it yourself.