Feature

Full Page Screenshot API

Capture entire web pages from top to bottom with a single API parameter. Perfect for archiving, documentation, and long-form content capture.

How Full Page Screenshots Work

Standard screenshots only capture what's visible in the viewport. With GetScreenshot's fullpage parameter, you can capture the entire scrollable height of any webpage.

Our rendering engine automatically scrolls through the entire page, stitching together a seamless full-length screenshot. This handles lazy-loaded images, infinite scroll sections, and dynamic content loading.

API Parameter

fullpage=true

Set to true to capture the entire page height. Default is false (viewport only).

Example Request

https://api.rasterwise.com/v1/get-screenshot
  ?apikey=YOUR_API_KEY
  &url=https://example.com/long-page
  &fullpage=true
  &width=1280

Response

{
  "screenshot": "https://cdn.rasterwise.com/...",
  "width": 1280,
  "height": 4560,
  "format": "png"
}

Common Use Cases

Full page screenshots are essential for many workflows

Website Archiving

Preserve complete snapshots of web pages for compliance, legal records, or historical documentation.

Learn more

Documentation

Create visual documentation of entire landing pages, product pages, or user interfaces for training and reference.

Competitive Analysis

Monitor competitor websites and capture their complete layouts, pricing pages, and feature lists over time.

Learn more

SEO Audits

Capture complete page layouts for SEO analysis, including all content sections, CTAs, and navigation elements.

Learn more

Portfolio Generation

Automatically capture full screenshots of client websites for agency portfolios and case studies.

Learn more

Change Monitoring

Track visual changes to entire web pages over time. Compare full-page screenshots to detect updates.

Learn more

Works with No-Code Tools

Capture full page screenshots without writing code

Ready to Capture Full Page Screenshots?

Get started with GetScreenshot's affordable plans. Full page capture included in all tiers.