parsel

Package — ScrapingPython 3.7+Intermediate

Scrapy's selector library standalone; CSS and XPath selectors on HTML/XML

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
lxml, cssselect, w3lib
Install
pip install parsel

Learn by Difficulty

Quick Example

python
# Install: pip install parsel
import parsel

# Basic parsel usage
print(f"Using parsel")
# See documentation for detailed examples

parsel is a third-party package. Scrapy's selector library standalone; CSS and XPath selectors on HTML/XML. Install with: pip install parsel

Try in Playground

Tags

packageweb-scrapingparsingdata-extraction