# hu17889/go_spider

[爬虫框架 (golang)] An awesome Go concurrent Crawler(spider) framework. The crawler is flexible and modular. It can be expanded to an Individualized crawler easily or you can use the default crawl components only.

Repository: https://github.com/hu17889/go_spider
Canonical: https://ross.abutalabs.com/products/go_spider
Language: Go
License: MPL-2.0
License Family: copyleft
Topics: spider, crawler, go, schedule, pipeline
Last push: 2017-11-16T01:58:55+00:00

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

## Adoption (not part of the score)
Stars 1818, forks 464 (observed 2026-08-28T04:05:40.708792+00:00)

## What it is
go_spider is a concurrent web crawler framework written in Go, designed for crawling vertical communities with a flexible, modular architecture. It provides default downloader, scheduler, and pipeline components that can be swapped out for custom implementations.

## Use cases
- scrape github repository pages
- crawl vertical community sites
- build a custom web spider in Go
- extract data from html pages concurrently
- crawl  api endpoints
- pipeline scraped results to console or file

## When to choose
- you need a modular Go crawler framework with pluggable downloader, scheduler, and pipeline components
- you want concurrent crawling with configurable thread count
- you are scraping structured vertical community sites

## When to avoid
- you need an actively maintained project - the latest release was in 2017
- you need JavaScript-rendered page support or modern anti-bot handling
- you prefer a batteries-included scraping tool with built-in selectors and proxies

## Facets
- artifact type: framework
- maturity: abandoned
- function: web-scraping, concurrency, parser
- domain: crawlers, web-development
- platform: go, cross-platform
- tags: spider, crawler-framework, vertical-communities, modular, goquery, crawlers, automation

## Member repositories
- hu17889/go_spider (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:40.708792+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-30T03:20:04.329055+00:00, confidence not recorded.
  - readme: https://github.com/hu17889/go_spider (fetched 2026-08-28T04:05:40.708792+00:00, sha d0b219ee1d35)
- Data as of 2026-08-30T08:39:29.467469+00:00.
