# xianhu/PSpider

简单易用的Python爬虫框架，QQ交流群：597510560

Repository: https://github.com/xianhu/PSpider
Canonical: https://ross.abutalabs.com/products/pspider
Homepage: https://github.com/xianhu/PSpider
Language: Python
License: BSD-2-Clause
License Family: permissive
Topics: crawler, spider, python, proxies, web-spider, multi-threading, web-crawler, python-spider, multiprocessing
Last push: 2022-06-10T02:19:44+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3609, "days_push": 1546, "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 1835, forks 494 (observed 2026-08-28T04:05:42.594717+00:00)

## What it is
PSpider is a simple, easy-to-read web spider framework written in Python 3.8+. It uses a Fetcher/Parser/Saver pipeline with queues for multi-threaded crawling and optional proxy support.

## Use cases
- crawl websites with a multi-threaded python spider
- scrape web pages and save results to files or databases
- build a crawler that rotates proxies
- learn how a spider framework works with minimal code
- filter URLs while crawling to avoid duplicates

## When to choose
- you want a small, readable Python crawler framework you can extend yourself
- you need multi-threaded crawling with proxy support
- you prefer copying a lightweight spider module into your project over a heavy dependency

## When to avoid
- you need distributed crawling or JavaScript rendering (listed as TODO, not implemented)
- you need an actively developed framework with frequent updates and large ecosystem
- you need async/scrapy-scale features like middlewares, pipelines, and item processing

## Facets
- artifact type: framework
- maturity: maintenance
- function: web-scraping, http-client, parser, concurrency
- domain: crawlers, web-development
- platform: python, cross-platform
- tags: web-spider, multi-threading, proxies, crawler-framework, fetcher-parser-saver, automation

## Member repositories
- xianhu/PSpider (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:42.594717+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:18:32.925053+00:00, confidence not recorded.
  - readme: https://github.com/xianhu/PSpider (fetched 2026-08-28T04:05:42.594717+00:00, sha 1ab7f0803a3a)
  - homepage: https://github.com/xianhu/PSpider (fetched 2026-08-29T10:57:53.305339+00:00, sha 97c55145bb24)
- Data as of 2026-08-30T08:39:29.467469+00:00.
