Screenshot API avatar

Screenshot API

Pricing

$0.005 / actor start

Go to Apify Store
Screenshot API

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

Bruno Finger

Maintained by Community

Actor 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

FieldTypeRequiredDefaultDescription
urlstringyesThe URL to screenshot.
widthintegerno1280Viewport width in pixels (320–3840).
heightintegerno720Viewport height in pixels (240–2160).
formatstringno"png"Image format: png, jpeg, or webp.
fullPagebooleannofalseCapture full scrollable page instead of viewport only.

Output

Each dataset item contains:

  • url — the input URL
  • screenshotUrl — public URL to the screenshot file in Apify KV Store
  • format — image format
  • width, height — viewport dimensions
  • fullPage — whether full-page mode was used

Usage

{
"url": "https://apify.com",
"width": 1920,
"height": 1080,
"format": "png",
"fullPage": false
}