# CrawlScript/WebCollector

WebCollector is an open source web crawler framework based on Java.It provides some simple interfaces for crawling the Web,you can setup a multi-threaded web crawler in less than 5 minutes.

Repository: https://github.com/CrawlScript/WebCollector
Canonical: https://ross.abutalabs.com/products/webcollector
Homepage: https://github.com/CrawlScript/WebCollector
Language: Java
License: GPL-3.0
License Family: copyleft
Last push: 2026-02-10T07:32:20+00:00

## Health v2 (maintenance only)
Score: 62/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 66, release rhythm 35, longevity 100
- inputs: {"age_days": 4435, "days_push": 204, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3083, forks 1427 (observed 2026-08-28T04:07:41.997015+00:00)

## What it is
WebCollector is an open-source Java web crawler framework that provides simple interfaces for building multi-threaded web crawlers quickly. It supports features like cookies, POST requests, proxies, and Selenium-based JavaScript rendering.

## Use cases
- crawl websites to collect pages
- build a multi-threaded web crawler in Java
- scrape news articles from the web
- crawl JavaScript-rendered pages with Selenium
- collect data for building a search index
- crawl sites through rotating proxies

## When to choose
- you need a quick-to-setup crawler on the JVM
- you want a lightweight Java alternative to Scrapy-style crawling
- you need multi-threaded crawling with proxy and cookie support

## When to avoid
- you need a distributed, large-scale crawling platform
- your stack is Python or Node.js rather than Java
- you need heavy-duty headless-browser automation beyond simple rendering

## Facets
- artifact type: framework
- maturity: maintenance
- function: web-scraping, http-client, parser
- domain: crawlers, web-development
- platform: jvm, cross-platform
- tags: web-crawler, multi-threaded, selenium, java-framework, search-engine-crawling, data-engineering

## Member repositories
- CrawlScript/WebCollector (main) score 62

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:41.997015+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-30T07:27:41.456888+00:00, confidence not recorded.
  - readme: https://github.com/CrawlScript/WebCollector (fetched 2026-08-28T04:07:41.997015+00:00, sha 4be37c3fc3cb)
  - homepage: https://github.com/CrawlScript/WebCollector (fetched 2026-08-29T09:42:50.922266+00:00, sha 6f08d5e09791)
- Data as of 2026-08-30T08:39:29.467469+00:00.
