# Compare Las Vegas hotel guest scores

**Use case:** 

Compare Las Vegas hotels by guest reviews, 0-10 scores and category ratings from Priceline, with review text and location data. By Mr Bridge.

## Input

```json
{
  "inputType": "city",
  "searchCity": "Las Vegas",
  "searchCountry": "United States",
  "maxHotels": 20,
  "minStars": 0,
  "minScore": 0,
  "maxReviewsPerHotel": 100
}
```

## Output

```json
{
  "name": {
    "label": "Hotel Name",
    "format": "string"
  },
  "ratings.overallScore": {
    "label": "Overall",
    "format": "number"
  },
  "ratings.categories.overall": {
    "label": "Quality",
    "format": "number"
  },
  "ratings.categories.cleanliness": {
    "label": "Cleanliness",
    "format": "number"
  },
  "ratings.categories.location": {
    "label": "Location",
    "format": "number"
  },
  "ratings.categories.staff": {
    "label": "Staff",
    "format": "number"
  },
  "ratings.totalReviewCount": {
    "label": "# Reviews",
    "format": "number"
  }
}
```

## About this Actor

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