Booking Reviews Scraper
Try for free
Pay $2.00 for 1,000 reviews
View all Actors
Booking Reviews Scraper
voyager/booking-reviews-scraper
Try for free
Pay $2.00 for 1,000 reviews
Scraper to get reviews from hotels, apartments and other accommodations listed on the Booking.com portal. Extract data using hotel URLs for review text, ratings, stars, basic reviewer info, length of stay, liked/disliked parts, room info, date of stay and more. Download in JSON, HTML, Excel, CSV.
Do you want to learn more about this Actor?
Get a demo2024-01-29 (0.0.29)
Features
- Added support for setting a date limit for oldest/newest review to scrape when sorting by Newest/Oldest first, respectively
2023-12-11 (0.0.25)
Fixed
- Updated scraping selectors to avoid duplicated review titles
2023-11-10 (0.0.20)
Features
- Added extraction of:
- review's images (
images
) - review's user avatar image (
userAvatar
)
- review's images (
2023-10-28 (0.0.19)
Features
- Added review traveler type extraction under the
travelerType
output field
2023-09-18 (0.0.16)
Features
- Added option to filter reviews by rating, with the same options as offered on Booking.com: Superb (9+), Good (7-9), Passable (5-7), and Poor (3-5).
Other
- Set fixed Actor memory to 2 GB - this value provides optimal performance and cost.
2023-09-09 (0.0.14)
Features
- Added country code to hotel ID to make the ID unique across countries
2023-09-05 (0.0.13)
Features
- Added review property response extraction
2023-09-01 (0.0.12)
Features
- Added review original language extraction, which tells you the language of the review
- Added under field
reviewOriginalLanguage
- Added under field
2023-08-11 (0.0.11)
Features
- Added review sorting selection, which you can use to sort the reviews by:
- "Most relevant", "Newest first", "Oldest first", "Highest scores" and "Lowest scores"
2023-06-22 (0.0.9)
Fixes
- Fixed issue: hotels with few reviews were failing due to missing pagination (error
Invalid array length
)