AdBlocker for Clean Website Screenshots

Capture precise and professional website screenshots with our AdBlocker feature. Advertisements and pop-ups can clutter a webpage, making it difficult to focus on the key content. Our AdBlocker feature allows you to eliminate these distractions before taking a screenshot, ensuring that your captures are clean and focused on the essential content.

This feature is particularly useful for tracking website changes. Ads frequently update or change, which could lead to false positives in your change tracking. By removing ads, you can avoid misinterpretations and ensure that you are accurately monitoring actual content changes.

Default AdBlocker Setting

By default, the AdBlocker feature is disabled. This means screenshots will include all page content, including advertisements, unless you specifically enable the AdBlocker.

How to Enable AdBlocker

To capture a screenshot without advertisements, activate the AdBlocker feature by setting the blockads parameter to true. Here is an example of an API request with AdBlocker enabled:

// Example API request with AdBlocker enabled https://api.addscreenshots.com/screenshots
?apikey=
YOUR_API_KEY
&blockads=true
&fullpage=true
&url=google.com/search?q=rental+car

Screenshot with AdBlocker Enabled

How to Disable AdBlocker (Default Setting)

If you prefer to include advertisements in your screenshots, you can use the default setting with AdBlocker disabled. Here is an example of an API request with AdBlocker disabled:

// Example API request with AdBlocker disabled https://api.addscreenshots.com/screenshots
?apikey=
YOUR_API_KEY
&blockads=false
&fullpage=true
&url=google.com/search?q=rental+car

Screenshot with AdBlocker Disabled