Block Ads

Enable the screenshot adblocker to remove advertisements prior to taking a website screenshot.

Blocking adverts is experimental and is not recommended for large volume production use.
Screenshot requests may fail intermittently when advert blocking is enabled.

Block Ads Default

The default blockads parameter is false.

Block Ads Enabled

The example below show a screenshot with blocked ads:

// Line breaks added for readability https://api.addscreenshots.com/screenshots
?apikey=
YOUR_API_KEY
&blockads=true
&fullpage=true
&url=google.com/search?q=rental+car

Screenshot with Blocked Ads

Block Ads Disabled (default)

The example below show a screenshot with ads:

// Line breaks added for readability https://api.addscreenshots.com/screenshots
?apikey=
YOUR_API_KEY
&blockads=false
&fullpage=true
&url=google.com/search?q=rental+car

Screenshot without Blocked Ads