Screenshot API

With this API you can take screenshots of any page. You just have to send a GET request to https://api.scrapingdog.com/screenshot with the below-given parameters.

Each successful request to this API will cost 25 credits.

Parameters

ParameterDescription

api_key required

Your personal API key. Available on your dashboard. Type: String

url required

This is the URL of the page for which you want to take a screenshot. Type: String

fullPage

This is a boolean that tells our server to take a full-page screenshot or just the part that is visible without scrolling. Type: Boolean

API Example

curl "https://api.scrapingdog.com/screenshot?api_key=6103077e467766765f5803ed2df7bc8&url=https://www.scrapingdog.com"

Response

Last updated