Skip to content
domscoutPlayground
API Playground

API Playground

Costfree

3 captures an hour, no account needed — a URL in, an image and Markdown back. Everything else on this page runs on your own key. Get one free.

Target
Viewport & output

Semantic snapshots, diagnostics, heuristic cleanup, field extraction, selectors and script injection are part of the full API and run on your own key. to enable them.

Free demo
Nothing captured yet. Put in a URL and press Run — 3 free captures an hour, no account needed.
Copy this request
curl -X POST https://api.domscout.io/screenshot \
  -H "Content-Type: application/json" \
  -H "x-api-key: $DOMSCOUT_API_KEY" \
  -d '{
    "url": "https://en.wikipedia.org/wiki/JavaScript",
    "format": "png",
    "width": 393,
    "height": 852,
    "isMobile": true,
    "hasTouch": true,
    "deviceScaleFactor": 2,
    "extractMarkdown": true
  }'
Screenshot & Scraping API Playground | domscout