parsel==1.11.0
# Parsel is a library to extract data from HTML and XML using XPath and CSS selectors
$ pip install parsel
downloads/wk
1,056,631
license
version
1.11.0
python
>=3.10
What is parsel?
Parsel is a Python library for extracting data from HTML and XML documents using XPath and CSS selectors. Developers use it to parse web content and pull out specific elements, making it useful for web scraping, data extraction, and testing web applications. It provides a simple interface around XPath and CSS query syntax to locate and retrieve data from structured markup.
Keywords
#parsel