Booking.com Hotel Scraper - $2/1k, Prices & Availability avatar

Booking.com Hotel Scraper - $2/1k, Prices & Availability

Pricing

from $2.00 / 1,000 hotel scrapeds

Go to Apify Store
Booking.com Hotel Scraper - $2/1k, Prices & Availability

Booking.com Hotel Scraper - $2/1k, Prices & Availability

Scrape public Booking.com accommodation search results with hotel names, prices, guest scores, review counts, cancellation signals, property IDs, images, and URLs.

Pricing

from $2.00 / 1,000 hotel scrapeds

Rating

0.0

(0)

Developer

Md Jakaria Mirza

Md Jakaria Mirza

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

3

Monthly active users

20 hours ago

Last modified

Categories

Share

Booking.com Hotel Scraper: Prices & Availability

Scrape Booking.com hotel and accommodation search results for travel market research, price monitoring, and competitor analysis. The actor searches one or more destinations for a date range, extracts clean property records, deduplicates by Booking.com property ID, and saves the results to an Apify Dataset. Export to JSON, CSV, Excel, or HTML, or pull via the Apify API. No login and no API key required.

For the first run, start with one destination, the default maxResults: 25, and Apify Proxy enabled. Dates are optional; when omitted, the Actor searches a one-night stay beginning 30 days after the run date. A Booking.com results page costs the same to fetch whether you keep 1 property or 25, so maxResults: 25 is the best value per result and is the recommended starting point.

Each clean hotel record is saved through the hotel-scraped pay-per-event flow, so output is only kept when the result event charge is accepted. The actor skips incomplete cards that do not expose a property name and Booking.com hotel URL, so the dataset avoids empty placeholder rows.

Features

  • Multiple destinations in one run
  • Explicit or automatically generated future check-in and check-out dates
  • Adults, rooms, currency, review score, and property type inputs
  • Pagination up to 500 properties per destination
  • Datacenter-first proxy with automatic residential fallback, plus custom proxy support
  • Bounded retry/session handling that avoids long blocked-page loops
  • Machine-readable run summary in the OUTPUT key-value-store record
  • Null fallbacks for fields that Booking.com does not expose on every search card

Data Extracted

FieldDescription
propertyIdBooking.com hotel slug or property ID
hotelNameProperty name
destinationDestination used for the search
starRatingStar rating when exposed
guestReviewScoreGuest review score from 0 to 10
reviewCountNumber of reviews
totalPriceTotal stay price for the searched dates
pricePerNightCalculated or exposed nightly price
originalPriceOriginal price before discount when exposed
discountPercentageDiscount percentage when calculable
currencyRequested currency
freeCancellationFree cancellation signal from the card
city / countryParsed from destination input
distanceFromCityCenterDistance text from Booking.com
propertyUrlClean direct Booking.com hotel URL
thumbnailImageUrlProperty thumbnail image URL
sustainabilityBadgeSustainability badge signal
geniusDiscountGenius discount signal
scrapedAtISO timestamp

Use Cases

  1. Hotel price monitoring across cities and dates
  2. Travel app and comparison-site data enrichment
  3. Hospitality competitor research
  4. Market research by review score, price, and destination
  5. Accommodation data collection for travel market research

Pricing and cost control

This Actor uses Apify Pay Per Event pricing. The live Store configuration charges a small Actor start event and then charges hotel rows only when clean records are saved to the dataset.

EventPriceWhen charged
apify-actor-start$0.00005 per GBWhen the run starts, minimum one event
hotel-scraped$0.002For each clean hotel record saved

That works out to $2.00 per 1,000 hotels, and there is effectively no per-run fee: the start event is $0.00005, not the $0.01 to $0.10 per-run charge several comparable Booking.com scrapers apply. Small test runs therefore cost almost nothing, and you are not penalised for checking output before scaling up.

The current live pricing does not expose a separate per-destination search event. Hotel records are saved through the hotel-scraped event, and the run stops when the user's maximum cost limit is reached. Platform usage is not passed on to you; it is covered by the price above.

Cost-control tips:

  • Start with one destination.
  • Use a one-night future date range for your first test.
  • Keep the default maxResults: 25 for the first test run: it is one results page, the same fetch cost as a single result, and gives the lowest cost per property.
  • Leave minReviewScore at 0 for the broadest first test; add 7 or higher after output looks right.
  • Keep Apify Proxy enabled for cloud runs. Runs start on the cheaper datacenter pool and retry automatically on residential if Booking.com blocks it. Direct Apify cloud traffic is rejected early because Booking.com presents a verification challenge.
  • Avoid maxResults: 1. One search page is fetched either way, so a single-result run pays a full page of proxy transfer for one row. Values of 25 amortize that fetch across many properties.
  • Increase destinations and result limits only after a small run returns the expected data.
  • Runtime memory defaults to 1 GB and can be raised to 2 GB for larger batches.

