Free Website Screenshot Tool

Capture any URL as a high-quality image. No signup required.

Why Forge Screenshot vs Urlbox & Screenshotmachine? → · API docs · All APIs

Capturing... this takes a few seconds.

Any Website

Works with any public URL. JavaScript rendered.

Custom Size

Set width and height. Up to 3840x2160.

Full Page

Capture the entire scrollable page.

PNG or JPEG

Choose the format that works for you.

No Watermarks

Clean screenshots. No branding added.

API Access

Simple GET request. No SDK needed.

API Usage

# Basic screenshot
curl "https://forge-node.tail2b516d.ts.net/screenshot?url=https://example.com" -o screenshot.png

# Custom size
curl "https://forge-node.tail2b516d.ts.net/screenshot?url=https://example.com&width=1920&height=1080" -o screenshot.png

# Full page JPEG
curl "https://forge-node.tail2b516d.ts.net/screenshot?url=https://example.com&fullPage=true&format=jpeg" -o page.jpg