Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1020 Bytes

CHANGELOG.md

File metadata and controls

25 lines (14 loc) · 1020 Bytes

2024-01-02 (0.0.15)

Added

  • Support other domains of Expedia group, such as expedia.it, expedia.com.tw, de.hotels.com or hoteis.com.

2023-10-25 (0.0.13)

Added

  • Input option minDate: if you select sorting by Most recent, this option will stop scraping after encountering reviews older than the given date.

2023-09-14 (0.0.11)

Fixes

  • Fixed hotelId detection for hotels.com (Actor was previously failing with Error: Could not extract hotel ID from https://www.hotels.com/...

2023-09-14 (0.0.9)

Added

  • Input option sortBy: sort reviews by Most relevant, Most recent or Highest/lowest rating
    Note: setting this will not affect the order of reviews in the dataset, since review items are scraped in parallel, so later pages might finish before previous ones. However, it helps in the case you are limiting maximum number of reviews per hotel.
  • Output field reviewPosition: indicates how the review was ranked (starting with 1, counted across all pages)