# Full Page Screenshot

> Free full page screenshot tool. Paste a URL and get the whole page as one PNG, captured in a real browser that scrolls to load lazy images. No watermark, no login, no height cap.

This is the Markdown copy of https://usesuperflow.ai/tools/full-page-screenshot, published for AI agents and scripts.

## What it does

Capture any page from top to bottom in a real browser. No watermark, no extension, no signup.

## How to use it

1. **Paste any URL.** We open the page in a real headless browser at a desktop viewport, the same way a visitor would see it.
2. **We scroll the whole page.** The browser scrolls to the bottom before capturing, so images and sections that only load when they come into view are actually in the shot.
3. **Download the PNG.** You get one image of the entire page. Download it straight away, because the link we give you stops working after about 24 hours.

## Call it directly

**HTTP:** `POST https://usesuperflow.ai/api/tools/full-page-screenshot`. No API key, no account.

```bash
curl -sS https://usesuperflow.ai/api/tools/full-page-screenshot \
  -H 'Content-Type: application/json' \
  -d '{"url":"example.com"}'
```

Returns `{ imageUrl, expiresAt, bytes, width, height, deviceType }`.

**MCP:** this tool is `capture_full_page_screenshot` on Superflow's MCP server at `https://usesuperflow.ai/api/mcp` (Streamable HTTP, no authentication). Setup for every client: https://usesuperflow.ai/tools/mcp

Limits: 10 runs per hour per IP. Allow up to 90 seconds for a response. Results are cached for 24 hours per URL; pass `"refresh": true` to run again.

## Facts

| | |
| --- | --- |
| Cost | Free. No login, no email, no watermark. |
| Where it runs | On our servers. A real headless browser loads the page, scrolls to the bottom so lazy content renders, and captures the full height as one PNG. |
| Stored data | The PNG is stored in our own cloud bucket, and the link to it expires about 24 hours after the capture. The run result is cached for one hour, keyed on the URL. Nothing else is kept, and there is no account or history. |
| Link expiry | About 24 hours. This is a signed storage link, not a permanent URL. Download the file if you need it beyond that, or run the capture again for a fresh link. |
| API | POST /api/tools/full-page-screenshot with a JSON body of {"url": "example.com"}. Returns JSON with imageUrl, expiresAt, bytes, width, height, and deviceType. Failures come back as JSON with an error field, never a bare 500. |
| Rate limit | 10 captures per hour per IP. |
| Output | One PNG of the entire page at a desktop viewport width, full height, no watermark and no height cap. |
| What it cannot capture | Anything behind a login, a paywall, or a country block, because the browser has no session of yours. Sites that refuse automated browsers. Pages that never finish loading. |

## Questions

### How long does the image link last?

About 24 hours. The capture is stored in our own cloud bucket and the link we hand you is signed with an expiry, so it stops working roughly a day after the capture. Download the PNG if you need to keep it, or paste the URL again later to take a fresh capture. We show the remaining time next to the download button so it is never a surprise.

### Do you watermark the image?

No. The PNG is exactly what the browser rendered, with nothing added. There is no logo, no border, and no upsell strip along the bottom. It is also not capped in height, so a long landing page comes back as one tall image rather than the first screen.

### Why do some screenshot tools return a mostly blank page?

Because they capture without scrolling. Most modern sites only load images and sections when they scroll into view, so a browser that captures immediately gets placeholders for everything below the fold. We scroll to the bottom of the page first and wait for the network to settle, which is why the capture takes a few seconds rather than being instant.

### What size is the capture?

The viewport is a standard desktop width, and the height is however tall the page turns out to be. A short page comes back near screen size. A long one can be many thousands of pixels tall, which is why the tool shows it in a scrollable frame with a button to lay it out full height.

### Can it capture a page behind a login?

No. The browser we use has no session, no cookies from you, and no way to sign in, so it sees exactly what a logged out visitor sees. A page that requires a login will come back as the login screen. The same goes for content behind a paywall or a country block.

### Why did my capture fail?

The usual reasons are a site that blocks automated browsers, a page that never finishes loading, or a URL that is not reachable from the public internet. When that happens we say which one it was rather than handing back an empty image. Very heavy pages sometimes need a second attempt.

### Do you store the pages I capture?

The PNG is stored in our bucket so we have somewhere to serve it from, and its link expires in about 24 hours. We also keep the result of the run for one hour so a repeat request for the same URL does not re-run the browser. There is no account, no email, and no history of what you captured.

## Related tools

- [Social Preview Checker](https://usesuperflow.ai/tools/social-preview-checker) — See how your link renders on X, LinkedIn, Slack, and Google before you post it. Markdown copy: https://usesuperflow.ai/tools/social-preview-checker.md
- [AI Visibility Checker](https://usesuperflow.ai/tools/ai-visibility-checker) — See whether ChatGPT, Claude, and Perplexity can actually read your site. Markdown copy: https://usesuperflow.ai/tools/ai-visibility-checker.md
- [robots.txt AI Checker](https://usesuperflow.ai/tools/robots-txt-ai-checker) — Test your robots.txt against every AI crawler that matters. Markdown copy: https://usesuperflow.ai/tools/robots-txt-ai-checker.md
- [llms.txt Generator](https://usesuperflow.ai/tools/llms-txt-generator) — Generate a spec-correct llms.txt and llms-full.txt for any site. Markdown copy: https://usesuperflow.ai/tools/llms-txt-generator.md

## About

Full Page Screenshot is one of a set of free tools published by Superflow at https://usesuperflow.ai/tools. None of them require a login, an email address, or payment.

Category: assets.

Superflow is a website and creative-asset review tool. Its agents watch every page of a site and report what changed. See https://usesuperflow.ai.
