The Stealth Mode Browser feature allows you to capture full-page screenshots in a way that minimizes detection by websites. This feature is particularly useful when dealing with websites that employ measures to detect and block automated interactions. By using Stealth Mode, you ensure that your screenshot captures are as discreet and untraceable as possible, enhancing user privacy and maintaining the integrity of your automation processes.
Stealth Mode is crucial for use cases where the website has strong anti-bot measures. Websites may use techniques like JavaScript checks or behavioral analysis to identify and block automated screenshot requests. Stealth Mode helps bypass these detections by mimicking more human-like browser interactions. Here are a couple of scenarios where Stealth Mode is beneficial:
By default, Stealth Mode is not activated. To use it, you need to explicitly enable it by setting the stealth parameter to true in your request.
To activate Stealth Mode for a screenshot request, append the &stealth=true parameter to the URL query string. This instructs the system to use techniques designed to mask the automated nature of the screenshot capture.
https://api.addscreenshots.com/screenshots
?apikey=YOUR_API_KEY
&stealth=true
&url=https://www.woolworths.co.nz/shop/searchproducts?search=chocolate
Your API key can be found on the API Keys page. Need an API Key? Sign up to get started.
For internal applications, replace YOUR_API_KEY with your own unique API Key.
For public facing websites or hotlinks, generate a signed URL.
Using Stealth Mode offers several advantages: