Viator Review Scraper avatar
Viator Review Scraper

Pricing

$1.00 / 1,000 results

Go to Apify Store
Viator Review Scraper

Viator Review Scraper

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.

Pricing

$1.00 / 1,000 results

Rating

0.0

(0)

Developer

Louvre LLC

Louvre LLC

Maintained by Community

Actor stats

0

Bookmarked

8

Total users

6

Monthly active users

16 days ago

Last modified

Categories

Share

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
product_urlStringYesThe Viator product URL to scrape reviews fromhttps://www.viator.com/tours/Paris/Eiffel-Tower-Tour/d479-12345
page_sizeNumberNoMaximum number of reviews for every page (default: 100)100
pageNumberNoStart page number, will skip (page - 1) * pageSize from the beginning (default: 1)1

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)
  • 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

{
"product_url": "https://www.viator.com/tours/Paris/Eiffel-Tower-Tour/d479-12345",
"page_size": 100,
"page": 1
}