Fast Booking Scraper
Pay $2.00 for 1,000 results
Fast Booking Scraper
Pay $2.00 for 1,000 results
Scrape Booking with this hotel scraper and get data about accommodation on Booking.com. Extract data by keywords or URLs for hotel prices, ratings, location, number of reviews, stars. Scrape and download data from Booking.com in JSON, Excel, HTML ,and CSV.
Do you want to learn more about this Actor?
Get a demoHey! :)
I did a quick search on booking.com and got 32k+ results: (https://tinyurl.com/38d6wbn4)
But when I set up the same filters and ran the scraping job, actor returned only 16k results.
Hi, thanks for opening this issue!
Unfortunately, this is caused by Booking's 1000 results per search limit. We cannot get past that, and the best we can do is get a fraction of the total results count. We do that by recursively searching the recommended sub-locations by Booking, to acquire more results, but as you've experienced, it's not perfect.
You can also search by providing the check-in and check-out dates, upon which the scraper can use price filters and get all results for the given dates. Alternatively, you could also hand-pick the Booking filters yourself to get above the 1000 results limit manually.
I hope this helps, thanks and happy scraping!
Ah okay, I understand.
Could you please clarify this quote from your reply above: "Alternatively, you could also hand-pick the Booking filters yourself to get above the 1000 results limit manually."
Yeah, I meant that you can select some specific filters on Booking yourself manually, and then provide them into the scraper. Ideally those filters that do not overlap. This way, you can ensure that you get as many results as possible.
AHA! I see. Thank you. :)