# Compare Bogotá Hotel Value and Cleanliness

**Use case:** 

Compare Bogotá hotel value and cleanliness ratings from Despegar reviews. Help travel analysts benchmark guest feedback and hotel performance.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.despegar.com.co/hoteles/h-1694008/hotel-habitel-prime-bogota",
      "userData": {
        "originalUrl": "https://www.us.despegar.com/hotels/h-320954/surf-olas-altas-puerto+escondido"
      }
    }
  ],
  "maxReviewsPerHotel": 100,
  "cutoffDate": "2025-01",
  "enabledProviders": [
    "DESPEGAR",
    "EXPEDIA"
  ],
  "alwaysReturnSummary": true
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type",
    "format": "string"
  },
  "reviewId": {
    "label": "Review id",
    "format": "string"
  },
  "reviewDate": {
    "label": "Review date",
    "format": "string"
  },
  "reviewerName": {
    "label": "Reviewer name",
    "format": "string"
  },
  "reviewerCountry": {
    "label": "Reviewer country",
    "format": "string"
  },
  "reviewerCountryCode": {
    "label": "Reviewer country code",
    "format": "string"
  },
  "reviewerType": {
    "label": "Reviewer type",
    "format": "string"
  },
  "language": {
    "label": "Language",
    "format": "string"
  },
  "reviewerCommentPositive": {
    "label": "Reviewer comment positive",
    "format": "string"
  },
  "reviewerCommentNegative": {
    "label": "Reviewer comment negative",
    "format": "string"
  },
  "ratings": {
    "label": "Ratings",
    "format": "object"
  },
  "hotelSummary": {
    "label": "Hotel summary",
    "format": "object"
  }
}
```

## About this Actor

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