Tripadvisor Reviews Scraper avatar
Tripadvisor Reviews Scraper

Pricing

$2.00 / 1,000 reviews

Go to Store
Tripadvisor Reviews Scraper

Tripadvisor Reviews Scraper

Developed by

Maximillian Copelli

Maximillian Copelli

Maintained by Apify

Get and download reviews for chosen places on Tripadvisor. Extract the review text, URL, rating, date of travel, published date, basic reviewer info, owner's response, helpful votes, images, review language, place details. Download reviews in XML, JSON, CSV.

4.3 (6)

Pricing

$2.00 / 1,000 reviews

87

Total users

4.1k

Monthly users

416

Runs succeeded

>99%

Issues response

0.38 hours

Last modified

22 days ago

TP

Individual Rating Score Request

Closed

tasty_providence opened this issue
a year ago

Is it possible to collect the indiviual ratings score pertaining to Location Cleanliness, Service and Value. Its one of the main requirements to conduct in-depth analysis.

lukas.prusa avatar

Hi Sojem,

thanks a lot for the suggestion! This feature is already extracted by the scraper ;)

You can find it under the subratings output field. You will have to selected All fields in the output to see it.

I hope this helps, thanks and happy scraping!

TO

tasty_providence-owner

a year ago

All I see is the rating histogram, which gives the count. Is that what you mean?

lukas.prusa avatar

I believe you are referring to placeInfo.ratingHistogram, right? e.g.:

"ratingHistogram": {
"count1": 69,
"count2": 84,
"count3": 185,
"count4": 587,
"count5": 1323
}

Please take a closer look at the output again, there is a field called subratings. e.g.:

[
{
"name": "Value",
"value": 5
},
{
"name": "Rooms",
"value": 4
},
{
"name": "Location",
"value": 5
},
{
"name": "Cleanliness",
"value": 5
},
{
"name": "Service",
"value": 5
},
{
"name": "Sleep Quality",
"value": 5
}
]
TO

tasty_providence-owner

a year ago

Hey Lukas,

You were right and sorry about that, thank you for pointing that out.

lukas.prusa avatar

No problem. I'm happy to have helped you ;)