Tutorials

Real-world tutorials for bypassing Turnstile, solving reCAPTCHA, automating logins, and scraping protected pages.

Clear filters
Tutorials Rate Limiting Your Own CAPTCHA Solving Requests
Implement client-side rate limiting for Captcha AI API calls — token bucket, sliding window, and per-key limits to prevent overuse and control costs.

Implement client-side rate limiting for Captcha AI API calls — token bucket, sliding window, and per-key limit...

Feb 26, 2026
Tutorials Building a CAPTCHA Solve Event Bus with Node.js and CaptchaAI
Build an in-process event bus in Node.js for CAPTCHA solve lifecycle events — submit, pending, solved, failed — with Captcha AI integration.

Build an in-process event bus in Node.js for CAPTCHA solve lifecycle events — submit, pending, solved, failed...

Feb 25, 2026
Tutorials Shadow DOM CAPTCHA Handling: Reaching Elements in Web Components
Find and extract CAPTCHA parameters from shadow DOM elements — pierce shadow roots with Playwright and Puppeteer to reach sitekeys inside web components.

Find and extract CAPTCHA parameters from shadow DOM elements — pierce shadow roots with Playwright and Puppete...

Feb 25, 2026
Tutorials Redis for CAPTCHA Token TTL Management and Caching
Use Redis to cache CAPTCHA tokens with TTL-based expiration — pre-solve token pools, warm caches, and token reuse patterns for faster CAPTCHA workflows.

Use Redis to cache CAPTCHA tokens with TTL-based expiration — pre-solve token pools, warm caches, and token re...

Feb 25, 2026
Tutorials Python CAPTCHA Solving with Retry and Error Handling Patterns
Build robust CAPTCHA solving with Python retry logic, exponential backoff, circuit breakers, and error classification for Captcha AI integrations.

Build robust CAPTCHA solving with Python retry logic, exponential backoff, circuit breakers, and error classif...

Feb 24, 2026
Tutorials Node.js Puppeteer + CaptchaAI Advanced Patterns
Advanced Puppeteer + Captcha AI integration patterns: stealth mode, request interception, iframe handling, multi-page flows, and parallel solving.

Advanced Puppeteer + Captcha AI integration patterns: stealth mode, request interception, iframe handling, mul...

Feb 24, 2026
Tutorials Solving reCAPTCHA v2 with Python Requests and CaptchaAI
Step-by-step guide to solving re CAPTCHA v 2 using Python's requests library and Captcha AI API.

Step-by-step guide to solving re CAPTCHA v 2 using Python's requests library and Captcha AI API. Includes comp...

Feb 24, 2026
Tutorials CAPTCHA Handling in Django Applications with CaptchaAI
Integrate Captcha AI into Django applications for server-side CAPTCHA verification and automated solving in form submissions.

Integrate Captcha AI into Django applications for server-side CAPTCHA verification and automated solving in fo...

Feb 23, 2026
Tutorials Image CAPTCHA Preprocessing: Contrast, Rotation, and Noise Removal
Improve image CAPTCHA solve rates by preprocessing images before sending to Captcha AI — adjust contrast, fix rotation, remove noise, and optimize image quality...

Improve image CAPTCHA solve rates by preprocessing images before sending to Captcha AI — adjust contrast, fix...

Feb 23, 2026
Tutorials Retry Storm Prevention in CAPTCHA Solving Systems
Prevent retry storms in CAPTCHA solving systems — use exponential backoff with jitter, token buckets, and coordinated retry limits so failed tasks don't overwhe...

Prevent retry storms in CAPTCHA solving systems — use exponential backoff with jitter, token buckets, and coor...

Feb 23, 2026
Tutorials Factory Pattern for Multi-Type CAPTCHA Solving with CaptchaAI
Use the factory pattern to select the correct CAPTCHA solver at runtime — detect CAPTCHA type from page source, instantiate the matching solver, and handle new...

Use the factory pattern to select the correct CAPTCHA solver at runtime — detect CAPTCHA type from page source...

Feb 23, 2026