# jamietre/CsQuery

CsQuery is a complete CSS selector engine, HTML parser, and jQuery port for C# and .NET 4.

Repository: https://github.com/jamietre/CsQuery
Canonical: https://ross.abutalabs.com/products/csquery
Language: HTML
License: NOASSERTION
License Family: other
Last push: 2020-11-10T10:07:54+00:00

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

## Adoption (not part of the score)
Stars 1148, forks 246 (observed 2026-08-28T04:03:46.222305+00:00)

## What it is
CsQuery is a C# jQuery port for .NET 4 that provides a complete CSS2/CSS3 selector engine, a standards-compliant HTML parser, and jQuery-style DOM manipulation methods. It indexes documents for fast selector evaluation and is intended for server-side HTML processing.

## Use cases
- parse and manipulate html in c#
- scrape web pages with css selectors
- post-process html before serving
- query html dom with jquery-style api
- parse invalid html into a standards-compliant dom

## When to choose
- you need jQuery-like CSS selector querying in .NET 4
- you want a Gecko-identical HTML parser for messy markup
- you need fast indexed CSS selector evaluation on the server

## When to avoid
- you need an actively maintained library - the author recommends AngleSharp instead
- you are on modern .NET versions beyond .NET 4
- you need bug fixes or support for known issues

## Facets
- artifact type: library
- maturity: abandoned
- function: parser, web-scraping, search-engine
- domain: web-development, parsers, developer-tools
- platform: dotnet
- tags: jquery-port, css-selectors, html-parsing, dom-manipulation, unmaintained, c#

## Member repositories
- jamietre/CsQuery (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:46.222305+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-30T06:33:50.526650+00:00, confidence not recorded.
  - readme: https://github.com/jamietre/CsQuery (fetched 2026-08-28T04:03:46.222305+00:00, sha 40c48272d627)
- Data as of 2026-08-30T08:39:29.467469+00:00.
