# Research Luxury Hotels in Dubai with High Guest Ratings

**Use case:** 

Identify top-rated luxury hotels in Dubai to inform market entry strategies or competitor analysis in the high-end travel segment. Understand customer preferenc

## Input

```json
{
  "mode": "searchHotels",
  "cityName": "Dubai",
  "checkIn": "",
  "checkOut": "",
  "minStars": 5,
  "minRating": 9,
  "maxItems": 30,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "address": {
    "label": "Address"
  },
  "starRating": {
    "label": "Star rating"
  },
  "rating": {
    "label": "Rating"
  },
  "pricePerNight": {
    "label": "Price per night"
  },
  "currency": {
    "label": "Currency"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

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