Booking Search Scraper
2 hours trial then $19.99/month - No credit card required now
Booking Search Scraper
2 hours trial then $19.99/month - No credit card required now
Scrape detailed hotel information from Booking.com search results pages. Extract hotel details including name, location, ratings, photos, and sustainability information with customizable search parameters.
Booking.com Search Results Scraper 🏨
🎯 Features
- Scrapes hotel listings from Booking.com search results pages
- Extracts comprehensive hotel data including:
- Hotel name and unique ID
- Location details (city, address, country)
- Star rating and user ratings
- Hotel photos (low and high resolution)
- Sustainability information
- Property status (newly opened, closed, sold out)
- Property type and description
- Professional host status
📋 Use Cases
- Market research and competitive analysis
- Travel industry data collection
- Hotel price monitoring
- Sustainability tracking
- Property availability monitoring
💡 Input Parameters
The actor accepts the following input parameters:
Parameter | Type | Description |
---|---|---|
searchUrl | String | Booking.com search results URL with your desired filters |
maxItems | Integer | Maximum number of items to scrape |
🔍 Sample Usage
- Get the search URL from Booking.com by performing a search with your desired filters
- Paste the URL into the actor's input
- Set your desired maximum number of items
- Run the actor and collect your data!
Input Example
A full explanation of an input example in JSON.
1{ 2 "searchUrl": "https://www.booking.com/searchresults.html?label=gen173nr-1FCAEoggI46AdIM1gEaDGIAQGYATG4AQfIAQzYAQHoAQH4AQKIAgGoAgO4ApWtxbkGwAIB0gIkYWFkZjkyMTktNDFlOC00MzcyLTg2MzAtNGUzZDY0MmMzYzY02AIF4AIB&aid=304142&ss=Langkawi&ssne=Langkawi&ssne_untouched=Langkawi&lang=en-us&src=index&dest_id=3288&dest_type=region&group_adults=2&no_rooms=1&group_children=0&nflt=class%3D4", 3 "maxItems": 50 4}
Output sample
The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:
And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.
1[ 2 { 3 "id": 9003855, 4 "name": "Wings by Croske Resort Langkawi", 5 "type": 204, 6 "location": { 7 "city": "Langkawi", 8 "address": "Jalan LIMA, Padang Matsirat, 07100 Jalan Pantai Cenang, Langkawi, Kedah Malaysia", 9 "countryCode": "my", 10 "displayLocation": "Pantai Cenang" 11 }, 12 "rating": {}, 13 "starRating": 4, 14 "mainPhoto": { 15 "lowRes": "/xdata/images/hotel/square240/471608998.webp?k=156b731af96f6413adf0537d1f2287c8436a87223a59a5d8a8ac596eea7ce952&o=", 16 "highRes": "/xdata/images/hotel/square600/471608998.webp?k=156b731af96f6413adf0537d1f2287c8436a87223a59a5d8a8ac596eea7ce952&o=" 17 }, 18 "sustainability": { 19 "isSustainable": true, 20 "tier": "GOLD", 21 "levelId": "L3" 22 }, 23 "isNewlyOpened": false, 24 "isClosed": false, 25 "isSoldOut": false, 26 "description": "Wings by Croske Resort Langkawi bevindt zich in Pantai Cenang, op 1,7 km van Kuala Muda Beach, en biedt accommodatie met een buitenzwembad, gratis privéparkeren, een fitnesscentrum en een tuin. ", 27 "isPreferred": true, 28 "isPreferredPlus": true, 29 "hostTraderLabel": "PROFESSIONAL" 30 }, 31 ... 32]