scrapy/parsel

Parsel lets you extract data from XML/HTML documents using XPath or CSS selectors

71
/ 100
Verified

Parsel is a Python library that helps developers extract specific pieces of information from web pages (HTML), structured data files (XML, JSON), and other text. You provide the document and specify what you want to find using CSS selectors, XPath expressions, or JMESPath for JSON. It outputs the exact data you need, making it easier to process large amounts of information. This is used by developers building data scraping tools or content parsers.

1,324 stars. Used by 10 other packages. Available on PyPI.

Use this if you are a developer writing code to systematically pull specific data points out of HTML, XML, or JSON documents.

Not ideal if you need a no-code solution or a full-fledged web crawler that handles requests, sessions, and page navigation automatically.

data-extraction web-scraping content-parsing document-processing developer-tools
Maintenance 10 / 25
Adoption 15 / 25
Maturity 25 / 25
Community 21 / 25

How are scores calculated?

Stars

1,324

Forks

160

Language

Python

License

BSD-3-Clause

Category

scraper

Last pushed

Jan 29, 2026

Commits (30d)

0

Dependencies

5

Reverse dependents

10

Get this data via API

curl "https://pt-edge.onrender.com/api/v1/quality/perception/scrapy/parsel"

Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.