This task allows to extract reviews from any page listed on Trip Advisor.
Inputs
- Go To Trip Advisor
- Navigate to the page of a
Hotel
or aRestaurant
or anAttraction
. - Copy the URL from your browser
- Paste it to the provided field(s)
You can add as many URLs as you want.
A profile URL looks like this one https://www.tripadvisor.fr/Hotel_Review-g187147-d188742-Reviews-Hotel_Barriere_Le_Fouquet_s_Paris-Paris_Ile_de_France.html.
For a restaurant it would look like https://www.tripadvisor.fr/Restaurant_Review-g187147-d19318900-Reviews-La_Table_de_Colette-Paris_Ile_de_France.html.
Parameters
You can customize the extraction using the following parameters:
- Max Results (
max_results)
limits the number of reviews collected by input to this number- type :
integer
- example of value: 3
- type :
- Max Days (
max_days
) only collects reviews from the last given number of days- type :
integer
- example of value: 7 which will collect reviews from the past week only
- type :