Capture websites as PNG, JPEG, or WebP. Generate OG images programmatically. Free tier: 500 screenshots/month. Paid plans from $19/mo.
// Take a screenshot in one request
const response = await fetch('https://api.pixshot.dev/v1/screenshot', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
'x-api-key': 'ps_live_your_key_here',
},
body: JSON.stringify({
url: 'https://github.com',
format: 'webp',
viewport_width: 1440,
full_page: true,
}),
});
const screenshot = await response.blob();Enter any public URL and see a real screenshot, rendered in headless Chromium.
Want the full API with dark mode, element capture, ad blocking, and OG image generation? Get a free key in 10 seconds →
Enter your email below. Get a free key instantly — no credit card, no waitlist, no approval.
POST a URL to /v1/screenshot. Get back a PNG, JPEG, or WebP — ready to store or embed.
Retina 2x by default. Cookie banners auto-dismissed, dark mode, device emulation, element capture — all via parameters.
Headless Chromium with persistent browser pool. Most screenshots complete in under 3 seconds.
Get screenshots in any format. WebP for smaller files, PNG for pixel-perfect quality.
Emulate any device — iPhone, iPad, Pixel. Dark mode support built in.
Generate social cards from a template. Custom colors, logos, and typography — 1200x630 PNG output.
Auto-dismiss cookie consent banners. Optionally block ads and trackers for clean screenshots.
Screenshot a specific element by CSS selector. Capture headers, charts, or any component — not just the full viewport.
Route through residential proxies to bypass IP blocks. Use our managed proxy or bring your own.
PixShot offers more screenshots for less money — with a real free tier.
| Plan | PixShot | ScreenshotOne | Urlbox |
|---|---|---|---|
| Free tier | 500/mo | 100/mo | None |
| ~5K screenshots | $19/mo | — | $29/mo |
| ~10K screenshots | — | $79/mo | — |
| ~25K screenshots | $49/mo | — | $99/mo (20K) |
| ~50K screenshots | — | $259/mo | $199/mo |
| Retina (2x) output | ✓ | ✓ | ✓ |
| WebP support | ✓ | ✓ | ✓ |
| OG image generation | ✓ | ✕ | ✕ |
| Cookie banner dismiss | ✓ | ✕ | ✓ |
| Ad/tracker blocking | ✓ | ✕ | ✓ |
| Dark mode emulation | ✓ | ✕ | ✕ |
| Residential proxy | ✓ | ✕ | ✕ |
Start free. Upgrade when you need more.
Enter your email to get a free key. 500 screenshots/month, no credit card required.