Anorov/cloudflare-scrape
A Python module to bypass Cloudflare's anti-bot page. 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: 4934
- days_rel: n/a
- days_push: 1055
- n_releases_24m: 0
Adoption not part of the score
3538 stars · 449 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A Python module (cfscrape) built on Requests that bypasses Cloudflare's JavaScript anti-bot challenge page ('I'm Under Attack Mode') so scripts can scrape protected websites. It uses Node.js to solve Cloudflare's obfuscated JavaScript challenges, impersonating a regular browser.
Use cases
- scrape a website protected by Cloudflare
- bypass Cloudflare's checking your browser page
- crawl Cloudflare-protected sites with Python
- fetch pages behind Cloudflare IUAM anti-bot mode
- make requests to sites that block non-browser clients
When to choose
- you need to programmatically access a site that only shows the JavaScript-check Cloudflare page
- you want a lightweight Requests-based solution rather than a full headless browser
- you're scraping with Python 2.6-3.7 and have Node.js available
When to avoid
- the target site presents a reCAPTCHA challenge, which this cannot solve
- Cloudflare has updated their protections beyond what this unmaintained-era module handles
- you need a maintained solution - consider cloudscraper or headless browsers instead
- you cannot install Node.js on your machine
Facets
library · maturity maintenance
web-scraping http-client security crawlers web-development security python cross-platform cloudflare-bypass anti-bot requests-wrapper iuam cfscrape nodejs
1 source
- readme: https://github.com/Anorov/cloudflare-scrape · fetched 2026-08-28 · a8594218bb83
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Anorov/cloudflare-scrape | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="Anorov/cloudflare-scrape")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem