Screenshot API
Last updated
Last updated
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.
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