How to enable
Add"stealth": true to the request body of any endpoint that supports it:
stealth:
POST /v1/scrapePOST /v1/smartscraper
POST /v1/smartbrowse/recipes/:id/run already runs in real Chrome, so stealth is built in.
When to use it
Use stealth when…
- You’re getting 403 / 429 / “Just a moment…” challenge pages
- The page is client-rendered and the default fetch returns an empty shell
- You need to get past a CAPTCHA or challenge interstitial
Skip stealth when…
- The default fetch already returns what you need (most marketing, news, listing, and product pages)
- You’re hitting a JSON API or RSS feed
- You’re at high volume and the default fetcher is working