Booking Hotels Reviews Scraper avatar
Booking Hotels Reviews Scraper

Pricing

Pay per event

Go to Apify Store
Booking Hotels Reviews Scraper

Booking Hotels Reviews Scraper

Scrape reviews from any Booking.com listing. Get review scores, positive/negative feedback, guest details, room types, and stay information. Just provide the listing URL. Fast, reliable, no browser needed.

Pricing

Pay per event

Rating

0.0

(0)

Developer

Agenscrape

Agenscrape

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

13 hours ago

Last modified

Categories

Share

Booking.com Reviews Scraper

Extract guest reviews from any Booking.com hotel or property listing. Get comprehensive review data including scores, guest feedback, room details, and stay information.

Features

  • Scrape reviews from any Booking.com property URL
  • Detailed review data: scores, positive/negative feedback, titles
  • Guest information: username, country, traveler type
  • Stay details: room type, stay date, number of nights
  • Fast and efficient - no browser automation needed
  • Results delivered incrementally as they're scraped

Input

FieldTypeDescription
listingUrlstringThe Booking.com hotel/property URL to scrape reviews from
maxResultsintegerMaximum number of reviews to retrieve (default: 100)

Output

Each review contains:

FieldDescription
hotelNameName of the property
reviewScoreNumerical score (1-10) given by the guest
reviewDateWhen the review was posted (e.g., "November 18, 2025")
titleReview headline/title
positiveTextWhat the guest liked
negativeTextWhat the guest didn't like
languageLanguage code of the review
guestUsernameReviewer's display name
guestCountryReviewer's country
guestCountryCodeCountry code
guestTypeType of traveler (Family, Couple, Solo traveler, Group)
isAnonymousWhether the reviewer is anonymous
roomTypeType of room booked
stayDateWhen the guest stayed (e.g., "September 2025")
numNightsNumber of nights stayed

Example Output

{
"hotelName": "Homewood Suites by Hilton Myrtle Beach Oceanfront",
"reviewScore": 10,
"reviewDate": "November 18, 2025",
"title": "Loved every bit of it! Will be visiting again soon!",
"positiveText": "Everything was perfect - great location, wonderful staff, amazing breakfast buffet!",
"negativeText": "",
"language": "en-us",
"guestUsername": "Jennifer",
"guestCountry": "United States",
"guestCountryCode": "",
"guestType": "Couple",
"isAnonymous": false,
"roomType": "King Studio with Balcony and Ocean view",
"stayDate": "September 2025",
"numNights": 3
}

Usage Tips

  • Use the full Booking.com hotel page URL (e.g., https://www.booking.com/hotel/us/hotel-name.html)
  • Results are sorted by most relevant by default
  • Data is pushed to the dataset incrementally in batches, so you can start processing results while scraping continues