Viator Review Scraper avatar
Viator Review Scraper

Pricing

$1.00 / 1,000 results

Go to Apify Store
Viator Review Scraper

Viator Review Scraper

Developed by

Louvre LLC

Louvre LLC

Maintained by Community

The Viator Review Scraper is a powerful and easy-to-use actor designed to collect structured review data from Viator product pages. Whether you’re analyzing customer sentiment, monitoring competitor feedback, or enriching your travel content.

0.0 (0)

Pricing

$1.00 / 1,000 results

0

1

1

Last modified

20 hours ago

A powerful Apify Actor that scrapes customer reviews from Viator product pages. This Actor extracts comprehensive review data including ratings, review text, author information, photos, and more.

Features

  • Comprehensive Review Data: Scrapes ratings, review text, author names, locations, photos, and helpful votes
  • Flexible Pagination: Supports custom starting offset and maximum review limits
  • Multiple Sorting Options: Sort reviews by date, rating, or helpfulness
  • High Performance: Efficiently handles large volumes of reviews
  • Reliable Data: Includes duplicate detection and data validation
  • Easy Integration: Simple input parameters and structured output

Input Parameters

ParameterTypeRequiredDescriptionExample
productUrlStringYesThe Viator product URL to scrape reviews fromhttps://www.viator.com/tours/Paris/Eiffel-Tower-Tour/d479-12345
maxReviewsNumberNoMaximum number of reviews to scrape (default: 100, max: 1000)100
startingOffsetNumberNoNumber of reviews to skip from the beginning (default: 0)0

Output Data

The Actor outputs structured review data with the following fields:

  • id: Unique review identifier
  • reviewId: Original Viator review ID
  • productId: Viator product identifier
  • rating: Review rating (1-5 stars)
  • title: Review title
  • content: Full review text
  • authorName: Reviewer's name
  • authorLocation: Reviewer's location
  • reviewDate: Date when the review was published
  • helpfulVotes: Number of helpful votes
  • photos: Array of photo URLs (if any)
  • verified: Whether the review is verified
  • ownerResponse: Business owner's response (if any)
  • travelDate: Travel date mentioned in review
  • travelType: Type of travel (solo, couple, family, etc.)

How It Works

  1. Input Validation: Validates the provided Viator product URL
  2. Review Extraction: Scrapes reviews from the product page using advanced web scraping techniques
  3. Data Processing: Processes and cleans the extracted data
  4. Duplicate Detection: Identifies and handles duplicate reviews
  5. Data Storage: Saves the structured data to the Apify dataset

Usage Examples

Basic Usage

{
"productUrl": "https://www.viator.com/tours/Paris/Eiffel-Tower-Tour/d479-12345"
}

Advanced Usage

{
"productUrl": "https://www.viator.com/tours/Paris/Eiffel-Tower-Tour/d479-12345",
"maxReviews": 500,
"startingOffset": 50
}