PeekShot lets you capture and generate high-quality screenshots, OG images, and visual snapshots automatically — now with built-in scheduling and monitoring.
curl -X POST https://api.peekshot.com/v1/screenshot \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "https://example.com", "width": 1200, "height": 800}'
Trusted by 120+ teams including
Complete screenshot automation toolkit for developers
Capture full-page or custom viewport screenshots instantly from any webpage.
const screenshot = await peekshot.screenshot({
url: 'https://example.com',
width: 1200,
height: 800
});
Convert HTML + CSS into pixel-perfect PNG, JPEG, or WebP images for OG images and banners.
const image = await peekshot.html({
html: 'Hello World
',
format: 'png'
});
Generate dynamic OG images from templates and data for SEO and social previews.
const ogImage = await peekshot.og({
title: 'Your Title',
image: 'template.jpg'
});
Automate daily, weekly, or monthly captures. Receive results via webhook or email.
await peekshot.schedule({
url: 'https://example.com',
frequency: 'daily',
webhook: 'https://yoursite.com/webhook'
});
Process hundreds of URLs simultaneously with optimized batch processing.
const results = await peekshot.bulk([
'https://site1.com',
'https://site2.com'
]);
Detect content changes with visual snapshots and webhook alerts.
await peekshot.monitor({
url: 'https://example.com',
threshold: 0.1,
alert: 'webhook'
});
120+ teams already use PeekShot to automate their visual workflows.
From startups to enterprises, PeekShot scales with your needs
Automate screenshots for dashboards, reports, or changelogs. Integrate with your CI/CD pipeline.
Generate dynamic OG images and visual previews for hundreds of pages automatically.
Track client websites and deliver visual reports with automated captures and branding.
Record product or offer pages daily during sales or campaigns. Track competitor pricing.
Log UI and feature changes visually across versions. Create regression test suites.
Scale to millions of screenshots with dedicated infrastructure and SLA guarantees.
Start capturing screenshots in minutes — no browser setup, no maintenance.
Get Started FreeStart free, scale as you grow
AppSumo lifetime users continue to enjoy their access.
Everything you need to get started and scale
Setup guides and API reference
Upcoming features and improvements
Suggest new capabilities
Latest updates and fixes
Start with our comprehensive API documentation