CAPTCHA (Completely Automated Public Turing test to tell Computers and Humans Apart) to test sprawdzający czy użytkownik jest człowiekiem. Główne typy w 2026:
- reCAPTCHA v2/v3 (Google) — najpopularniejszy. v2 to checkbox "I'm not a robot" lub image grid. v3 jest invisible, daje score 0.0-1.0.
- hCaptcha — privacy-focused alternatywa dla reCAPTCHA. Image challenges.
- Cloudflare Turnstile — Cloudflare invisible captcha, growing fast.
- FunCaptcha (Arkose Labs) — interaktywne 3D challenges, najtrudniejszy do solve.
Bypass strategies:
- Solving services — 2Captcha, Anti-Captcha. Cena $1-3 / 1000 captchas. Działa dla większości typów ale wolne (10-30s).
- Session warming — dla reCAPTCHA v3 build trust score przez normal browsing, captcha może w ogóle się nie pojawić.
- AI solvers — modele computer vision dla niektórych typów. Variable accuracy.
- Premium residential proxies — clean IP reputation często redukuje captcha frequency.
W production scraping: captcha to nie blocker tylko cost — zaplanuj $0.001-0.003 per request gdy się pojawia. Anti-bot detection i CAPTCHA są często skorelowane.