Generate Screenshots

Taking a screenshot from the page you scrape is very easy with our new screenshot feature with simply using the parameter screenshot set to true when sending your request.

To generate a screenshot of the whole page, we need to use render=true. Therefore the price for generating screenshots increases your request by 10 credits.

The parameter is available for API, ASYNC and all Endpoints of the Structured Endpoint Collection.

How to use it:

Add the parameter screenshot=true to your request:

https://api.scraperapi.com/?
api_key=xxxx
&url=https://www.amazon.com/Nintendo-SwitchTM-Neon-Blue-Joy%E2%80%91ConTM-Switch/dp/B0BFJWCYTL/
&screenshot=true

You do not need to add the rendering parameter. We do this automatically for your request.

You will receive the screenshot of the whole page as a PNG within your response header

sa-screenshot: https://screenshots.scraperapi.com/b9020ccb-ec94-45c8-9d47-a5a1c98bb40e.png

Last updated