Test all available options in our interactive Screenshot API Playground
format is the final screenshot image format that you want API to generate. You can use anyone the following image formats
TIP:
We provide free format conversion even after rendering the screenshot, you can convert any screenshot into any format even after rendering. You can find links to all format files in the dashboard for each screenshot you created.
Viewport is browser viewport you want to set for the screenshot, viewport can be set like this 1367x768 (widthxheight) the width and heights are in pixels.
Other examples ( you can set it any value you find fit )
timeout option is the hard limit for a screenshot process to finish. The screenshot will fail if the timeout is reached and the screenshot is not created. Timeout can be set in milliseconds
, timeout is counted as soon as the API start processing the screenshot request.
Sample options
Free plan users can set a maximum of 90000 (90 seconds)
Proxy option lets you set your own proxy URL. Screenshot will be rendered using proxy server as provided by you. Our API accepts proxy URL with and without authentication
Sample proxy URL
192.168.1.1:3128
username:password@192.168.1.1:3128
some-proxy-provider.com:3128
username:password@some-proxy-provider.com:3128