Tripadvisor Review Scraper
Pricing
from $3.00 / 1,000 results
Tripadvisor Review Scraper
The Tripadvisor Review Scraper is a powerful and easy-to-use actor designed to collect structured review data from Tripadvisor product pages. Whether youβre analyzing customer sentiment, monitoring competitor feedback, or enriching your travel content.
Pricing
from $3.00 / 1,000 results
Rating
0.0
(0)
Developer
Louvre LLC
Maintained by CommunityActor stats
2
Bookmarked
31
Total users
7
Monthly active users
11 days ago
Last modified
Share
π§³π Tripadvisor Review Scraper
π Introduction
Tripadvisor Review Scraper is a powerful and easy-to-use Apify Actor designed to collect structured review data from Tripadvisor product pages. Whether you're analyzing customer sentiment, monitoring traveler feedback, or enriching your travel content, this Actor helps you extract data at scale β pricing is pay-per-result.
π‘ Free vs paid plans
On a free Apify plan, this actor returns a sample of the reviews. Upgrade to any paid Apify plan to get the complete results.
π― What is this Review Scraper?
This Actor automatically scrapes reviews from a given Tripadvisor product URL and produces structured dataset output that you can download or integrate via API. It's perfect for travel market research, competitive analysis, sentiment tracking, and more.
π Features
- β Structured Review Data β Extract ratings, review text, reviewer info, photos, dates, and more.
- π Flexible Pagination β Easily scrape multiple pages of reviews.
- π Efficient Extraction β Designed to handle a large number of reviews.
- π§Ή Clean Output β Produces organized dataset entries ready for analysis.
- π Easy Integration β Use with Apify API or workflow automation tools.
π§° Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
product_url | String | β οΈ | The Tripadvisor product page URL to scrape reviews from. Either product_url or product_urls must be provided. |
product_urls | Array[String] | β οΈ | Array of Tripadvisor product URLs for batch processing. Either product_url or product_urls must be provided. |
page_size | Number | β | Maximum number of reviews per page (default: 100). |
page | Number | β | Start page number; will skip (page β 1) * page_size reviews from the beginning (default: 1). |
π₯ Example Input
Single URL
{"product_url": "https://www.tripadvisor.com/AttractionProductReview-g187791-d12268171-Rome_Skip_the_Line_Vatican_Sistine_Chapel_St_Peter_Small_Group-Rome_Lazio.html","page_size": 100,"page": 1}
Batch Processing (Multiple URLs)
{"product_urls": ["https://www.tripadvisor.com/AttractionProductReview-g187791-d12268171-Rome_Skip_the_Line_Vatican_Sistine_Chapel_St_Peter_Small_Group-Rome_Lazio.html","https://www.tripadvisor.com/AttractionProductReview-g187791-d11480167-Vatican_Museums_Sistine_Chapel_Tour_and_Basilica_Access-Rome_Lazio.html"],"page_size": 100,"page": 1}
This configuration will scrape up to 100 reviews starting from the first page of the specified Tripadvisor product(s).
ποΈ Output Data
Each review returned by this Actor includes the following structured fields:
| Field | Type | Description |
|---|---|---|
id | String | Unique review identifier. |
review_id | String | Original Tripadvisor review ID. |
product_id | String | Tripadvisor product identifier. |
rating | String | Review rating, 1β5 stars, returned as a string (e.g. "5.00"). |
title | String | Review title. |
content | String | Full review text. |
author_name | String | Reviewer's name. |
user_identifier_value | String | Author user identifier. |
review_date | String | Date when the review was published (ISO 8601 format). |
trip_type | String | Type of travel (solo, couple, family, etc.). |
helpful_votes | Number | Number of helpful votes. |
photos | Array | Array of photo URLs (if any). |
owner_response | String | Business owner response text (if any). |
owner_response_author | String | Response author name (if any). |
owner_response_date | String | Response publication date (ISO 8601 format, if any). |
language | String | Review language code. |
overall_star_rating | Number | Overall product star rating (e.g. 4.5 out of 5). -1 if unavailable. |
overall_review_count | Number | Total number of reviews for the product. -1 if unavailable. |
π§ How It Works
- Input Acceptance β Takes a list of Tripadvisor page URLs from the user.
- Web Scraping β Visits each URL and parses visible review data from the page DOM.
- Data Structuring β Normalizes extracted fields into structured records.
- Dataset Storage β Saves results in the Apify dataset for retrieval via UI or API.
βοΈ Usage Examples
π¦ Basic Usage
{"product_url": "https://www.tripadvisor.com/AttractionProductReview-g187791-d12268171-Rome_Skip_the_Line_Vatican_Sistine_Chapel_St_Peter_Small_Group-Rome_Lazio.html"}
π With Pagination
{"product_url": "https://www.tripadvisor.com/AttractionProductReview-g187791-d12268171-Rome_Skip_the_Line_Vatican_Sistine_Chapel_St_Peter_Small_Group-Rome_Lazio.html","page_size": 200,"page": 2}
Attempts to extract up to 200 reviews from the specified Tripadvisor product page.
π Batch Processing (Multiple URLs)
{"product_urls": ["https://www.tripadvisor.com/AttractionProductReview-g187791-d12268171-Rome_Skip_the_Line_Vatican_Sistine_Chapel_St_Peter_Small_Group-Rome_Lazio.html","https://www.tripadvisor.com/AttractionProductReview-g187791-d11480167-Vatican_Museums_Sistine_Chapel_Tour_and_Basilica_Access-Rome_Lazio.html","https://www.tripadvisor.com/AttractionProductReview-g187791-d18909282-Rome_Colosseum_Guided_Tour_with_Roman_Forum_and_Palatine_Hill-Rome_Lazio.html"],"page_size": 100,"page": 1}
π€ Use Tripadvisor Review Scraper in Claude, Cursor & Codex via MCP
You can call this Actor directly from an AI assistant through the Apify MCP server β it works with Claude, Cursor, Codex, and any other MCP client.
Add this connector URL in your MCP client:
https://mcp.apify.com/?tools=louvre/tripadvisor-review-scraper
Then ask in plain language, for example:
"Get the latest reviews for this Tripadvisor page: https://www.tripadvisor.com/AttractionProductReview-g187791-d12268171-Rome_Skip_the_Line_Vatican_Sistine_Chapel_St_Peter_Small_Group-Rome_Lazio.html"
For a ready-to-paste configuration (Claude Desktop, Cursor, VS Code, and more), open the API β MCP tab on this Actor's page.
π‘ API / CLI Integration
You can run this Actor programmatically via the Apify API. Example (curl):
curl "https://api.apify.com/v2/acts/louvre~tripadvisor-review-scraper/runs?token=<YOUR_API_TOKEN>" \-X POST \-H "Content-Type: application/json" \-d @input.json
Replace <YOUR_API_TOKEN> with your Apify token and input.json with your JSON input.
π° Pricing & Limits
This Actor uses pay-per-result pricing β see the Pricing tab on the Actor page for the current rate. A free trial is available.
π Related Links
- π Actor page: https://apify.com/louvre/tripadvisor-review-scraper
- π API docs: https://apify.com/louvre/tripadvisor-review-scraper/api