Booking Hotels Reviews Scraper
Pricing
Pay per event
Go to Apify Store

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
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
| Field | Type | Description |
|---|---|---|
| listingUrl | string | The Booking.com hotel/property URL to scrape reviews from |
| maxResults | integer | Maximum number of reviews to retrieve (default: 100) |
Output
Each review contains:
| Field | Description |
|---|---|
| hotelName | Name of the property |
| reviewScore | Numerical score (1-10) given by the guest |
| reviewDate | When the review was posted (e.g., "November 18, 2025") |
| title | Review headline/title |
| positiveText | What the guest liked |
| negativeText | What the guest didn't like |
| language | Language code of the review |
| guestUsername | Reviewer's display name |
| guestCountry | Reviewer's country |
| guestCountryCode | Country code |
| guestType | Type of traveler (Family, Couple, Solo traveler, Group) |
| isAnonymous | Whether the reviewer is anonymous |
| roomType | Type of room booked |
| stayDate | When the guest stayed (e.g., "September 2025") |
| numNights | Number 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