# Colosseum arena floor tour review ratings

**Use case:** 

Scrape reviews from the Colosseum arena floor tour on GetYourGuide. Get ratings, text, and dates for comparing premium tour options.

## Input

```json
{
  "product_url": "https://www.getyourguide.com/rome-l33/rome-colosseum-arena-floor-palatine-forum-guided-tour-t217332/",
  "product_urls": [
    "https://www.getyourguide.com/rome-l33/colosseum-roman-forum-palatine-hill-guided-tour-t195566/",
    "https://www.getyourguide.com/rome-l33/rome-colosseum-arena-floor-palatine-forum-guided-tour-t217332/"
  ],
  "page_size": 100,
  "page": 1,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "review_id": {
    "label": "Review ID",
    "format": "text"
  },
  "product_id": {
    "label": "Product ID",
    "format": "text"
  },
  "product_url": {
    "label": "Product URL",
    "format": "link"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "content": {
    "label": "Review",
    "format": "text"
  },
  "author_name": {
    "label": "Author",
    "format": "text"
  },
  "user_identifier_value": {
    "label": "User Identifier",
    "format": "text"
  },
  "review_date": {
    "label": "Date",
    "format": "text"
  },
  "helpful_votes": {
    "label": "Helpful",
    "format": "number"
  },
  "photos": {
    "label": "Photos",
    "format": "object"
  },
  "owner_response": {
    "label": "Owner Response",
    "format": "text"
  },
  "owner_response_author": {
    "label": "Response Author",
    "format": "text"
  },
  "owner_response_date": {
    "label": "Response Date",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "language": {
    "label": "Language",
    "format": "text"
  },
  "overall_star_rating": {
    "label": "Product Rating",
    "format": "number"
  },
  "overall_review_count": {
    "label": "Review Count",
    "format": "number"
  }
}
```

## About this Actor

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