The “Extract TripAdvisor Reviews” action allows you to gather customer feedback from various businesses listed on TripAdvisor, including restaurants, attractions, and hotels. This can be particularly useful for businesses looking to analyze customer sentiment or for researchers studying consumer behavior.
Input only compatible with URLs of types Restaurant, Attraction, and Hotel.
Parameters
If you want to collect no reviews older than the given date per property.
Maximum number of items collected per property.
Collect the reviews of the past x days.
language
string
default: "all"
required
The language in which you want to extract reviews. Options include French, English, Italian, Russian, German, and All.
Output Fields
The output of this action includes a comprehensive set of fields that provide detailed information about each review.
The date of the experience reviewed.
The name of the property reviewed.
The comment left by the reviewer.
The date the review was posted.
Images associated with the review.
The rating given by the reviewer.
The response from the property to the review.
The name of the reviewer.
The picture of the reviewer.
The unique ID of the review on TripAdvisor.
The URL of the review on TripAdvisor.
The URL of the reviewer’s profile on TripAdvisor.
The unique ID of the reviews collection.
The URL of the reviews collection on TripAdvisor.
Below is the JSON schema for the output fields:
{
"experience_date" : "string" ,
"property" : "string" ,
"review_comment" : "string" ,
"review_date" : "string" ,
"review_images" : "array" ,
"review_rating" : "integer" ,
"review_response" : "string" ,
"review_title" : "string" ,
"reviewer_name" : "string" ,
"reviewer_picture" : "string" ,
"tripadvisor_review_id" : "string" ,
"tripadvisor_review_url" : "string" ,
"tripadvisor_reviewer_url" : "string" ,
"tripadvisor_reviews_id" : "string" ,
"tripadvisor_reviews_url" : "string"
}
This action provides a structured way to extract and analyze customer reviews, offering valuable insights into customer experiences and satisfaction.