# yhat/scrape

A simple, higher level interface for Go web scraping.

Repository: https://github.com/yhat/scrape
Canonical: https://ross.abutalabs.com/products/scrape
Language: Go
License: BSD-2-Clause
License Family: permissive
Archived: true
Last push: 2016-11-28T14:46:10+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4125, "days_push": 3565, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1515, forks 99 (observed 2026-08-28T04:04:56.530919+00:00)

## What it is
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
- artifact type: library
- maturity: abandoned
- function: web-scraping, parser
- domain: crawlers, web-development, developer-tools
- platform: go, cross-platform
- tags: html-parsing, dom-traversal, go-library

## Member repositories
- yhat/scrape (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:56.530919+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-30T04:32:11.091773+00:00, confidence not recorded.
  - readme: https://github.com/yhat/scrape (fetched 2026-08-28T04:04:56.530919+00:00, sha b07db8f441f3)
- Data as of 2026-08-30T08:39:29.467469+00:00.
