Tripadvisor Reviews Scraper avatar

Tripadvisor Reviews Scraper

Try for free

Pay $2.00 for 1,000 reviews

View all Actors
Tripadvisor Reviews Scraper

Tripadvisor Reviews Scraper

maxcopell/tripadvisor-reviews
Try for free

Pay $2.00 for 1,000 reviews

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.

Do you want to learn more about this Actor?

Get a demo
TP

Individual Rating Score Request

Closed

tasty_providence opened this issue
5 months 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

5 months 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.:

1"ratingHistogram": {
2    "count1": 69,
3    "count2": 84,
4    "count3": 185,
5    "count4": 587,
6    "count5": 1323
7  }

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

1[
2  {
3    "name": "Value",
4    "value": 5
5  },
6  {
7    "name": "Rooms",
8    "value": 4
9  },
10  {
11    "name": "Location",
12    "value": 5
13  },
14  {
15    "name": "Cleanliness",
16    "value": 5
17  },
18  {
19    "name": "Service",
20    "value": 5
21  },
22  {
23    "name": "Sleep Quality",
24    "value": 5
25  }
26]
TO

tasty_providence-owner

5 months 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 ;)

Developer
Maintained by Apify
Actor metrics
  • 298 monthly users
  • 29 stars
  • 99.3% runs succeeded
  • 3.1 days response time
  • Created in Jan 2023
  • Modified 3 days ago
Categories