Tripadvisor Scraper avatar
Tripadvisor Scraper

Pricing

$3.00 / 1,000 results

Go to Store
Tripadvisor Scraper

Tripadvisor Scraper

Developed by

Maximillian Copelli

Maximillian Copelli

Maintained by Apify

This unofficial Tripadvisor API is a data extraction tool able to get data on hotels, restaurants, things to do, vacation rentals, attractions, tours, and public trips. Get pricing, contact details, amenities, awards, ratings, and more. Download your data in Excel, JSON, CSV, and other formats.

4.8 (9)

Pricing

$3.00 / 1,000 results

118

Total users

9.1k

Monthly users

799

Runs succeeded

99%

Issue response

1.3 days

Last modified

4 days ago

GC

Give a warning when the scraper gets fewer results than what is on the input webpage

Closed

gmp_comm opened this issue
a month ago

The logger shows how many results are shown on the webpage.

Enqueued 338 new restaurant detail requests (out of 338 requests)

But sometimes when the run finishes it returns less results. Is it possible to show a warning about what has happened and why did it get fewer results?

I am running many tasks and manually checking each one of them if they got the expected results in tedious.

lukas.prusa avatar

Hi, thanks for opening this issue!

It seems like we are getting and sequentially deduplicating places that we get from the search page. We will look into it and fix this issue to get consistently all results.

Otherwise, no, there is no option to get a notification or some warning if it doesn't get all results. Essentially, even the results count shown on TripAdvisor is a point of failure that could result us in getting wrong results.

I will keep you updated here, thanks!

zuzka avatar

Hey, we checked what is the reason why this is happening and Tripadvisor sometimes/often does not deduplicate (or more likely intentionally duplicates) the result, but the Actor only get these results once. So even if we are "promised" 100 results by tripadvisor, we might only get 85 unique items.