# Hotels.com Reviews by Traveler Type (Family, Solo)

**Use case:** 

See how Couples, Families, Business and Solo travelers rate any Hotels.com hotel: traveler-type review counts plus the underlying reviews.

## Input

```json
{
  "hotelUrls": [
    "https://www.hotels.com/ho239180/fontainebleau-miami-beach-miami-beach-united-states-of-america/"
  ],
  "maxReviewsPerHotel": 200,
  "sortBy": "newest",
  "minRating": 1,
  "maxRating": 5,
  "reviewSources": [],
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "hotelId": {
    "label": "Hotel ID",
    "format": "integer"
  },
  "hotelName": {
    "label": "Hotel name",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "brandName": {
    "label": "Hotel brand",
    "format": "string"
  },
  "structureType": {
    "label": "Property type",
    "format": "string"
  },
  "avgOverallRating": {
    "label": "Average rating",
    "format": "number"
  },
  "halfLifeRating": {
    "label": "Recency-weighted rating",
    "format": "number"
  },
  "totalReviewCount": {
    "label": "Total reviews available",
    "format": "integer"
  },
  "ratingDistribution": {
    "label": "Rating distribution",
    "format": "object"
  },
  "hotelSubRatings": {
    "label": "Hotel sub-ratings",
    "format": "array"
  },
  "categoryCounts": {
    "label": "Traveler-type counts",
    "format": "object"
  },
  "languageCounts": {
    "label": "Language counts",
    "format": "object"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "reviewsExtracted": {
    "label": "Reviews extracted",
    "format": "integer"
  },
  "hotelUrl": {
    "label": "Hotel URL",
    "format": "string"
  },
  "extractedAt": {
    "label": "Extracted at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Hotels.com Reviews Scraper 🏨 Ratings, Text & Sentiment](https://apify.com/factden/hotels-com-reviews-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/factden/hotels-com-reviews-scraper) to learn more, explore other use cases, and run it yourself.