Hover to scrollGive it a URL, get back what the page actually looks like. Snapshot renders any page in a real browser and hands back a viewport screenshot, a full-page capture, a print-style PDF, or the rendered page text — at whatever viewport you name, after the JavaScript has run.
- Four modes from one call: viewport, full page, PDF, or clean rendered text
- Any viewport from 320 to 3840 px, at 1x or 2x pixel density, honoured exactly — a responsive site is a different page at 390 than at 1440
- Ads blocked and cookie banners removed before the shutter, with optional extra settle time and best-effort dark mode
- Results are private, re-hosted on our own storage and served through a signed 24-hour link — never a third-party URL
- 2 credits for a viewport or text capture, 3 for a full page or PDF; a capture that fails or comes back empty refunds automatically and is never billed
- Built for AI agents day one: snp_live_ REST keys, an MCP server (works with the Ounie AI Team via ?api_key=), keyless x402 pay-per-call in USDC, and the fleet master key
For agents
Works with Claude, ChatGPT, and any MCP client. One server, every app: paste the gateway config and the agent can discover and run Snapshot — and the rest of the store — through ounie_list_apps → ounie_describe_app → ounie_invoke_app.
{
"mcpServers": {
"ounie": {
"url": "https://mcp.ounie.com"
}
}
}Scoped endpoint — just this app. Point a client here when the agent should only ever see Snapshot's tools:
{
"mcpServers": {
"snapshot": {
"url": "https://snapshot.ounie.com/api/mcp"
}
}
}To spend your Ounie credits on the scoped endpoint, append your app key to the URL as ?api_key=… — the header-less form clients like the Ounie AI Team need.
Credits used
| Capture a page (viewport or text) | 2 credits per call |
| Capture a page (full page or PDF) | 3 credits per call |