PuerkitoBio/goquery
A little like that j-thing, only in Go. observed · 2026-08-28
Health v2 · maintenance only
86/100
- Activity 98
- Release rhythm 63
- 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: 84.0
- age_days: 5118
- days_rel: 171
- days_push: 16
- n_releases_24m: 7
Adoption not part of the score
14981 stars · 935 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
goquery is a Go library that provides a jQuery-like syntax for parsing, traversing, and manipulating HTML documents, built on Go's net/html package and the cascadia CSS selector library. It offers a chainable API familiar to jQuery users, though it omits stateful DOM manipulation functions and requires UTF-8 encoded input.
Use cases
- scrape data from html pages in go
- parse html documents with css selectors
- extract links and text from web pages
- traverse and filter dom elements like jquery
- build a web crawler or scraper in go
When to choose
- you want jQuery-style selector and traversal syntax in Go
- you need to parse well-formed or real-world HTML into a queryable structure
- you are building scrapers or crawlers in Go
When to avoid
- you need to modify rendered page state like styles or layout (css(), height())
- your source HTML is not UTF-8 and you cannot transcode it
- you need a full DOM manipulation or browser automation tool
Facets
library · maturity stable
parser web-scraping web-development crawlers developer-tools go cross-platform jquery-like css-selectors html-parsing dom-traversal
1 source
- readme: https://github.com/PuerkitoBio/goquery · fetched 2026-08-28 · d9fc0a4f655b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| PuerkitoBio/goquery | main | 86 |
For agents
markdown · JSON · MCP: product_card(name="PuerkitoBio/goquery")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem