Skip to main content
Capture the entire scrollable page, not just the visible viewport.

Request

With Custom Viewport Width

Control the width while capturing full height:
With isFullPage: true, the height is automatically determined by the page content.

Use Cases

  • Archiving - Capture complete page content
  • Documentation - Screenshot entire articles or docs
  • Testing - Visual regression testing
  • PDFs - Generate complete page PDFs

With Wait for Content

For pages with lazy-loaded content:

Performance Tips

Full page captures can be resource-intensive:
  1. Increase timeout - Long pages need more time
  2. Use networkidle - Ensures lazy content loads
  3. Consider WebP - Better compression for large images
  4. Enable caching - Avoid redundant captures