Booking.com Occupancy Scraper — Room Rates & Calendar avatar

Booking.com Occupancy Scraper — Room Rates & Calendar

Pricing

from $3.49 / 1,000 hotel calendars

Go to Apify Store
Booking.com Occupancy Scraper — Room Rates & Calendar

Booking.com Occupancy Scraper — Room Rates & Calendar

Booking.com occupancy scraper for public room rates and availability calendars. Paste hotel URLs or a city search and export occupancy % (30/90 days), sold-out nights, nightly rates, and lead room inventory as JSON — a Booking.com calendar API alternative for revenue teams.

Pricing

from $3.49 / 1,000 hotel calendars

Rating

0.0

(0)

Developer

Andrej Kiva

Andrej Kiva

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Disclaimer: Unofficial tool for publicly accessible Booking.com hotel calendars and lead room rates. Booking.com is a trademark of Booking Holdings Inc. Not affiliated with, sponsored by, or endorsed by Booking.com. For informational, research, revenue-management, and market-analysis use only. Respect applicable terms of use and law.

Booking.com scraper for the public availability calendar and lead room rates — a practical Booking.com occupancy scraper, Booking.com calendar scraper, and Booking.com API alternative. Paste hotel URLs or IDs, a search URL, or a city. Export occupancy % (30 / 60 / 90 / 365 days), sold-out nights, cheapest nightly rates, min-stay, optional lead room inventory, and booking-pace deltas as a JSON dataset. Call from Python, Node.js, cURL, or Apify MCP / AI assistants.

Built for hotel revenue managers, comp-set tracking, OTA rate shopping, and demand research. No Booking.com account required. This is not a dump of search cards for a single stay.

Booking.com occupancy (hotel calendars)Airbnb occupancy (STR calendars)Idealista (long-term ES/IT/PT)
Booking.com Occupancy Scraper ◄── you are hereAirbnb Occupancy ScraperIdealista Scraper

When to use this Actor

  • You need a Booking.com occupancy monitor / Booking.com room rates scraper that returns structured JSON
  • You already know hotel URLs (portfolio / comp set) or have a city / search URL
  • You want sold-out nights, occupancy 30/90, and a forward rate calendar — not a generic hotel-card dump
  • You want to scrape Booking.com calendars with Python, Node.js, or MCP and export a dataset

When not to use this Actor

  • Historical occupancy — Booking.com only exposes a forward calendar (chunked; this Actor reads up to 366 days)
  • Every room type × every date — the public calendar is the cheapest available rate and property sold-out flag. Lead room names come from a reference stay, not a 90-day room-type matrix
  • Guest PII, reservations, or extranet — public calendar and search fields only
  • Short-term rental occupancy on Airbnb — use Airbnb Occupancy Scraper
  • Whole-market 10k-hotel crawls in one run — cap with maxHotels and schedule by neighborhood

Key Features

  • Hotel URLs, slugs, or IDs/hotel/fr/royal-saint-michel.html, gb/gardencourthotel, or numeric IDs
  • Search / location discovery — paste a Booking.com search URL or type Paris, France to take search pages, then pull calendars
  • Forward calendar — 1–366 days of available / sold-out, min stay, cheapest nightly rate
  • Occupancy windows — 30 / 60 / 90 / 365-day sold-out rates plus horizon totals
  • Lead rooms — room name, occupancy, meal plan, stay price, and sold-out for a reference check-in
  • Booking pace — schedule the Actor with monitor: true and a stable monitorStoreName (named Key-Value store). First run is the baseline; later runs emit newly sold-out / newly opened nights
  • Honest metricsunavailableRate and occupancyEstimate are the same calendar signal (property sold-out, not remaining rooms of each type)
  • HTTP JSON path — Chrome TLS impersonation + public GraphQL; no Playwright
  • Apify Proxy ready — datacenter is usually enough; residential if challenged
  • MCP / AI ready — call from assistants via Apify MCP

Use Cases

Use caseWhat you get
Comp-set occupancyForward sold-out % for rival hotels in your market
Booking paceNights that flipped sold-out (or opened) since the last scheduled run
Rate calendarCheapest public nightly rate per date, plus ADR / min / max
Lead room snapshotNamed room type and stay price for a reference occupancy
Demand screening30/90-day occupancy windows + stars / review score
Market snapshotFirst pages of a city search, then calendars for each hotel

Quick Start

Known hotels:

{
"hotels": ["https://www.booking.com/hotel/fr/royal-saint-michel.html"],
"lookAheadDays": 90,
"includeCalendar": true,
"includeRooms": true,
"currency": "USD"
}

City search (hotels, then calendars):

{
"location": "Paris, France",
"lookAheadDays": 90,
"maxHotels": 20,
"includeHotelDetails": true
}

Scheduled booking-pace monitor:

{
"hotels": ["gb/gardencourthotel"],
"lookAheadDays": 90,
"monitor": true,
"monitorStoreName": "booking-occupancy-monitor",
"includeCalendar": false
}

Input Parameters

ParameterTypeDefaultDescription
hotelsArrayHotel URLs, cc/pagename slugs, or numeric IDs
startUrlsArrayHotel URLs and/or Booking.com search URLs
locationStringCity / area used to resolve a destination
lookAheadDaysInteger90Forward nights (1–366)
maxHotelsInteger25Cap (0 = unlimited)
checkInDate / checkOutDateString~+14d / +1 nightReference stay for lead rooms
adults / children / roomsInteger2 / 0 / 1Occupancy sent to Booking.com
includeHotelDetailsBooleantrueName, city, stars, reviews
includeRoomsBooleantrueLead room for the reference stay
includeCalendarBooleantruePer-day calendar[] array
monitorBooleanfalseBooking-pace vs previous run (needs named store)
monitorStoreNameStringbooking-occupancy-monitorNamed KV store for pace snapshots
currencyStringUSDISO code
proxyConfigurationObjectApify datacenterResidential if challenged

Output Format

Each dataset item is one hotel (or an error row if that hotel failed).

FieldTypeDescription
hotelIdIntegerBooking.com hotel id
hotelUrlStringCanonical hotel URL
name / city / countryCodeStringPublic listing fields
starRating / reviewScore / reviewsCountNumberStars and guest reviews
unavailableRateNumberSold-out ÷ counted nights in the 365-day window (same as occupancy365d)
occupancyEstimateNumberSame value; labeled as an estimate
occupancy30d / occupancy90d / occupancy365dNumberWindowed sold-out rates
soldOutDays / availableDaysIntegerHorizon counts
firstAvailableDateStringNext open night
adr / minPrice / maxPriceNumberFrom priced available nights
leadRoomName / leadPriceString / NumberReference-stay lead unit
roomsArrayLead blocks (id, name, occupancy, meal plan, price)
calendarArrayPer-day available / soldOut / minNights / price
bookingPaceObjectWhen monitor is on
scrapedAtStringUTC timestamp

Example (truncated):

{
"type": "hotel",
"source": "booking.com",
"hotelId": 58439,
"name": "Hôtel Royal Saint Michel",
"city": "Paris",
"countryCode": "fr",
"unavailableRate": 0.1475,
"occupancy30d": 0.2,
"occupancy90d": 0.1475,
"soldOutDays": 9,
"firstAvailableDate": "2026-08-25",
"adr": 612.4,
"leadRoomName": "Double Room",
"currency": "USD",
"hotelUrl": "https://www.booking.com/hotel/fr/royal-saint-michel.html"
}

Integration examples

Node.js

import { ApifyClient } from 'apify-client';
const client = new ApifyClient({ token: process.env.APIFY_TOKEN });
const run = await client.actor('crawloop/booking-com-occupancy-scraper').call({
hotels: ['https://www.booking.com/hotel/fr/royal-saint-michel.html'],
lookAheadDays: 90,
currency: 'USD',
});
const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(items[0]?.unavailableRate, items[0]?.occupancy90d);

Python

from apify_client import ApifyClient
client = ApifyClient(token)
run = client.actor("crawloop/booking-com-occupancy-scraper").call(
run_input={
"hotels": ["https://www.booking.com/hotel/fr/royal-saint-michel.html"],
"lookAheadDays": 90,
"currency": "USD",
}
)
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(item.get("hotelId"), item.get("unavailableRate"), item.get("hotelUrl"))

cURL

curl "https://api.apify.com/v2/acts/crawloop~booking-com-occupancy-scraper/runs?token=$APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{"hotels":["https://www.booking.com/hotel/fr/royal-saint-michel.html"],"lookAheadDays":90}'

MCP and AI assistants

Use this Actor from AI tools via Apify MCP. Connect your Apify account, then call crawloop/booking-com-occupancy-scraper.

Example prompts:

  • "Run Booking.com Occupancy Scraper for https://www.booking.com/hotel/fr/royal-saint-michel.html with 90 look-ahead days and return unavailableRate, occupancy30d, occupancy90d, soldOutDays"
  • "Scrape Booking.com occupancy for hotels in Paris, France, max 15, and summarize 90-day sold-out rates as JSON"
  • "Monitor these Booking.com hotel URLs weekly for booking pace, then run Airbnb Occupancy Scraper for STR comps in the same city"

FAQ

Is this an official Booking.com API?
No. It reads the same public GraphQL calendar and search the website uses and returns structured dataset rows — a practical Booking.com API alternative for pipelines.

Booking.com occupancy scraper vs a hotel listings scraper?
This Actor is calendar-first: occupancy %, sold-out nights, nightly rates, and booking pace. It is not a dump of search cards for one check-in.

Do I need a Booking.com login?
No — public calendars and search fields only.

Can I scrape Booking.com occupancy with Python or Node.js?
Yes — use the Apify client examples above, or call the Actor from cURL / Apify MCP.

Is occupancy the same as occupied rooms?
No. Treat occupancyEstimate as property sold-out share for the requested occupancy. Remaining rooms of a specific type are not on the public calendar. When the calendar is longer than 365 days, unavailableRate matches occupancy365d.

Can I get every room type for 90 days?
Not from this public calendar. Use includeRooms for the lead unit on a reference stay, and calendar for property-level sold-out / cheapest rate.

Can I get historical occupancy?
No. The calendar is forward-only. Schedule the Actor to build your own history.

How many hotels per search?
A location search pages in steps of 25. Cap with maxHotels. Pass explicit hotels for a known portfolio.

ActorFocus
Booking.com Occupancy Scraper ◄── you are hereHotel calendars, room rates, occupancy %, booking pace
Airbnb Occupancy ScraperSTR calendars, occupancy %, booking pace
Idealista ScraperLong-term rental / sale listings (ES/IT/PT)

Suite next step: after hotel occupancy snapshots, run Airbnb Occupancy Scraper for short-term rental calendars in the same destination.