Sep-22-2021, 01:44 PM
I am a new programmer and I am working on a project to scrape each product of a website and aggregate all the information into a database. This is the website https://www.selectedvendors.com/Goods/ca...3/Cabinets
There is a detail button for each product. I would like to go to each detail page and save all the information pertaining to that item in a database. This is the code that I have so far, I am using python3.8 and BeautifulSoup4
https://pastebin.com/ZZGe8PUb
All help is appreciated, Thank you all so much!
There is a detail button for each product. I would like to go to each detail page and save all the information pertaining to that item in a database. This is the code that I have so far, I am using python3.8 and BeautifulSoup4
https://pastebin.com/ZZGe8PUb
All help is appreciated, Thank you all so much!


