
Tripadvisor Reviews Scraper
Pay $2.00 for 1,000 reviews

Tripadvisor Reviews Scraper
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.
Actor Metrics
410 Monthly users
4.4 / 5 (5)
73 bookmarks
>99% runs succeeded
5.7 days response time
Created in Jan 2023
Modified 2 days ago
Crawler does not return value for urls
Hi,
We tried to use Tripadvisor actor to scrape the following urls, but it does not return any result for these urls:
We check the urls and they have reviews on Tripadvisor.
Furthermore, we checked the logs made by the actor and we recognised an error log. I have enclosed a photo about the error log.
Thank you

Hi, thanks for opening this issue!
I can confirm, there seems to be some bug in the crawling. It's for sure tied to our recent changes to it, clearly it fails for some specific hotels for whatever reason. We will investigate and fix this :)
In the meantime, please keep using the previous 0.0.100
version - Run Options -> Build -> 0.0.100
. It's pretty much the same thing, there have only been some small bug fixes in the latest version. Changelog:
- Fixed extraction of review's
ownerResponse
field, which was sometimes getting already removed responses- Also fixed the
ownerResponse.responder
andownerResponse.connectionToSubject
fields
- Also fixed the
I will keep you updated here, thanks!

Hi, the issue has been resolved! You can now use the latest
version of the scraper again.
Here’s an example test run: https://console.apify.com/view/runs/rwAb7HoArUde8eiNj
Test input:
1{ 2 "maxItemsPerQuery": 500, 3 "reviewRatings": [ 4 "ALL_REVIEW_RATINGS" 5 ], 6 "reviewsLanguages": [ 7 "ALL_REVIEW_LANGUAGES" 8 ], 9 "scrapeReviewerInfo": true, 10 "startUrls": [ 11 { 12 "url": "https://www.tripadvisor.com/Attraction_Review-g295424-d676922-Reviews-Burj_Khalifa-Dubai_Emirate_of_Dubai.html", 13 "method": "GET" 14 }, 15 { 16 "url": "https://www.tripadvisor.com/Restaurant_Review-g274887-d6691676-Reviews-Mazel_Tov-Budapest_Central_Hungary.html", 17 "method": "GET" 18 } 19 ], 20 "lastReviewDate": "" 21}
everguest
Thank you for bug fixing and fast reply.