I watched few tutorials of web scraping with python (beautifulSoup4), but haven't found much about scraping where i would need to input some data( for example getting data for plane ticket fee, I would need to enter cities and dates and after submitting I would like to scrap prices of that day). So I would like to ask if there is tools/ tutorials to do so with python?
Thank you in advance!
You must be logged in to post. Please login or register an account.
For that I would look into something like mechanize or selenium. I don't have tutorials on them, but that's where I'd suggest you start looking.
-Harrison 7 years ago
You must be logged in to post. Please login or register an account.