New FeatureFebruary 8, 2026
Stealth mode for anti-bot bypass
Some websites use sophisticated bot detection that blocks standard browser automation. The new stealth mode uses a dedicated browser service with anti-detection techniques and residential proxies to bypass these protections.
How to use it
Add stealthMode: true to your request:
{
"url": "https://heavily-protected-site.com",
"stealthMode": true
}What it does
- Routes the capture through a specialized stealth browser service
- Uses residential proxies to avoid IP-based blocking
- Applies anti-fingerprinting techniques to appear as a real user
- Reduces false positives from captcha detection
Stealth mode uses more resources and may be slightly slower. Only enable it for sites that block standard captures.