← Blog

How to Take a Full Page Screenshot

April 30, 2026

Need to how to take a full page screenshot without maintaining screenshot infrastructure? FrameSnap gives you a browser-backed API for repeatable captures.

Steps

  1. Choose the URL you want to capture
  2. Set full_page=true
  3. Pick a viewport width
  4. Save the PNG, JPEG, WebP, or PDF result

API example

curl 'https://framesnap.dev/v1/screenshot?url=https://example.com&width=1280&height=800&format=png' \
  -H 'Authorization: Bearer YOUR_API_KEY' \
  --output screenshot.png

Tips for reliable captures

Try the free screenshot tool or create an API key to start capturing screenshots from your own workflow.

Capture Screenshots with FrameSnap

One API call. PNG, JPEG, or PDF. Free tier included.