anaskhan96/soup
Web Scraper in Go, similar to BeautifulSoup observed · 2026-08-28
Health v2 · maintenance only
96/100
- Activity 95
- Release rhythm 95
- 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: 2.5
- age_days: 3478
- days_rel: 32
- days_push: 32
- n_releases_24m: 3
Adoption not part of the score
2286 stars · 171 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
soup is a small Go library for web scraping with an API modeled after Python's BeautifulSoup. It fetches HTML over HTTP and builds a DOM that can be queried and traversed with Find/FindAll, sibling navigation, and text extraction.
Use cases
- scrape html pages in go
- parse html like beautifulsoup in golang
- extract text and attributes from web pages
- find elements by tag and attributes in go
- crawl a website and pull data from html
When to choose
- you want a BeautifulSoup-like scraping API in Go
- you need simple HTML fetching plus DOM querying in one small package
- you prefer a lightweight scraper over full browser automation
When to avoid
- you need to scrape JavaScript-rendered pages
- you need CSS selectors or XPath instead of tag/attribute matching
- you need a production-grade parser with full HTML5 spec compliance
Facets
library · maturity active
web-scraping parser http-client web-development crawlers developer-tools go cross-platform beautifulsoup html-parsing dom-traversal scraping
1 source
- readme: https://github.com/anaskhan96/soup · fetched 2026-08-28 · 143a6009943e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| anaskhan96/soup | main | 96 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem