The “Extract TripAdvisor Profile” action allows you to gather comprehensive data from TripAdvisor profile pages, specifically for hotels and restaurants. This can be useful for aggregating reviews, analyzing ratings, and understanding the competitive landscape in the hospitality and dining sectors.
Only compatible with Hotel and Restaurant URLs.
Parameters
No additional parameters are required for this action.
Output Fields
The action returns a variety of fields with detailed information about the TripAdvisor profile:
The address of the establishment
List of available amenities
Awards received by the establishment
Detailed breakdown of grades
Categories the establishment belongs to
Description of the establishment
Additional details about the establishment
Contact email of the establishment
Overall grade of the establishment
URLs of images related to the establishment
Name of the establishment
Neighborhood where the establishment is located
Opening hours of the establishment
Price range of the establishment
List of service providers
Ranking of the establishment
Star rating of the establishment
Website URL of the establishment
Below is the JSON schema for the output fields:
{
"address" : "string" ,
"amenities" : "array" ,
"awards" : "array" ,
"breakdown_grade" : "object" ,
"categories" : "array" ,
"description" : "string" ,
"details" : "object" ,
"email" : "string" ,
"grade" : "string" ,
"hidden_amenities" : "array" ,
"img_urls" : "array" ,
"name" : "string" ,
"neighborhood" : "string" ,
"number_reviews" : "integer" ,
"open_hours" : "object" ,
"phone" : "string" ,
"price_range" : "string" ,
"providers" : "array" ,
"ranking" : "string" ,
"stars" : "integer" ,
"website" : "string"
}
This action is specifically designed for extracting data from TripAdvisor
hotel and restaurant profiles.