Skip to content
Login Sign up

Disable stealth

The Web Scraping API enables a stealth plugin by default when rendering JavaScript. Set disable_stealth=1 to turn it off, for example when the plugin interferes with how a specific target behaves.

GET https://scrape.shifter.io/v1?api_key=YOUR_API_KEY&url=<TARGET_URL>&disable_stealth=1&render_js=1
ParameterTypeRequiredDescription
api_keystringyesYour Web Scraping API key
urlstringyesTarget URL to fetch
disable_stealthintegerno1 disables the stealth plugin, 0 keeps it on.
render_jsintegeryesMust be 1. Stealth only applies when rendering JavaScript.
Terminal window
curl "https://scrape.shifter.io/v1?api_key=YOUR_API_KEY&url=https%3A%2F%2Fhttpbin.org%2Fget&disable_stealth=1&render_js=1"
{
"args": {},
"headers": {
"Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8",
"Accept-Encoding": "gzip, deflate, br",
"Accept-Language": "en-US,en;q=0.9",
"Host": "httpbin.org",
"User-Agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.0 Safari/537.36"
},
"origin": "196.243.24.17",
"url": "https://httpbin.org/get"
}