Tripadvisor Reviews Scraper avatar
Tripadvisor Reviews Scraper

Pricing

$2.00 / 1,000 reviews

Go to Store
Tripadvisor Reviews Scraper

Tripadvisor Reviews Scraper

Developed by

Maximillian Copelli

Maximillian Copelli

Maintained by Apify

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.

4.3 (6)

Pricing

$2.00 / 1,000 reviews

91

Total users

4.3K

Monthly users

416

Runs succeeded

>99%

Issues response

0.38 hours

Last modified

8 hours ago

TH

Feature request: date range

Closed

thehoster opened this issue
2 years ago

Could it be possible to scrape reviews from a data range? As of the moment you set the date and scrape from that day until the most recent. It would be awesome to also be able to select a date range.

Thank you

mvolfik avatar

Hi, unfortunately, this is something we are unlikely to support, because Tripadvisor website itself doesn't allow filtering of reviews by date.

To explain - the filter of "reviews newer than XYZ" is implemented using the "Most recent" sorting on Tripadvisor: we start scraping from the newest, and then stop when we start getting reviews older than the selected date. To implement what you are requesting, the scraper would need to do the same amount of work (going through all the pages from the beginning), but simply discard the scraped data until the reviews match the filter.

Therefore the best you can do now is select the lower limit in the scraper, and filter out reviews newer than the upper limit in some postprocessing. I hope this helps. I'll leave this feature request open, if more users voice their interest in this, we'll try to figure out if we can do something better.