Scroll Wait

Scroll and pause to trigger load-on-demand content for full page screenshots based on the viewport size.

Default Scroll Wait

The default scroll wait is 100 milliseconds per screen (viewport) for full page screenshots.

The maximum scroll wait duration is:

  • Free Plan: 1000 milliseconds (1 sec)
  • Start Plan: 2000 milliseconds (2 sec)
  • Pro Plan: 5000 milliseconds (5 sec)
  • Enterprise Plan: 10000 milliseconds (10 sec)

Example 1 Scroll Wait Disabled

Here is an example request to take a full page screenshot without scroll waiting (note that the default 50 milliseconds scroll wait will still apply).

// Line breaks added for readability https://api.addscreenshots.com/screenshots
?apikey=
YOUR_API_KEY
&fullpage=true
&url=amazon.com

Amazon Screenshot Loading

Example 1 Scroll Wait Enabled

Here is an example request to take a full page screenshot with a scroll wait value of 1000 milliseconds (1 second).

// Line breaks added for readability https://api.addscreenshots.com/screenshots
?apikey=
YOUR_API_KEY
&fullpage=true
&scroll_wait=1000

&url=amazon.com

Scroll Wait Amazon Screenshot

Example 2 Scroll Wait Disabled

Here is an example request to take a full page screenshot without scroll waiting (note that the default 50 milliseconds scroll wait will still apply).

// Line breaks added for readability https://api.addscreenshots.com/screenshots
?apikey=
YOUR_API_KEY
&fullpage=true
&url=trademe.co.nz

TradeMe Screenshot Loading

Example 2 Scroll Wait Enabled

Here is an example request to take a full page screenshot with a scroll wait value of 250 milliseconds (1/4 second).

// Line breaks added for readability https://api.addscreenshots.com/screenshots
?apikey=
YOUR_API_KEY
&fullpage=true
&scroll_wait=250

&url=trademe.co.nz

Scroll Wait TradeMe Screenshot