# daijro/hrequests

🚀 Web scraping for humans

Repository: https://github.com/daijro/hrequests
Canonical: https://ross.abutalabs.com/products/hrequests
Homepage: https://daijro.gitbook.io/hrequests/
Language: Python
License: MIT
License Family: permissive
Topics: forhumans, gevent, grequests, http, humans, playwright, playwright-python, python, python-requests, requests, scraping, tls
Last push: 2024-12-01T02:55:33+00:00

## Health v2 (maintenance only)
Score: 30/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 40, longevity 82
- inputs: {"age_days": 1154, "days_push": 640, "days_rel": 640, "gap_med": 21, "n_releases_24m": 2}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1023, forks 66 (observed 2026-08-28T04:03:16.224609+00:00)

## What it is
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
- artifact type: library
- maturity: active
- function: http-client, web-scraping, parser, browser-extension
- domain: web-development, crawlers, developer-tools
- platform: python, cross-platform
- tags: tls-fingerprinting, anti-detect, playwright, gevent, javascript-rendering, http2, requests-replacement, browser-automation

## Member repositories
- daijro/hrequests (main) score 30

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:16.224609+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-30T07:08:18.988542+00:00, confidence not recorded.
  - readme: https://github.com/daijro/hrequests (fetched 2026-08-28T04:03:16.224609+00:00, sha 23216ffb1956)
  - homepage: https://daijro.gitbook.io/hrequests/ (fetched 2026-08-29T13:08:50.780959+00:00, sha df012b9c6e93)
  - registry_pypi: https://pypi.org/pypi/hrequests/json (fetched 2026-08-29T13:08:50.790536+00:00, sha 1d2f2305af70)
- Data as of 2026-08-30T08:39:29.467469+00:00.
