Website Screenshot API
Under maintenancePricing
from $10.00 / 1,000 results
Website Screenshot API
Under maintenanceCapture any website as a high-quality PNG or JPEG screenshot — full page or viewport, with optional CSS-selector capture. $0.01 per screenshot.
Pricing
from $10.00 / 1,000 results
Rating
0.0
(0)
Developer
Yixing Chen
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
0
Monthly active users
15 days ago
Last modified
Categories
Share
Capture any website as a high-quality PNG or JPEG screenshot with Playwright/Chromium. Full-page or viewport capture, plus optional CSS-selector capture for a specific element. $0.01 per screenshot.
Input
| Field | Type | Default | Description |
|---|---|---|---|
url | string (required) | — | The website URL to capture |
format | png | jpeg | png | Output image format |
fullPage | boolean | false | Capture the entire scrollable page |
selector | string | — | Optional CSS selector — capture only that element |
Output
- The screenshot image is saved to the Key-Value Store under key
OUTPUT(content typeimage/pngorimage/jpeg). - One dataset item per run:
url— the captured URLformat—png/jpegfullPage— booleanselector— the selector used (ornull)screenshotKey—"OUTPUT"(fetch the image from the run's Key-Value Store)screenshotUrl— public URL if the store is public, otherwisenull
Examples
Basic:
{ "url": "https://github.com" }
Full page as JPEG:
{ "url": "https://example.com", "format": "jpeg", "fullPage": true }
Capture a specific element:
{ "url": "https://example.com", "selector": ".hero-banner" }
Pricing
$0.01 per screenshot (per dataset item). No subscription, no minimum.
Notes
Premium features (PDF export, API-key auth, Pro tier with higher rate limits) are coming soon.

