Python library designed for screen-scraping
conda install -c conda-forge bs4
conda install -c "conda-forge/label/cf202003" bs4
Beautiful Soup is a library for pulling data out of HTML and XML files. It provides ways of navigating, searching, and modifying parse trees.