Python Forum

Full Version: I need help parsing through data and creating a database using beautiful soup
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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! Angel Angel Angel
There are ample examples of web scraping on this forum.

I suggest you start here:
web scraping part1
web scraping part2