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.
Works with any public URL. JavaScript rendered.
Set width and height. Up to 3840x2160.
Capture the entire scrollable page.
Choose the format that works for you.
Clean screenshots. No branding added.
Simple GET request. No SDK needed.
# 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