Disable Stealth
Using the disable_stealth parameter, you can tell Web Scraping API to explicitly disable the stealth plugin that is used by default.
Disable Stealth examples
GET https://scrape.shifter.io/v1?api_key=api_key&url=https://httpbin.org/get&disable_stealth=1&render_js=1
⇡ Input
curl --request GET --url "https://scrape.shifter.io/v1?api_key=api_key&url=https%3A%2F%2Fhttpbin.org%2Fget&disable_stealth=1&render_js=1"
⇣ Output
<body>
<pre style="word-wrap: break-word; white-space: pre-wrap;">{
"args": {},
"headers": {
"Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9",
"Accept-Encoding": "gzip, deflate, br",
"Accept-Language": "en-US,en;q=0.9",
"Cookie": "MUIDB=09BEED778B5E6BBF0F38FCE58A816AF1",
"Host": "httpbin.org",
"Sec-Fetch-Dest": "document",
"Sec-Fetch-Mode": "navigate",
"Sec-Fetch-Site": "none",
"Sec-Fetch-User": "?1",
"Upgrade-Insecure-Requests": "1",
"User-Agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.0 Safari/537.36",
"X-Amzn-Trace-Id": "Root=1-6267e32d-2cb7e3a46d827e293918711c"
},
"origin": "196.243.24.17",
"url": "https://httpbin.org/get"
}
</pre>
</body>
</html>
Last updated
Was this helpful?