
Booking Reviews Scraper
voyager/booking-reviews-scraper
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.
Hotel URLs
startUrls
array
Required
URLs of hotels to scrape reviews from. If you add any userData, it will be included in each review for given hotel under the key customData
Maximum reviews per hotel
maxReviewsPerHotel
integer
Optional
Maximum number of reviews to scrape per hotel
Default value of this property is
9999999
Sort reviews by
sortReviewsBy
Enum
Optional
Review attribute by which the reviews will be ordered
Value options:
Default value of this property is
"f_relevance"
Review scores filter
reviewScores
array
Optional
Filter reviews by their score, as shown on Booking.com
Default value of this property is
["ALL"]