Webpage to Image — Free Screenshot Tool
Paste a URL, get back a PNG screenshot — full page or just the viewport.
The one exception to "nothing is uploaded"
Every other tool on this site processes your image entirely in your browser. This one is different by necessity: rendering an arbitrary external webpage requires a real browser engine running somewhere, and a page loaded in your browser can't reach into another site to screenshot it. So this tool renders the URL you provide on the server, using a real (headless) browser, and streams the resulting image back to you — nothing about the page is stored afterward.
Frequently Asked Questions
Does this run in my browser like the other tools?
No — this is the one tool on this site that doesn't. A browser can't screenshot another website's page directly (cross-origin restrictions), so this one renders the page server-side with a headless browser and sends back an image. Every other tool here runs entirely client-side.
What happens to the URL I submit?
It's used to render and screenshot the page, then discarded — the URL and the resulting image are not logged or stored beyond what's needed to serve the response.
Why did my screenshot fail?
Some sites block automated browsers, require a login, or simply take too long to load (captures time out after 15 seconds). Private, internal, or localhost URLs are also blocked.
Is there a rate limit?
Yes — 30 requests per minute per IP, the same limit as the rest of the free API.
Want to capture your own screen instead?
Full Page Capture is a free Chrome extension for one-click full page screenshots — no server involved.