Screen-scraping library Beautiful Soup is a library that makes it easy to scrape information from web pages. It sits atop an HTML or XML parser, providing Pythonic idioms for iterating, searching, and modifying the parse tree. MIT all https://www.crummy.com/software/BeautifulSoup/ icon.png