Input

FieldTypeRequiredDefaultDescription
destinationsarrayyes["London, United Kingdom"]One or more destinations to search. Use one destination for tests.
checkInstringno30 days after runOptional future check-in date in YYYY-MM-DD format.
checkOutstringnoone night after check-inOptional future check-out date in YYYY-MM-DD format. Must be after check-in.
adultsintegerno2Number of adults per room.
roomsintegerno1Number of rooms to search for.
propertyTypesarrayno[]Optional property type filters. Leave empty for all accommodation types.
minReviewScorenumberno0Optional guest review score threshold.
maxResultsintegerno25Maximum properties per destination, up to 500. The default is the measured yield of one results page and the best cost per property. Values above 25 per destination may not return more properties today; add destinations instead.
currencystringnoUSDDisplay currency for prices.
proxyConfigurationobjectnoApify ProxyApify proxy settings. Leave groups empty to start on the cheaper datacenter pool with an automatic residential retry.

Input Example

{
"destinations": ["London, United Kingdom"],
"adults": 2,
"rooms": 1,
"minReviewScore": 0,
"maxResults": 25,
"currency": "USD",
"proxyConfiguration": {
"useApifyProxy": true
}
}

To search specific dates, add checkIn and checkOut in YYYY-MM-DD format. Otherwise the dynamic one-night default remains future-safe for saved tasks and automated QA.

How to Scrape Booking.com Hotels (Step by Step)

  1. Click Try for free / Run.
  2. Enter one destination. Optionally provide future checkIn / checkOut dates.
  3. Set adults, rooms, and currency, and leave maxResults at the default 25.
  4. Optionally filter by propertyTypes and minReviewScore, then click Run.
  5. When the run finishes, export results to JSON, CSV, Excel, or HTML, or pull them via the Apify API.

Output dataset

The default Hotel Records dataset view is designed for quick export to CSV, Excel, JSON, or API workflows. It shows the most useful booking research fields first: destination, hotel name, stars, guest score, review count, total price, nightly price, currency, city/country, distance from city center, cancellation signal, property URL, property ID, and scraped timestamp. Original price, discount percentage, thumbnail, sustainability, and Genius signals remain available in full JSON when Booking.com exposes them.

The default key-value store also contains an OUTPUT record with status, results, failedRequests, destination counts, and spendingLimitReached. This makes schedules and integrations easier to monitor without parsing logs.

The following row came from a successful one-result London run on July 29, 2026.

{
"propertyId": "radissonblubloomsbury",
"hotelName": "Radisson Blu Hotel, London Bloomsbury",
"starRating": 4,
"guestReviewScore": 7.9,
"reviewCount": 4665,
"city": "London",
"country": "United Kingdom",
"distanceFromCityCenter": "1.1 km from downtown",
"totalPrice": 268,
"pricePerNight": 268,
"originalPrice": 298,
"discountPercentage": 10,
"currency": "USD",
"freeCancellation": false,
"propertyUrl": "https://www.booking.com/hotel/gb/radissonblubloomsbury.html",
"thumbnailImageUrl": "https://cf.bstatic.com/xdata/images/hotel/square240/825877231.webp?k=2c78396ced2c2810e1c00a0a57cc901e1bd41d75e1c5fc46655bed6d7331ab93&o=",
"sustainabilityBadge": true,
"geniusDiscount": false,
"destination": "London, United Kingdom",
"scrapedAt": "2026-07-29T07:42:45.759Z"
}

Technical Details

  • Runtime: Node.js 20 on apify/actor-node-playwright-chrome:20
  • Scraping engine: Crawlee PlaywrightCrawler (Heavily Optimized)
  • Proxy: Apify datacenter pool first with an automatic residential retry, or a suitable custom proxy; unproxied Apify cloud runs fail early
  • Retry policy: up to two fast retries/session rotations for blocked responses
  • Browser safety: one concurrent page, 30 requests per minute, 45-second navigation timeout, and pagination capped at 40 pages per destination. Media, fonts, styles, and common analytics requests are blocked to reduce transfer and memory use.
  • Storage: Apify Dataset
  • Charge model: Actor.pushData(record, "hotel-scraped") per saved hotel

Notes

  • Booking.com can vary card fields by market, destination, availability, and experiment. Unavailable fields are returned as null.
  • The default Apify table view focuses on populated search-result fields. Full JSON includes the complete runtime record shown above.
  • This actor collects search result card data, not every detail available on individual hotel detail pages.
  • Data is for research and business intelligence, not booking, legal, or financial advice.

Responsible Use

This Actor is intended for lawful collection of publicly available information only. Users are responsible for ensuring their use complies with the source website's terms, robots.txt, applicable privacy laws, including India's DPDP Act, and all local regulations.

Do not use this Actor to collect, store, sell, or misuse personal data without a lawful basis. The Actor author is not responsible for misuse by end users.