---
title: "Website Screenshot — Documentation & FAQ"
description: "How to use Website Screenshot, plus answers to common questions."
canonical: "https://www.razi.pro/tools/screenshot/docs"
tags: ["website screenshot", "screenshot url", "full page screenshot", "web page capture", "screenshot api", "free screenshot tool"]
source: "razi.pro"
---

# Website Screenshot — Documentation & FAQ

Documentation for [Website Screenshot](https://www.razi.pro/tools/screenshot) — Capture a full-page or viewport screenshot of any public URL. Renders in a real browser, so JavaScript, web fonts and lazy-loaded images all appear.

## Quick start

Paste a URL, pick a viewport size, and capture. Toggle full page to grab the whole scrollable document.

## Frequently asked questions

### How do I take a screenshot of a website?

Paste the URL, choose a viewport size (or one of the device presets), and click Capture. The page is loaded in a real headless Chromium browser on our own server, so JavaScript, web fonts and lazy-loaded images render before the shot is taken.

### Can I capture a full-page screenshot?

Yes. Tick 'Full page' and the capture covers the entire scrollable document rather than just the visible viewport. Very long pages are clamped at 20,000 pixels tall so an infinite-scroll site cannot produce an unbounded image.

### Is the screenshot tool free?

Yes, free and with no signup. Fair-use limits apply: 10 captures per minute and 100 per day per IP address. Results are cached for 7 days, so re-capturing the same URL with the same settings is instant and does not count against the render budget.

### Can I use this as a screenshot API?

Yes. POST to https://www.razi.pro/api/screenshot with a JSON body of { "url": "https://example.com" } and optional width, height, fullPage, format, darkMode and delayMs fields. It is also exposed to AI agents as the 'screenshot_url' tool over MCP.

### Why does my screenshot show a cookie banner?

The tool hides the most common consent banners (OneTrust, Cookiebot, Quantcast and similar) automatically, but it cannot catch every custom implementation. If a banner still appears, try adding a short delay so the page finishes settling before the capture.

### Can I screenshot a page behind a login?

No. Each capture runs in a fresh, isolated browser context with no cookies or stored credentials, so only publicly accessible pages can be captured. This is deliberate — it is also what stops the tool being used to reach private or internal systems.
