yhat/scrape
A simple, higher level interface for Go web scraping. observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases archived
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: n/a
- age_days: 4125
- days_rel: n/a
- days_push: 3565
- n_releases_24m: 0
Adoption not part of the score
1515 stars · 99 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Go library providing a higher-level interface over golang.org/x/net/html for web scraping. It offers generic tree traversal helpers like Find/FindAll plus convenience functions such as Attr and Text.
Use cases
- scrape articles from a webpage in go
- extract page title from html
- find all links matching a css class
- parse html and pull text content
- build a simple web crawler in go
When to choose
- you are writing a Go scraper and want simple DOM traversal helpers over net/html
- you need lightweight matching by tag, attribute, or custom predicates
When to avoid
- you need JavaScript-rendered content or a full browser
- you want an actively maintained library with recent updates
- you need CSS selector support out of the box
Facets
library · maturity abandoned
web-scraping parser crawlers web-development developer-tools go cross-platform html-parsing dom-traversal go-library
1 source
- readme: https://github.com/yhat/scrape · fetched 2026-08-28 · b07db8f441f3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| yhat/scrape | main | 10 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem