CodeBrowser / python-package / beautifulsoup4
beautifulsoup4==4.15.0
# Screen-scraping library
$ pip install beautifulsoup4
downloads/wk
0
license
MIT License
version
4.15.0
python
>=3.7.0
What is beautifulsoup4?
BeautifulSoup4 is a Python library for parsing and navigating HTML and XML documents. Developers use it to extract specific data from web pages by searching, filtering, and traversing the document structure. It's commonly used for web scraping, data extraction, and automated testing tasks.
Keywords
#HTML #XML #parse #soup