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.
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 |
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}
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]
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!