rmax/scrapy-redis
Redis-based components for Scrapy. observed · 2026-08-28
Health v2 · maintenance only
60/100
- Activity 83
- 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: 5483
- days_rel: n/a
- days_push: 106
- n_releases_24m: 0
Adoption not part of the score
5642 stars · 1583 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
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
library · maturity active
web-scraping message-queue caching middleware crawlers web-development databases developer-tools python cross-platform scrapy redis distributed-crawling spider crawler
2 sources
- readme: https://github.com/rmax/scrapy-redis · fetched 2026-08-28 · 9993c0702b45
- registry_pypi: https://pypi.org/pypi/scrapy-redis/json · fetched 2026-08-29 · e49b512b0ade
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rmax/scrapy-redis | main | 60 |
For agents
markdown · JSON · MCP: product_card(name="rmax/scrapy-redis")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem