# Compare hotel guest reviews across France

**Use case:** 

Compare hotels across France by guest reviews and category ratings - cleanliness, location, staff - in one Priceline dataset. By Mr Bridge.

## Input

```json
{
  "inputType": "country",
  "searchCountry": "France",
  "maxHotels": 30,
  "minStars": 4,
  "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.