# utkarshkukreti/select.rs

A Rust library to extract useful data from HTML documents, suitable for web scraping.

Repository: https://github.com/utkarshkukreti/select.rs
Canonical: https://ross.abutalabs.com/products/selectrs
Language: Rust
License: MIT
License Family: permissive
Last push: 2025-03-19T07:31:47+00:00

## Health v2 (maintenance only)
Score: 38/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 12, release rhythm 35, longevity 100
- inputs: {"age_days": 4067, "days_push": 532, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1020, forks 68 (observed 2026-08-28T04:03:15.512611+00:00)

## What it is
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
- artifact type: library
- maturity: maintenance
- function: parser, web-scraping
- domain: web-development, crawlers, parsers
- platform: rust
- tags: html-parsing, dom-query, css-selectors, scraping

## Member repositories
- utkarshkukreti/select.rs (main) score 38

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:15.512611+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:09:20.002672+00:00, confidence not recorded.
  - readme: https://github.com/utkarshkukreti/select.rs (fetched 2026-08-28T04:03:15.512611+00:00, sha 82b053a747d9)
- Data as of 2026-08-30T08:39:29.467469+00:00.
