# Track New York City Tour Reviews on Expedia

**Use case:** 

Track New York City Tour Reviews on Expedia to monitor ratings, guest feedback and recent issues. Help tours and attractions protect their reputation.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.expedia.com/things-to-do/discover-ny-guided-day-bus-tour-of-nyc.a264971.activity-details"
    }
  ],
  "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.