Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 1.09 KB

README.md

File metadata and controls

14 lines (8 loc) · 1.09 KB

Cover

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.

Source

The end goal of this exercise is to create a JSON File that consists of the names of each figurine using Python.

Output

You can see the full code I made in the UltramanScrapping file.