Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

Using User Input in Web Scraping

I am trying to create an excel sheet that will keep inventory of the books in a library. Each book has a unique ISBN number and I am trying to see if there is a way to have one cell where I enter the ISBN, and then using the web parsing tool, the program will go to a website and find the title, author, publisher, etc. and add it all to an inventory sheet. The website I planned on using is https://isbnsearch.org but I don't know how to get the web scrapper to input the Users ISBN input into the search box on the webpage. I have some experience with excel and programming but not much. Thanks!

Comments