ViperCapture
Screenshot automation

Full-Page Screenshot API

Capture an entire scrolling webpage in one image, with lazy-content loading and a separate 20,000-pixel safety ceiling.

A simpler capture workflow

Full-page screenshots are useful when the viewport is only part of the story. ViperCapture scrolls through supported pages to load deferred content, then captures the complete document within safe output limits.

Example request

{
  "url": "https://example.com/long-page",
  "output": "webp",
  "full_page": true,
  "wait_for": { "load_state": "networkidle" }
}