Screenshot Lookup API

API Structure

Deepinfo Screenshot API allows you to automatically view screenshots of any domain name in high quality within seconds. You can also use custom query parameters to capture full page screenshots, mobile screenshots and accurately manage the viewport size.

Note: POST and GET modes accept the exact same parameters in the request body, but you need to use a JSON.

Let's start by creating a two-week free account from Deepinfo platform, get your API key and you are ready. Next, you can test using the following cURL command.

Samples with the curl command:
GET

curl --request GET \
     --url 'https://api.deepinfo.com/v1/lookup/screenshot/?url=deepinfo.com&width=1366&height=768&mode=slow&full_page=false&retina=false&lazy_load=false&mobile=false&block_ads=false&landscape=false&no_cookie_banners=false&touchscreen=false&no_js=false&timeout=15000&delay=0&accept_languages=en-US%2Cen%3Bq%3D0.8' \
     --header 'Accept: application/json' \
	   --header 'apikey: [YOUR_API_KEY]'

POST

curl --request GET \
     --url 'https://api.deepinfo.com/v1/lookup/screenshot/?url=deepinfo.com&width=1366&height=768&mode=slow&full_page=false&retina=false&lazy_load=false&mobile=false&block_ads=false&landscape=false&no_cookie_banners=false&touchscreen=false&no_js=false&timeout=15000&delay=0&accept_languages=en-US%2Cen%3Bq%3D0.8' \
     --header 'Accept: application/json' \
  	 --header 'apikey: [YOUR_API_KEY]'

If you wish to call the Screenshot Lookup API with real values and the run code, just click here.

You can always contact us and ask for more assistance.