# Viator Review Data Extractor for Copenhagen Tours

**Use case:** 

Collect structured review data from Viator's Copenhagen Highlights Tour. Get insights on ratings, comments, and reviewer details.

## Input

```json
{
  "product_url": "https://www.viator.com/tours/Copenhagen/Copenhagen-Highlights-3-Hour-Walking-Tour-Harbor-Bus-Included/d463-5547220P1",
  "page_size": 100,
  "page": 1
}
```

## Output

```json
{
  "id": {
    "label": "Review ID",
    "format": "string"
  },
  "product_id": {
    "label": "Product ID",
    "format": "string"
  },
  "product_url": {
    "label": "Product URL",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "title": {
    "label": "Review Title",
    "format": "string"
  },
  "content": {
    "label": "Review Content",
    "format": "string"
  },
  "author_name": {
    "label": "Author Name",
    "format": "string"
  },
  "user_identifier_value": {
    "label": "User ID",
    "format": "string"
  },
  "review_date": {
    "label": "Review Date",
    "format": "string"
  },
  "helpful_votes": {
    "label": "Helpful Votes",
    "format": "number"
  },
  "photos": {
    "label": "Photos",
    "format": "array"
  },
  "owner_response": {
    "label": "Owner Response",
    "format": "string"
  },
  "owner_response_author": {
    "label": "Response Author",
    "format": "string"
  },
  "owner_response_date": {
    "label": "Response Date",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "language": {
    "label": "Language",
    "format": "string"
  },
  "overall_star_rating": {
    "label": "Overall Rating",
    "format": "number"
  },
  "overall_review_count": {
    "label": "Total Reviews",
    "format": "integer"
  }
}
```

## About this Actor

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