Pageshot
Capture Studio

Full Page Capture

Control full-page output and chunking behavior.

Full page flag

{
  "full_page": true
}

Capture modes

  • capture.mode=full uses a single output
  • capture.mode=chunks produces scroll slices
  • capture.mode=both returns full plus chunks
{
  "full_page": true,
  "capture": {
    "mode": "both",
    "chunk_height": 900,
    "chunk_overlap": 0,
    "max_chunks": 20
  }
}

Algorithms

full_page_algorithm controls how full-page images are built:

  • auto uses the browser capture
  • scroll and sections use scrolling slices and stitch results

Large pages

full_page_max_height caps the maximum height. If the page is taller and a full capture is requested, the API returns resulting_image_too_large.

Capture beyond viewport

Enable capture_beyond_viewport to expand the viewport to the full height before the screenshot, which helps on pages that depend on viewport size.