# Viator.com Tours Scraper Task

**Use case:** 

Extract detailed tour information from Rome on Viator.com. Receive data including prices, ratings, reviews, and durations for various activities.

## Input

```json
{
  "startUrl": "https://www.viator.com/Rome/d511-ttd",
  "results_wanted": 200,
  "max_pages": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "product_code": {
    "label": "Code",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price_from": {
    "label": "From",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "review_count": {
    "label": "Reviews",
    "format": "number"
  },
  "duration": {
    "label": "Duration",
    "format": "text"
  },
  "destination_name": {
    "label": "Destination",
    "format": "text"
  },
  "image_url": {
    "label": "Image",
    "format": "image"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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