Screenshots API

Take screenshots of any website, convert any website to image. Screenshots API for developers.

Full Page Screenshots

Capture the entire webpage via API, no matter how long it is, with our full-page screenshot feature.

Custom Viewports

Set your own viewport dimensions to capture the perfect screenshot for your needs.

High-Quality Output

Choose between PNG or JPG formats, and set the quality level to get the image just right.

How to Capture a Website
Screenshot via API

Easy, grab a free API Key and just make a GET request to the our endpoint

curl https://jsonlink.io/api/screenshot?api_key=<API_KEY>&url=<URL>

Available options: viewport_width, viewport_height, device_scale_factor, format, quality, full_page

Screenshot API
Frequently Asked Questions

JsonLink Screenshot API is built to capture website screenshots super fast, simple and with a great free tier

Pretty much! Our free plan lets you capture few screenshots, please visit our Pricing to get current free tier limit

Yes, you can signup to gran a free API Key to get access to our API

Yes, you can capture full-page screenshots by setting the `fullPage` parameter to true. This will capture the entire length of the webpage, not just the visible portion.

You can choose between PNG and JPG formats for your screenshots. Simply specify the `format` parameter in your request to select your preferred format.

Yes, you can configure the viewport width and height by setting the `viewport_width` and `viewport_height` parameters. This allows you to control the dimensions of the viewport for capturing the screenshot.