Ross ROSS = Recommend OSS · open-source software intelligence for agents

scrapinghub/frontera

A scalable frontier for web crawlers observed · 2026-08-28

github.com/scrapinghub/frontera · Python · BSD-3-Clause (permissive) observed · 2026-08-28

Health v2 · maintenance only

34/100

  • Activity 25
  • 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: 4302
  • days_rel: n/a
  • days_push: 453
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1332 stars · 212 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Frontera is a Python web crawling framework that implements a scalable crawl frontier, storing and prioritizing links extracted by crawlers to decide which pages to visit next. It supports both single-process and distributed operation with pluggable backends (SQLAlchemy, Redis, HBase) and message buses (Kafka, ZeroMQ).

Use cases

  • build a large-scale distributed web crawler
  • prioritize which URLs a crawler should fetch next
  • run a breadth-first or depth-first crawl strategy at scale
  • integrate a crawl frontier with Scrapy spiders
  • distribute crawling work across multiple workers via Kafka
  • implement a site discovery crawler respecting robots.txt and sitemaps

When to choose

  • you need a battle-tested, scalable frontier for a large online crawler
  • you want pluggable backends and message buses for distributed crawling
  • you already use Scrapy and need frontier logic
  • you need to crawl tens of millions of documents daily

When to avoid

  • you only need a simple one-off scraper without URL prioritization
  • you want a turnkey crawler rather than a frontier framework to build on
  • you need active feature development - the project is largely in maintenance mode

Facets

framework · maturity maintenance

web-scraping message-queue caching database crawlers web-development big-data python self-hosted crawl-frontier distributed-crawling scrapy kafka hbase redis url-prioritization search linux docker

2 sources

Member repositories

RepositoryRoleHealth v2
scrapinghub/fronteramain34

For agents

markdown · JSON · MCP: product_card(name="scrapinghub/frontera")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem