Website Preview Tool

Enter any URL to see a live preview — screenshot, title, description & Open Graph data. Free, no signup.

Press Enter or click Preview.

Website screenshot
example.com

Page Title

Page description appears here...

⬇ Download Screenshot

Need automation? SnapShot API lets you capture screenshots programmatically — curl, CI/CD, or any HTTP client.

API Docs

Preview any page in one click

Drag this link to your bookmarks bar. Click it on any page to get an instant preview.

🔍 Preview This Page

Works on any website. Click the bookmark → instant screenshot + metadata.

Generate API Key

100 screenshots/month free. No email, no credit card, no signup.

Your free key — 100 screenshots/month. Use it with curl, your app, or CI/CD.

Quick start

# 1. Get your free API key
curl https://snapshot-api-production-1374.up.railway.app/key

# 2. Take a screenshot
curl -H "Authorization: Bearer YOUR_KEY" \
  "https://snapshot-api-production-1374.up.railway.app/screenshot?url=https://example.com" \
  -o screenshot.png

# 3. Check usage
curl -H "Authorization: Bearer YOUR_KEY" \
  https://snapshot-api-production-1374.up.railway.app/usage

Pricing

Free

$0/mo
  • 100 screenshots/mo
  • PNG format
  • 1280×720
  • Referral bonuses +50 each

Business

$49/mo
  • 10,000 screenshots/mo
  • All formats
  • Priority support
  • Team keys

Use cases

Blog posts

Add website preview images to your articles

Dashboards

Live webpage previews embedded anywhere

CI/CD

Visual regression tests in your pipeline

AI/LLM

Feed webpage screenshots to vision models

Ready to upgrade?

Need more screenshots, JPEG, or custom viewports? Join the waitlist — we'll notify you when Pro billing launches.

API Endpoints

GET/screenshot?url=...&format=...&width=...&height=...&fullPage=...&delay=...
Capture a webpage screenshot (requires API key).
GET/key[?ref=CODE]
Generate a free API key instantly.
GET/usage
Check current usage and remaining quota.
GET/api/metadata?url=...
Fetch page metadata (title, description, OG tags, favicon).