Thank you so much for sharing such valuable information. You are Genius.👏👏
ahassan
Hi! this is an amazing tutorial! I have a one quick question, why only 30 hotels are scraped?
csjtols
This is a better way than bs4. Good job
olumidepeter
How can I scrape more data in each hotels? because there is a lot more data when you click every hotel listed in the search like most popular facilities, address etc
unknown
Can you tell us how to scrape the Stars rating? So the number of stars a hotel has?
p.a.
Your videos are very interesting, so I followed you. It’s a shame that your last video was uploaded 11 months ago. This channel has potential to grow a lot more!
rrvbin
Maybe because this is older and they have changed somethings but I'm getting an error trying to scrape with the price. When I comment out the code for the line of price it works just fine.. but of course that is a very important piece. How can I work around this?
Robaholic
The booking page asks me to log in everytime so the script doesn't work. Any solutions ? Thank you!
amineboussetta
I'm the first commenter. I really like this video.
dr.python
Hey really nice tutorial, thanks :)
PS : How do you do when you want to scrape several city at the same time?
asuelkellm
Hello Amin, can you teach how to scrape data from booking flight website to Excel? Thank you! 😊
jenchendiadeguzman
Hi there, really amazing tutorial, thank you so much for this!
I've got a bit of an issue, though:
Whenever I launch the script, it never creates the Excel/CSV files.
It prints out the amount of hotels within the console, though.
But I think it crashes after that, because it also doesn't close the browser window.
Do you know what might cause this issue?
sugocjw
Also, you may face the issue of clicking on the accept cookie button, otherwise the banner will prevent you from scrapping some data. Especially if you want to go to the next page because the cookie banner hides the next page button. If you want the script to run automatically, you must automate the accept cookie button. In selenium, this is the script: