rust-scraper/scraper
HTML parsing and querying with CSS selectors observed · 2026-08-28
Health v2 · maintenance only
89/100
- Activity 99
- Release rhythm 71
- 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: 75
- age_days: 3897
- days_rel: 114
- days_push: 7
- n_releases_24m: 8
Adoption not part of the score
2417 stars · 128 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Rust library for parsing HTML documents and querying them with CSS selectors, built on Servo's html5ever and selectors crates for browser-grade parsing. It supports parsing full documents and fragments, with optional serde support and deterministic iteration features.
Use cases
- parse html in rust
- extract elements from html with css selectors
- scrape web page content
- parse html fragments
- query dom elements by selector
- build a web scraper in rust
When to choose
- you need browser-grade HTML parsing in Rust
- you want to select elements using CSS selector syntax
- you need a well-maintained, widely downloaded scraping library for Rust
When to avoid
- you need to fetch pages over HTTP (pair it with an HTTP client)
- you need JavaScript rendering or dynamic content
- you are parsing XML rather than HTML
Facets
library · maturity active
parser web-scraping developer-tools web-development parsers crawlers rust cross-platform html-parsing css-selectors html5ever servo dom
10 sources
- readme: https://github.com/rust-scraper/scraper · fetched 2026-08-28 · 9d3b05e56384
- homepage: https://docs.rs/scraper · fetched 2026-08-29 · 99ca7044db97
- site_page: https://docs.rs/about/redirections · fetched 2026-08-29 · 1b1efd93105f
- site_page: https://docs.rs/ · fetched 2026-08-29 · 38444eb0fe60
- site_page: https://docs.rs/crate/scraper/latest · fetched 2026-08-29 · f0b4d52c4acd
- site_page: https://docs.rs/crate/scraper/latest/features · fetched 2026-08-29 · 6be540b0f352
- site_page: https://docs.rs/about · fetched 2026-08-29 · 29ab7986fbf5
- site_page: https://docs.rs/about/badges · fetched 2026-08-29 · 6588cac258af
- site_page: https://docs.rs/about/builds · fetched 2026-08-29 · 811231ca4680
- site_page: https://docs.rs/about/metadata · fetched 2026-08-29 · 0dcdccb2b2b2
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rust-scraper/scraper | main | 89 |
For agents
markdown · JSON · MCP: product_card(name="rust-scraper/scraper")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem