Tutorials

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

Clear filters
Tutorials Solve CAPTCHAs with Go Using CaptchaAI
Step-by-step Go tutorial for solving re CAPTCHA, Turnstile, image CAPTCHAs and using the Captcha AI REST API.

Step-by-step Go tutorial for solving re CAPTCHA, Turnstile, image CAPTCHAs and more using the Captcha AI REST...

Mar 29, 2026
Tutorials Batch CAPTCHA Solving Cost Estimation and Budget Alerts
Estimate costs for batch CAPTCHA solving, set budget limits, track per-task spending, and configure alerts to prevent unexpected charges with Captcha AI.

Estimate costs for batch CAPTCHA solving, set budget limits, track per-task spending, and configure alerts to...

Mar 28, 2026
Tutorials HTTP Replay for CAPTCHA API Debugging: Save and Reproduce Errors
How to capture, save, and replay Captcha AI API requests for debugging — record failing interactions as HAR files or request logs, then reproduce them to isolat...

How to capture, save, and replay Captcha AI API requests for debugging — record failing interactions as HAR fi...

Mar 27, 2026
Tutorials reCAPTCHA in Single Page Applications: Dynamic Loading Patterns
Handle re CAPTCHA in React, Vue, and Angular SPAs where the widget loads dynamically — detect render timing, extract site keys from virtual DOM, and inject toke...

Handle re CAPTCHA in React, Vue, and Angular SPAs where the widget loads dynamically — detect render timing, e...

Mar 26, 2026
Tutorials Building a CAPTCHA Solving Queue in Node.js
Build a production CAPTCHA solving queue in Node.js.

Build a production CAPTCHA solving queue in Node.js. Promise-based concurrency, p-queue, Event Emitter pattern...

Mar 24, 2026
Tutorials Abstract CAPTCHA Solver Interface: Provider-Agnostic Design
Design a provider-agnostic CAPTCHA solver interface — abstract the solving API so your codebase works with Captcha AI, mock solvers, or any future provider thro...

Design a provider-agnostic CAPTCHA solver interface — abstract the solving API so your codebase works with Cap...

Mar 23, 2026
Tutorials Build a Content Change Monitoring Bot with CaptchaAI
Build a bot that monitors web page content for changes, handles CAPTCHAs, and sends alerts when content updates are detected.

Build a bot that monitors web page content for changes, handles CAPTCHAs, and sends alerts when content update...

Mar 22, 2026
Tutorials CSV-Driven Batch CAPTCHA Solving with Python and CaptchaAI
How to process a CSV file of CAPTCHA tasks with Python and Captcha AI — URLs and sitekeys from CSV, submit tasks in parallel, write solved tokens back to the ou...

How to process a CSV file of CAPTCHA tasks with Python and Captcha AI — read URLs and sitekeys from CSV, submi...

Mar 22, 2026
Tutorials Queue-Based Batch CAPTCHA Processing with Priority Levels
How to build a priority queue system for CAPTCHA solving — assign priority levels to tasks, process high-priority requests first, manage concurrency limits, and...

How to build a priority queue system for CAPTCHA solving — assign priority levels to tasks, process high-prior...

Mar 20, 2026
Tutorials Scheduled CAPTCHA Solving: Cron Jobs and Task Schedulers
Schedule recurring CAPTCHA solving tasks with cron, systemd timers, node-cron, and APScheduler — automate periodic data collection behind CAPTCHA-protected page...

Schedule recurring CAPTCHA solving tasks with cron, systemd timers, node-cron, and APScheduler — automate peri...

Mar 19, 2026
Tutorials Connection Pool Sizing for CAPTCHA API HTTP Clients
Size HTTP connection pools correctly for CAPTCHA API clients — avoid socket exhaustion, reduce latency, and match pool size to concurrency demands.

Size HTTP connection pools correctly for CAPTCHA API clients — avoid socket exhaustion, reduce latency, and ma...

Mar 18, 2026