Guides
How to Scrape Cloudflare-Protected Sites Without Getting Blocked
Collect public data from Cloudflare sites without tripping every block: proxies, headers, solving Turnstile and the 5s challenge, and crawling at a human pace.
Guides
Collect public data from Cloudflare sites without tripping every block: proxies, headers, solving Turnstile and the 5s challenge, and crawling at a human pace.
Cloudflare Turnstile
The Turnstile sitekey is public and sits in the page HTML as data-sitekey, starting with 0x4AAAAAAA. How to find it, including when it's loaded by JavaScript.
Comparisons
How to actually pick a CAPTCHA solving service: what to evaluate, the main providers compared honestly, how to test one, and the red flags to avoid.
Cloudflare Turnstile
Cloudflare Turnstile is a CAPTCHA that checks the browser in the background and issues a token, no image puzzles. How it works, its three modes, and why sites use it.
Cloudflare 5s
What the cf_clearance cookie is, why it is bound to your IP and user-agent, and how to get and reuse it to skip Cloudflare's 5-second challenge.
Cloudflare Turnstile
Solve Cloudflare Turnstile with a solving API or a headless browser: real request/response, measured latency and cost, and the token flow, with working code.