Automatic CAPTCHA Support
Evomi Scraping Browser includes built‑in, automatic solving for popular CAPTCHA providers. Solving runs transparently during navigation and form submits. You can disable specific solvers via URL parameters (e.g., solve_cloudflare=false
).
Supported Providers
Provider | Type | Cost | Logo |
---|---|---|---|
Cloudflare Turnstile | Turnstile | Free | ![]() |
GeeTest | Slider/Behavioral | Free | ![]() |
PerimeterX | Challenge | Free | ![]() |
Lemin Captcha | Puzzle | Free | ![]() |
reCAPTCHA | v2/v3/Enterprise | Free | ![]() |
AWS Captcha | WAF Captcha | Free | ![]() |
ℹ️
Availability may vary by target site integration and challenge variant. The browser attempts safe fallbacks where possible.
How it works
- Detection occurs at runtime; challenges are solved inline with page actions.
- No external solver keys or credits needed.
- Solvers respect page security policies and emulate genuine user flows.
Toggling solvers
Use URL query parameters to control solvers globally per session.
wss://browser.evomi.com?key=YOUR_API_KEY&solve_cloudflare=false
Visual Examples
The logos above are served locally from the docs static directory for reliability. Add real challenge screenshots later if needed.