Booking Scraper
Pay $5.00 for 1,000 results
Booking Scraper
Pay $5.00 for 1,000 results
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
Do you want to learn more about this Actor?
Get a demoTrying to crawl barcelona spain always crashes and just gives back one result
Hi, this is caused by the wrong input configuration. I can see from your example run that Maximum results
was set to 1. The Actor correctly read the run settings and finished after scraping a single result.
You need to change the Maximum charged results
settings in the Run options
collapsible section (see the attached images).
I changed the value of Maximum charged results
from 1 to 50 while using the input you provided and the Actor correctly extracted 50 results: https://console.apify.com/view/runs/4E2BS5ji4GweUfB2a
Also, note that there 2 separate max items settings. One of them being Maximum charged results
from Run options
which serves as a limit on total number of items stored into a dataset.
The other one is the maxItems
(Max results per destination or URL
) field from the input which limits the number of results for a single destination or start URL.
You can combine both of those max items limits or use just one of them according to your needs🙂