This is one of a few python exercises I did as a Purwadhika Data Science and Machine Learning course student. In this exercise, I practiced scrapping using the website's URL (online scrapping) wuth the help of BeautifulSoup package. I scrapped some data from this particular hobby shop website that provides information about Bandai's products.
In this particular exercise, we want to get all the names of Ultraman and Monsters figurines that are listed on the website.
The end goal of this exercise is to create a JSON File that consists of the names of each figurine using Python.
You can see the full code I made in the UltramanScrapping file.