xtuhcy/gecco
Easy to use lightweight web crawler(易用的轻量化网络爬虫) observed · 2026-08-28
Health v2 · maintenance only
51/100
- Activity 63
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3917
- days_rel: n/a
- days_push: 222
- n_releases_24m: 0
Adoption not part of the score
2510 stars · 868 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Gecco is a lightweight, easy-to-use web crawler framework for Java that lets developers define crawlers with annotation-based jQuery-style CSS selectors. It integrates jsoup, httpclient, fast, and optionally Spring, Redis, and HtmlUnit for distributed and dynamic crawling.
Use cases
- scrape product prices from e-commerce sites
- extract structured data from html pages using css selectors
- build a distributed crawler with redis
- crawl pages that load content via ajax
- extract javascript variables from web pages
- collect article content from news sites
When to choose
- you want a simple annotation-driven Java crawler with minimal boilerplate
- you need jQuery-style CSS selector extraction
- you want optional Spring integration or Redis-based distributed crawling
When to avoid
- you need a non-JVM language
- you need headless browser rendering of heavy JavaScript SPAs out of the box
- you need a full-featured scraping platform with a UI
Facets
framework · maturity maintenance
web-scraping parser http-client crawlers web-development developer-tools jvm cross-platform crawler jsoup annotation-driven distributed-crawling html-extraction
1 source
- readme: https://github.com/xtuhcy/gecco · fetched 2026-08-28 · 32795cd3e656
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| xtuhcy/gecco | main | 51 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem