psf/requests-html
Pythonic HTML Parsing for Humans™ observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3112
- days_rel: n/a
- days_push: 869
- n_releases_24m: 0
Adoption not part of the score
13814 stars · 999 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A Python library that combines HTTP requests with intuitive HTML parsing, offering CSS selector and XPath support plus JavaScript rendering via Chromium. It provides both sync and async sessions with a Requests-like API.
Use cases
- scrape data from web pages in python
- parse html with css selectors
- render javascript-heavy pages before scraping
- extract all links from a webpage
- fetch and parse multiple sites concurrently
- convert html elements to markdown
When to choose
- you want a Requests-style API with built-in HTML parsing
- you need simple scraping with optional JS rendering
- you want both sync and async scraping in one library
When to avoid
- you need a large-scale, high-performance scraping framework like Scrapy
- the project appears minimally maintained and depends on outdated pyppeteer
- you only need parsing without HTTP - use BeautifulSoup or lxml directly
Facets
library · maturity maintenance
web-scraping parser http-client web-development crawlers developer-tools python cross-platform html-parsing css-selectors xpath javascript-rendering pyppeteer async requests
1 source
- readme: https://github.com/psf/requests-html · fetched 2026-08-28 · 4ac75803bbf0
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| psf/requests-html | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="psf/requests-html")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem