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 (9)

Pricing

$5.00 / 1,000 results

78

Total users

3.2K

Monthly users

375

Runs succeeded

>99%

Issues response

5 days

Last modified

a day ago

MI

No results that were expected

Closed

michalB opened this issue
19 days ago

There are no filled columns in the output table of this Booking Scraper. Only undefined "values" exclude URL column but itś not valuable output for our purpose. Is it necessary upgrade my plan or why I don't see anything valuable?

MI

michalB

12 days ago

Could you pls let me know if you plan to fix it? I would like to use it for my business and I'm waiting for your answer. Thanks

lukas.prusa avatar

Hi, thanks for opening this issue!

I'm happy to inform you that we've just updated the scraper with the fix :) The problem was caused by the minScore input option, which was failing because we had a bug in the rating value extraction.

Also note, that you may still get some properties hidden in the dataset like it happened for you. That's because they got filtered out, but they still need to be in the dataset as "error" items:

{
"error": "invalid_rating_property",
"errorDescription": "Loaded property with a rating lower than the set minimum score.",
"input": "Jastrzębia Góra",
"url": "https://www.booking.com/hotel/pl/wiking-jastrzebia-gora.cs.html?lang=cs&group_children=2&soz=1&explicit_lang_change=1&selected_currency=CZK&group_adults=2&no_rooms=2&lang_changed=1&explicit_curr_change=1",
"ratingValue": 8.1,
"minScore": 8.2
}

Let me know how it works now, thanks and happy scraping!