# Viator Rome Tour Review Data Extractor

**Use case:** 

Collect up to 200 recent reviews from specific Viator tours. Get detailed ratings, reviewer names, and comments for market research and analysis.

## Input

```json
{
  "startUrl": "https://www.viator.com/tours/Rome/Colosseum-and-Ancient-Rome-Tour-with-Roman-Forum-and-Palatine-Hill/d511-3731COLOSSEUM",
  "results_wanted": 200,
  "max_pages": 10,
  "sort_by": "DATE",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "product_code": {
    "label": "Product Code",
    "format": "text"
  },
  "product_title": {
    "label": "Product",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "review_title": {
    "label": "Title",
    "format": "text"
  },
  "review_text": {
    "label": "Review",
    "format": "text"
  },
  "published_date": {
    "label": "Published",
    "format": "date"
  },
  "reviewer_name": {
    "label": "Reviewer",
    "format": "text"
  },
  "party_type": {
    "label": "Party Type",
    "format": "text"
  },
  "helpful_votes": {
    "label": "Helpful",
    "format": "number"
  },
  "product_url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Viator Review Scraper ⭐](https://apify.com/shahidirfan/viator-review-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/shahidirfan/viator-review-scraper) to learn more, explore other use cases, and run it yourself.