# rmax/scrapy-redis

Redis-based components for Scrapy.

Repository: https://github.com/rmax/scrapy-redis
Canonical: https://ross.abutalabs.com/products/scrapy-redis
Homepage: http://scrapy-redis.readthedocs.io
Language: Python
License: MIT
License Family: permissive
Topics: scrapy, crawler, distributed, redis
Last push: 2026-05-19T14:03:27+00:00

## Health v2 (maintenance only)
Score: 60/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 83, release rhythm 8, longevity 100
- inputs: {"age_days": 5483, "days_push": 106, "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 5642, forks 1583 (observed 2026-08-28T04:09:26.820207+00:00)

## What it is
Redis-based components for Scrapy that enable distributed crawling and scraping by sharing a Redis queue across multiple spider instances. It provides plug-and-play Scrapy components including a scheduler with duplication filter, item pipeline, and base spiders.

## Use cases
- run distributed crawls across multiple spider instances sharing one queue
- scale broad multi-domain web scraping with multiple workers
- push scraped items to a Redis queue for distributed post-processing
- deduplicate URLs across distributed Scrapy spiders
- pass JSON metadata with URLs through a Redis-backed request queue

## When to choose
- you already use Scrapy and need to distribute crawling across machines
- you want plug-and-play Redis-backed scheduler and pipeline components
- you need multiple workers sharing a single crawl queue

## When to avoid
- you need advanced features like URL expiration or prioritization (consider Frontera)
- you run a single-machine crawl with no need for distribution
- you don't use Scrapy as your crawling framework

## Facets
- artifact type: library
- maturity: active
- function: web-scraping, message-queue, caching, middleware
- domain: crawlers, web-development, databases, developer-tools
- platform: python, cross-platform
- tags: scrapy, redis, distributed-crawling, spider, crawler

## Member repositories
- rmax/scrapy-redis (main) score 60

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:26.820207+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-29T17:55:18.330475+00:00, confidence not recorded.
  - readme: https://github.com/rmax/scrapy-redis (fetched 2026-08-28T04:09:26.820207+00:00, sha 9993c0702b45)
  - registry_pypi: https://pypi.org/pypi/scrapy-redis/json (fetched 2026-08-29T08:50:15.532756+00:00, sha e49b512b0ade)
- Data as of 2026-08-30T08:39:29.467469+00:00.
