Primary
Beautiful Soup ○˒|Definition|1st|20260529132827-00-⌔
Beautiful Soup (HTML parser) - Wikipedia
Beautiful Soup (HTML parser)
Beautiful Soup is a Python package for parsing HTML and XML documents, including those with malformed markup. It creates a parse tree for documents that can be used to extract data from HTML,1 which is useful for web scraping.[^2]2
Printed 2026-06-28.
Link to original Footnotes
Hajba, Gábor László (2018), “Using Beautiful Soup”, in Hajba, Gábor László (ed.), Website Scraping with Python: Using BeautifulSoup and Scrapy, Apress, pp. 41–96, doi:10.1007/978-1-4842-3925-4_3, ISBN 978-1-4842-3925-4 ↩
Python, Real. “Beautiful Soup: Build a Web Scraper With Python – Real Python”. realpython.com. Retrieved 2023-06-01. ↩
Beautiful Soup ○˒|PyPI|1st|20260122001049-00-◊
Project description
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.
(echo:: @ ᯤ)
Link to original
Secondary
• • •