Booking Scraper avatar
Booking Scraper

Pricing

$5.00 / 1,000 results

Go to Store
Booking Scraper

Booking Scraper

Developed by

Voyager

Voyager

Maintained by Apify

Scrape Booking with this hotels scraper and get data about accommodation on Booking.com. You can crawl by keywords or URLs for hotel prices, ratings, addresses, number of reviews, stars. You can also download all that room and hotel data from Booking.com with a few clicks: CSV, JSON, HTML, and Excel

4.5 (10)

Pricing

$5.00 / 1,000 results

72

Total users

2.9K

Monthly users

352

Runs succeeded

>99%

Issues response

2.8 days

Last modified

24 days ago

EG

Make date variable

Closed

eaglejohn opened this issue
3 months ago

It would be very helpful if the date could be set to a variable like "today" or "tomorrow" instead of hardcoded dates like 2025-03-06. That would be way more flexible.

lhotanok avatar

Hi, thank you for reaching out to us!

We have just added support for relative dates so you can now specify values like:

{
"checkIn": "0 days",
"checkOut": "1 day",
}

to set the checkin date to today and checkout date for tomorrow. You can modify the values to specify custom date range, such as checkin tomorrow ("checkIn": "1 day") and checkout in a week after the checkin ("checkOut": "8 days").

You can take a look at my test run: https://console.apify.com/view/runs/DjFCOemUmyEWPWMN5

It generated URLs such as:

EG

eaglejohn

3 months ago

This is awesome and exactly what I was looking for, thank you!