Viator Review Scraper
Pricing
$1.00 / 1,000 results
Go to Apify Store
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
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
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
product_url | String | Yes | The Viator product URL to scrape reviews from | https://www.viator.com/tours/Paris/Eiffel-Tower-Tour/d479-12345 |
page_size | Number | No | Maximum number of reviews for every page (default: 100) | 100 |
page | Number | No | Start 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 identifierreviewId: Original Viator review IDproductId: Viator product identifierrating: Review rating (1-5 stars)title: Review titlecontent: Full review textauthorName: Reviewer's nameauthorLocation: Reviewer's locationreviewDate: Date when the review was publishedhelpfulVotes: Number of helpful votesphotos: Array of photo URLs (if any)ownerResponse: Business owner's response (if any)travelDate: Travel date mentioned in reviewtravelType: Type of travel (solo, couple, family, etc.)
How It Works
- Input Validation: Validates the provided Viator product URL
- Review Extraction: Scrapes reviews from the product page using advanced web scraping techniques
- Data Processing: Processes and cleans the extracted data
- Duplicate Detection: Identifies and handles duplicate reviews
- 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}