utkarshkukreti/select.rs
A Rust library to extract useful data from HTML documents, suitable for web scraping. observed · 2026-08-28
Health v2 · maintenance only
38/100
- Activity 12
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4067
- days_rel: n/a
- days_push: 532
- n_releases_24m: 0
Adoption not part of the score
1020 stars · 68 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Rust library for extracting useful data from HTML documents, built around predicate-based DOM queries. It is designed for web scraping tasks where structured data must be pulled out of HTML pages.
Use cases
- scrape data from html pages in rust
- parse html documents and extract elements
- query html dom with predicates like class and attribute
- extract links, text, and tags from web pages
- build a web scraper in rust
When to choose
- you need lightweight HTML parsing and querying in Rust
- you want predicate-based selection instead of full CSS selector engines
- you are scraping static HTML content
When to avoid
- you need JavaScript-rendered pages (use a headless browser)
- you need full CSS selector support or modern actively developed features
Facets
library · maturity maintenance
parser web-scraping web-development crawlers parsers rust html-parsing dom-query css-selectors scraping
1 source
- readme: https://github.com/utkarshkukreti/select.rs · fetched 2026-08-28 · 82b053a747d9
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| utkarshkukreti/select.rs | main | 38 |
For agents
markdown · JSON · MCP: product_card(name="utkarshkukreti/select.rs")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem