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

LB

Room Availability

Closed

albookingical opened this issue
a month ago

Hi community, the issue I am having is that I want to give a property url, give the check in date dynamic from today up to lets say 1 month and filter only for room availability, the actor returning to me the dates with each individually free room or not. is there a way to configure this actor or do I have to develop another one. thanks

lukas.prusa avatar

Hi, thanks for opening this issue!

I'm not sure if I properly understand? You are suggesting to provide a start check-in date and a final check-out date and try out all possible check-out dates in between that? Or do you mean the something with the flexWindow feature?

Thanks!

LB

albookingical

a month ago

Hi Lukáš, thanks for the quick reply. I wanted to specify the check in and check out date for one specific property. Lets say 10.05-20.05 on property X (defined by the url of the property). And the actor returns to me all the dates from 10 to 20 with each day specified if there is a available room, any room. E.g 10.05 Available; 11.05 Available; 12.05 Not available; ... ; 20.05 Available. I hope I am not too confusing. Thank you

lukas.prusa avatar

Right, I see, so technically the process for the scraper would be to go through 10.05.-20.05. and try each night separately on Booking. e.g., 10.05-11.05., 11.05.-12.05., 12.05.-13.05. etc.

I'm thinking that that should just be a simple script above this Actor. Essentially, just automate generating the dates and starting the runs for each one :) And for the rooms which you are trying to use for checking the availability - simply check if the price is in the dataset or not. That is taken from rooms anyway, so it directly corresponds with whether there are any available rooms or not.

Let me know if you need help with anything else :) Thanks and happy scraping!