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

127

Total users

9.8K

Monthly users

351

Runs succeeded

96%

Issues response

22 hours

Last modified

2 days ago

HU

Question - Will the scraper return duplicate results between scraping iterations?

Closed

Huntehhh opened this issue
22 days ago

If I were to query the same thing in multiple scrape iterations, would I be returned duplicate data that I have already received?

If so, what is the best way to avoid receiving duplicate data?

lukas.prusa avatar

Hi, thanks for opening this issue!

Unfortunately not really. Since this functionality is not available on TripAdvisor natively, it would be very costly and inefficient for us to manually create it on our end. We would still have to go through all the results, just to filter out a few new ones each time.

Ideally this should be done on the users end with their database, to filter out results by whatever other advanced criteria they may want.

If there is a feature on TripAdvisor, or something that could be easily added on our end, which we could use for filtering results like that then please let us know :) For example for TripAdvisor reviews, we have our own lastReviewDate feature, which allows the user to get reviews only up until a specific date. We need the sorting-by-latest for that on TripAdvisor though, and I'm not aware of such feature being on the site for listings.

I hope this helps, thanks and happy scraping!