Thumbnails. The internet loves them. Every directory site, every bookmark manager, every "top sites" grid needs them. denkbot.dog generates real browser screenshots and returns them as PNG. No PhantomJS relics, no canvas tricks. Just Chromium and a POST request.
Website directory thumbnails, browser new-tab pages, bookmark managers, link aggregators, and any product that visually represents websites.
# Generate a thumbnail at 320×240
curl -X POST https://api.denkbot.dog/screenshot \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"url": "https://example.com",
"width": 1280,
"height": 800,
"fullPage": false
}' \
--output thumb.pngDepends on the page content. For a 1280×800 viewport, typically 200-800KB.
Not via the API. You'd resize in your own image processing pipeline after receiving the PNG.
Not currently. Screenshots are 1x pixel density.

€19/year. Unlimited requests. API key ready in 30 seconds.