Beautiful Soup (HTML parser)
| Beautiful Soup | |
|---|---|
| Original author(s) | Leonard Richardson | 
| Initial release | 2004 | 
| Stable release | 4.12.3 
   / 17 January 2024 | 
| Repository | |
| Written in | Python | 
| Platform | Python | 
| Type | HTML parser library, Web scraping | 
| License | 
 | 
| Website | www | 
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, which is useful for web scraping.