Tripadvisor Reviews Scraper avatar

Tripadvisor Reviews Scraper

Try for free

Pay $2.00 for 1,000 reviews

Go to Store
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.

Developer
Maintained by Apify

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

Categories
EV

Crawler does not return value for urls

Closed
everguest opened this issue
a month ago

Hi,

We tried to use Tripadvisor actor to scrape the following urls, but it does not return any result for these urls:

  1. https://www.tripadvisor.com/Attraction_Review-g295424-d676922-Reviews-Burj_Khalifa-Dubai_Emirate_of_Dubai.html

  2. https://www.tripadvisor.com/Restaurant_Review-g274887-d6691676-Reviews-Mazel_Tov-Budapest_Central_Hungary.html

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

lukas.prusa avatar

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 and ownerResponse.connectionToSubject fields

I will keep you updated here, thanks!

lhotanok avatar

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}
EV

everguest

23 days ago

Thank you for bug fixing and fast reply.