Web scraper used to get data from a website and format into JSON Prerequisites: Python https://www.python.org/downloads/ BeautifulSoup py -m pip install bs4 requests py -m pip install requests