Full page screenshot tool

Paste any URL and capture the entire scrollable page — top to bottom — as a PNG, JPEG or PDF. Real hosted Chromium, no extension, no signup to try.

No extension 5 free captures/day PNG · JPEG · PDF

Capture a full page

Free · no signup

Your capture renders here — stamped and ready.

Full-page is on by default · 5 free demo captures/day · no card

The difference

Capture the entire page, not just the visible part

A normal screenshot stops at the fold. A full-page screenshot keeps scrolling and stitches every section into one tall image — hero to footer.

Normal screenshot stops at the fold
cut off here

Everything below the first screen is lost.

Full-page screenshot complete

Hero, body, gallery and footer — one stitched image.

Use cases

What people use full page screenshots for

Design & QA review

Capture a staging build and a production build, then put them side by side to spot what shifted.

Documentation

Grab one clean, complete image of a page instead of stitching together cropped chunks by hand.

Archiving & compliance

Keep a dated visual record of a page exactly as it appeared — useful for audits, ads and legal trails.

Client approvals

Send a stakeholder the whole page as one shareable image instead of a screen-recording or a pile of crops.

Reliability

Handles the hard parts automatically

Long pages, lazy-loaded content and sticky headers are where most screenshot tools fall apart. ScreenshotInk scrolls the page first so deferred images render before the shutter fires, dismisses cookie banners, and can block ads so they don't clutter the capture.

For very long pages you can cap the maximum height; for retina-crisp output you can set the exact width. Need a PDF instead of an image? Switch the format — same engine, same parameters.

Scrolls to load lazy content

Deferred images and sections render before capture.

Dismisses cookie banners

Consent overlays cleared so they don't block the page.

Optional ad blocking

Strip ad slots for a clean, distraction-free image.

Max-height & exact width

Cap very long pages; set retina-crisp output width.

From the tool to the API

Automate the same capture

This free tool is the same capture engine behind the ScreenshotInk API. When you're ready to capture hundreds of URLs, generate link previews, or wire screenshots into your own app, the API takes the same parameters you see here.

Identical requests are cached for 24 hours, so repeat captures are free — and every plan includes bulk capture, visual diff, Lighthouse audits and an MCP server for AI agents.

full page · cURL
curl "https://screenshotink.com/v1/capture" \
  -H "Authorization: Bearer sk_live_…" \
  -d url="https://stripe.com" \
  -d full_size=true \
  -d max_height=20000 -d format=png
200 · stitcheddone
{ "image_url": "…/9f2k1x.png", "height": 8260 }

Full page screenshot FAQ

Yes. You can capture full-page screenshots in the browser for free, no signup. A free API key adds 100 automated captures a month with no card.

PNG, JPEG, or a full PDF of the page. PNG is best for quality; JPEG for smaller files; PDF when you need a document.

Very long ones — the engine scrolls and stitches the whole document, with an optional maximum height so enormous pages stay manageable.

That is usually lazy-loaded content. Enable the lazy-load option so the page scrolls and renders everything before capture.