BeautifulSoup
BeautifulSoup is a lightweight library for parsing HTML and XML documents, commonly used for small-scale web scraping tasks. It offers a simple API to navigate document structures and locate specific tags or attributes, making it great for quick prototyping and debugging. Although it lacks async support or request handling capabilities, its strong tolerance for malformed HTML makes it a popular choice among beginners and small to medium projects.