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 demoHi, it would be great to scrape the host available info if possible, for example in this URL: https://www.booking.com/hotel/es/apartamentos-avd-xerez.es.html
Thank you!
Hi, thanks a lot for opening this issue!
Could you please confirm that the data in my attached screenshot is the one you meant? I don't know what you mean by “host available info”.
Either way, we will for sure add this data to extraction :) I will keep you updated here, thanks!
Exactly, that's the info!
I have also found this info and it would be great to have it too: https://www.booking.com/hotel/es/1548-evi-apartments.en-gb.html
Inside "see host details"
Thank you!
Hello, thanks for pointing us to see host details
as well! We'll investigate it while working on the original issue. I cannot promise you that we'll be able to add this extra data though since they're not so easily accessible. Our scraper only sends HTTP requests as it's much faster than emulating the whole web browser. On the other hand, the scraper cannot click on buttons and load new content this way.
Anyway, we'll keep you updated here 🙂
Hi, we have added a basic host info to the output, see the example run: https://console.apify.com/view/runs/6538c2KYSOU1fmAUR
It is stored under a new hostInfo
field in a structured form taken directly from Booking's API:
1{ 2 "name": "Jesus Noé Gómez", 3 "imageUrl": "https://cf.bstatic.com/xdata/images/xphoto/max500_ao/306995288.jpg?k=f77b054779711904e47aec5bb49b9591c8ddd4209c8ea2b0b724f014b39f8430&o=", 4 "reviewsCount": 18, 5 "reviewsScore": 8.5, 6 "yearsOnWebsite": null, 7 "managedProperties": null, 8 "welcomeMessage": "A alojamiento lo hace único la perfecta ubicación que tiene es ideal para aquellos viajeros que desean estár dentro de la ciudad pero fuera del casco histórico lo que te permite llegar con vehículo sin tener problemas tráfico aparcamiento etc. Es ideal para desplazarte a otros puntos de la ciudad disfrutar de todas las opciones. ya que se encuentra en una de las principales entradas a Sevilla y conecta el centro histórico de la ciudad con otras ubicaciones destacadas centros comerciales. Estadios de fútbol etc.", 9 "ownerInfo": "Estamos encantados de poder recibirles en Sevilla donde nuestra prioridad siempre será la máxima satisfacción de nuestros huéspedes seguro se llevarán un gran recuerdo de vuestra estancia.", 10 "neighboorhoodInfo": "Es una zona con mucha historia por poner algunos ejemplos a las afueras del barrio se sitúo uno de los primeros campos de concentración de europa fue el de los merínales en la actualidad hay un b... [trimmed]
We are still working on the second requested feature - extracting data from 'see host details' section. So I'm keeping this issue opened for now 🙂
Thank you very much!