New FeatureFebruary 28, 2026
Stealth Mode for Anti-Bot Bypass
Some websites use anti-bot systems that block automated browsers, returning blank pages, CAPTCHAs, or access denied errors. Stealth mode uses a specialized capture engine that bypasses these protections.
{
"url": "https://protected-site.com",
"stealthMode": true
}If a CAPTCHA is detected, the capture automatically retries with exponential backoff (up to 3 attempts).
Works Everywhere
Stealth mode is available across all capture methods:
- Single screenshots (
POST /v1/screenshots) - Async jobs (
POST /v1/screenshots/async) - Bulk captures (
POST /v1/screenshots/bulk) - Compositions (
POST /v1/screenshots/compose) - Scheduled captures
Toggle it in the dashboard under the blocking section of any capture mode, or pass "stealthMode": true in your API request.
See the Stealth mode documentation for full details, examples, and best practices.