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

daijro/hrequests

🚀 Web scraping for humans observed · 2026-08-28

github.com/daijro/hrequests · homepage · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

30/100

  • Activity 0
  • Release rhythm 40
  • Longevity 82
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: 21
  • age_days: 1154
  • days_rel: 640
  • days_push: 640
  • n_releases_24m: 2

Full methodology

Adoption not part of the score

1023 stars · 66 forks observed · 2026-08-28

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

hrequests is a Python HTTP client library that replaces the requests library with browser TLS fingerprint replication, HTTP/2 support, and fast concurrency via a Go backend and gevent. It also integrates headless browser automation with anti-detect browsing (Camoufox/Patchright), JavaScript rendering, and a built-in HTML parser.

Use cases

  • scrape websites that block python requests via tls fingerprinting
  • render javascript pages while scraping
  • make concurrent http requests in python
  • replace requests library with browser-like headers
  • automate a headless browser with anti-detection
  • parse html from scraped pages
  • scrape sites behind cloudflare

When to choose

  • you need requests-like ergonomics but with realistic browser TLS fingerprints and headers
  • you want to mix plain HTTP requests and full browser rendering in one library
  • you need high-concurrency scraping with gevent/goroutine performance
  • you need anti-detect browsing with human-like input simulation

When to avoid

  • you just need a simple, dependency-light HTTP client without scraping features
  • you need a language other than Python
  • you require a battle-tested minimal client like httpx or requests for plain API calls
  • you need distributed large-scale scraping infrastructure rather than a client library

Facets

library · maturity active

http-client web-scraping parser browser-extension web-development crawlers developer-tools python cross-platform tls-fingerprinting anti-detect playwright gevent javascript-rendering http2 requests-replacement browser-automation

3 sources

Member repositories

RepositoryRoleHealth v2
daijro/hrequestsmain30

For agents

markdown · JSON · MCP: product_card(name="daijro/hrequests")

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