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 demoCould it be possible to add a field to extract the license number when available? Like here: https://www.booking.com/hotel/es/hermoso-bungalow-de-madera.en-gb.html - VTAR/SE/00441
Hello, thank you for suggesting this feature! We have added it to our backlog and we'll let you know as soon as the license number extraction is supported.
Hi thehoster, license info should be available, see the example run: https://console.apify.com/view/runs/id0AuNnyJz2bVermQ
The Actor has a new output field licenseInfo
holding the data in the following format:
1{ 2 "numbers": [ 3 "VTAR/SE/00441" 4 ], 5 "phrases": [ 6 "License number: VTAR/SE/00441" 7 ] 8}
This structure was adopted directly from Booking's API.