Sometimes, you may come across a site that doesn't have an API and you want to get data from the page. You can get the data by web scraping it using BeautifulSoup4. You can also find specific elements in the HTML page using the find() function. More information about it will be in the PYPI page:
https://pypi.org/project/beautifulsoup4/