
Fast Booking Scraper
Pricing
$2.00 / 1,000 results

Fast Booking Scraper
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.
4.0 (4)
Pricing
$2.00 / 1,000 results
11
Total users
1K
Monthly users
58
Runs succeeded
96%
Issues response
9.5 days
Last modified
5 days ago
Fast Booking Scraper returns only 8 results despite finding 59 properties - pagination not working properly
Closed
Bug Report: Incomplete Results Despite Correct Property Count Detection
Issue: The Fast Booking Scraper (version 0.99.66) correctly detects 59 available properties in Sarbinowo but only returns 8 results, indicating a pagination or result collection issue.
Expected Behavior: When maxItems is set to 1000 and 59 properties are found, all 59 properties should be returned in the results.
Actual Behavior: Only 8 out of 59 detected properties are returned, despite the log showing "Reached last pagination page".
Configuration Used:
{"startUrls": [{"url": "https://www.booking.com/searchresults.pl.html?ss=Sarbinowo&dest_id=-527306&dest_type=city&checkin=2025-07-11&checkout=2025-07-13&group_adults=2&group_children=0&no_rooms=1&lang=pl&efdco=1&order=price"}],"maxItems": 1000,"checkIn": "2025-07-11","checkOut": "2025-07-13","currency": "PLN","language": "pl","sortBy": "price"}Relevant Logs:2025-07-09T17:30:20.898Z INFO Sarbinowo: 59 properties found {"offset":0,"resultsCount":59}2025-07-09T17:30:20.899Z INFO Found 8 new results out of 8 results {"offset":0,"resultsCount":59}2025-07-09T17:30:21.029Z INFO Reached last pagination page {"offset":0,"resultsCount":59}Analysis:- The actor correctly identifies 59 total properties- Only processes 8 results from offset 0- Claims to reach "last pagination page" after processing only first page- This suggests the pagination logic is not working correctlyEnvironment:- Actor Version: 0.99.66- Build ID: r7GYzFPmIGeyLQaAU- Search Location: Sarbinowo, Poland- Date Range: 2025-07-11 to 2025-07-13Impact:This significantly affects data completeness for market analysis, as we're only getting ~14% of available properties instead of the full dataset.Request:Please investigate why pagination stops after the first page when more results are clearly available, especially when maxItems (1000) far exceeds the found properties (59).

Hi, thanks for opening this issue!
Thanks for the detailed description. Unfortunately, this looks like some random fluke on Booking's side. I cannot reproduce the issue anymore, even with the same input and build.
Also, frustratingly, we were improving our automated tests at that time and had them under maintenance, so we didn't catch it. I can assure you that from our code and the logs, there basically just had to have been only 8 results in the response from Booking to be parsed.
We will keep on monitoring the situation :)
Also regarding the build, please use the default latest
build instead of the 0.99
branch. That is used for our internal testing and the versions are automatically deleted after a while.
I will close this issue for now, but please feel free to reopen it if it happens again. Thanks and happy scraping!