# Analyze Dubai Activity Reviews on Expedia

**Use case:** 

Analyze Dubai Activity Reviews on Expedia to capture ratings and guest feedback from tours and experiences. Turn traveler sentiment into service insights.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.expedia.com/things-to-do/dubai-desert-safari-with-vip-bbq-and-optional-quad-bike.a4548681.activity-details?&rid=553248635974547388&location=Dubai+%28and+vicinity%29%2C+Dubai+Emirate%2C+United+Arab+Emirates&startDate=2026-07-18&endDate=2026-08-01&sort=RECOMMENDED&selectedId=&swp=on"
    }
  ],
  "maxReviewsPerActivity": 100,
  "cutoffDate": "2025-01",
  "sortBy": "REVIEWS_SORT_NEWEST_TO_OLDEST"
}
```

## Output

```json
{
  "activityUrl": {
    "label": "Activity url",
    "format": "string"
  },
  "activityId": {
    "label": "Activity id",
    "format": "string"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "maxScore": {
    "label": "Max score",
    "format": "integer"
  },
  "reviewerName": {
    "label": "Reviewer name",
    "format": "string"
  },
  "reviewerPlatform": {
    "label": "Reviewer platform",
    "format": "string"
  },
  "reviewDate": {
    "label": "Review date",
    "format": "string"
  },
  "reviewerLocation": {
    "label": "Reviewer location",
    "format": "string"
  },
  "reviewText": {
    "label": "Review text",
    "format": "string"
  },
  "activityDate": {
    "label": "Activity date",
    "format": "string"
  }
}
```

## About this Actor

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