# Viator | Tours and Experiences Data Latest Results

**Use case:** 

Latest Results of Viator | Tours and Experiences Data. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "searchQuery": "Paris tours",
  "maxItems": 25
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Image",
    "format": "image"
  },
  "productCode": {
    "label": "🔑 Product Code",
    "format": "text"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "description": {
    "label": "📝 Description",
    "format": "text"
  },
  "rating": {
    "label": "⭐ Rating",
    "format": "text"
  },
  "reviewCount": {
    "label": "💬 Reviews",
    "format": "text"
  },
  "price": {
    "label": "💰 Price",
    "format": "text"
  },
  "currency": {
    "label": "💱 Currency",
    "format": "text"
  },
  "duration": {
    "label": "⏱ Duration",
    "format": "text"
  },
  "location": {
    "label": "📍 Location",
    "format": "text"
  },
  "categories": {
    "label": "🏷 Categories",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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