Screenshot API
Pricing
$0.005 / actor start
Go to Apify Store
Screenshot API
Take high-quality screenshots of any website. Specify URL, viewport size, and format. Returns the screenshot as a downloadable image. Perfect for link previews, monitoring, and archival.
Pricing
$0.005 / actor start
Rating
0.0
(0)
Developer
Bruno Finger
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Takes a headless Chromium screenshot of any webpage using Playwright. Stores the screenshot in Apify Key-Value Store and returns a public URL.
Input
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
url | string | yes | — | The URL to screenshot. |
width | integer | no | 1280 | Viewport width in pixels (320–3840). |
height | integer | no | 720 | Viewport height in pixels (240–2160). |
format | string | no | "png" | Image format: png, jpeg, or webp. |
fullPage | boolean | no | false | Capture full scrollable page instead of viewport only. |
Output
Each dataset item contains:
url— the input URLscreenshotUrl— public URL to the screenshot file in Apify KV Storeformat— image formatwidth,height— viewport dimensionsfullPage— whether full-page mode was used
Usage
{"url": "https://apify.com","width": 1920,"height": 1080,"format": "png","fullPage": false}