Booking Search Scraper

Booking Search Scraper

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.

TRAVELApify

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:

ParameterTypeDescription
searchUrlStringBooking.com search results URL with your desired filters
maxItemsIntegerMaximum number of items to scrape

🔍 Sample Usage

  1. Get the search URL from Booking.com by performing a search with your desired filters
  2. Paste the URL into the actor's input
  3. Set your desired maximum number of items
  4. 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]

Frequently Asked Questions

Is it legal to scrape job listings or public data?

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.

Do I need to code to use this scraper?

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.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

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!