# anaskhan96/soup

Web Scraper in Go, similar to BeautifulSoup

Repository: https://github.com/anaskhan96/soup
Canonical: https://ross.abutalabs.com/products/anaskhan96-soup
Language: Go
License: MIT
License Family: permissive
Topics: golang, go, webscraper, webscraping, beautifulsoup, web-scraper, html-node
Last push: 2026-08-01T14:25:36+00:00

## Health v2 (maintenance only)
Score: 96/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 95, release rhythm 95, longevity 100
- inputs: {"age_days": 3478, "days_push": 32, "days_rel": 32, "gap_med": 2.5, "n_releases_24m": 3}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2286, forks 171 (observed 2026-08-28T04:06:34.067577+00:00)

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

## Member repositories
- anaskhan96/soup (main) score 96

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:34.067577+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-30T02:40:53.356721+00:00, confidence not recorded.
  - readme: https://github.com/anaskhan96/soup (fetched 2026-08-28T04:06:34.067577+00:00, sha 143a6009943e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
