Scrapes Booking.com hotel listings by destination search or direct URL. Returns each hotel as a flat row with price, rating, review count, address, star count, and property type.
- Total users
- 96
- Monthly active
- 30
- Total runs
- 829
- Bookmarked
- 0
- Last modified
- 4 hours ago
This scraper was last updated on .
What does the Booking.com Hotels Scraper return?
./README.md
What input does the Booking.com Hotels Scraper accept?
| Field | Type | What it does | Default |
|---|---|---|---|
| destination required | string | City, region, or landmark to search for hotels (e.g. 'Paris', 'New York', 'Tokyo'). | Paris |
| checkIn | string | Check-in date in YYYY-MM-DD format. | 2026-08-01 |
| checkOut | string | Check-out date in YYYY-MM-DD format. | 2026-08-03 |
| maxItems | integer | Maximum number of hotels to collect per run. | 10 |
How much does the Booking.com Hotels Scraper cost?
from $11.99 per 1,000 results
| Charged for | What it is | Price each |
|---|---|---|
| Actor Start | Charged once when the run starts. | $0.005 |
| Result Item | Charged once per result collected. | $0.01199 to $0.01599 |
Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.
How do I call the Booking.com Hotels Scraper API?
One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.
curl -X POST "https://api.apify.com/v2/acts/parseforge~booking-com-hotels-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"destination": "Paris",
"checkIn": "2026-08-01",
"checkOut": "2026-08-03",
"maxItems": 10
}' What example inputs can I use?
Use these inputs to see how a run is configured.
{
"destination": "Paris",
"checkIn": "2026-08-01",
"checkOut": "2026-08-03",
"maxItems": 10
} What do users say about the Booking.com Hotels Scraper?
No reviews yet. Be the first.
How do I report an issue with the Booking.com Hotels Scraper?
We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.
Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.