Ross ROSS = Recommend OSS · open-source software intelligence for agents

rust-scraper/scraper

HTML parsing and querying with CSS selectors observed · 2026-08-28

github.com/rust-scraper/scraper · homepage · Rust · ISC (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
rust-scraper/scrapermain89

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