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

howie6879/ruia

Async Python 3.6+ web scraping micro-framework based on asyncio observed · 2026-08-28

github.com/howie6879/ruia · homepage · Python · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • 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-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 2977
  • days_rel: n/a
  • days_push: 1159
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1738 stars · 185 forks observed · 2026-08-28

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

Ruia is an async web scraping micro-framework for Python 3.6+ built on asyncio and aiohttp. It offers declarative Item/Field extraction (XPath, CSS selectors), spider control, and extensibility through middlewares and plugins.

Use cases

  • scrape product prices from e-commerce sites
  • crawl multiple pages concurrently with asyncio
  • extract structured data from HTML using CSS selectors or XPath
  • build a custom web crawler with middlewares
  • fetch and parse Hacker News-style listing pages
  • write an async spider without heavy frameworks like Scrapy

When to choose

  • you want a lightweight, asyncio-native alternative to Scrapy
  • you prefer declarative item definitions with XPath/CSS extraction
  • you need fine-grained control via middlewares and plugins
  • your scraping workload benefits from async concurrency

When to avoid

  • you need distributed crawling out of the box (still a TODO)
  • you require heavy JavaScript rendering without adding plugins
  • you need a framework with a large ecosystem and long-term commercial support
  • you are on Python older than 3.6

Facets

framework · maturity maintenance

web-scraping http-client middleware plugin-system crawlers web-development python windows cross-platform asyncio aiohttp spider crawler declarative uvloop micro-framework automation linux macos

10 sources

Member repositories

RepositoryRoleHealth v2
howie6879/ruiamain23

For agents

markdown · JSON · MCP: product_card(name="howie6879/ruia")

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