Focused APIScreenshots and scrolling GIFs from public URLs

Screenshot and scrolling-GIF capture
for developers

Capture repeatable screenshots and scrolling GIFs from public URLs without running browser clusters, maintaining Playwright workers, or debugging headless infrastructure.

Public URLs only, with the page rendered as a regular visitor would see it.

PNG, JPEG, full-page screenshots, and scrolling GIF output from one API.

Use Scrnpix as the capture layer inside docs, previews, monitoring, and QA workflows.

No credit card required to start. If you need authenticated capture or full visual review workflows, Scrnpix is the capture layer, not the whole platform.

openai.com
Scrolling animation of openai.com captured by Scrnpix
https://api.scrnpix.com/screenshot?
url=https://example.com &full_page=true

Built for one clear capture job

Scrnpix is strongest when you need repeatable web capture from public URLs and you do not want to run browser infrastructure yourself.

Public URL Capture

Capture public pages exactly as a regular visitor sees them, without maintaining your own headless browser fleet.

Full-Page Screenshots

Capture the entire scrollable page for monitoring, documentation, and visual verification with full_page=true.

Scrolling GIFs

Generate scrolling GIFs when motion adds value, while keeping the same simple API model and public-URL scope.

Capture a page in one request

The API stays intentionally small: pass a public URL, choose your capture settings, and handle the returned image bytes in your own app, docs, or pipeline.

Simple request model

Use a single GET request with X-KEY authentication.

Full-page capture

Capture long scrollable pages without stitching your own browser output.

Honest product boundary

Scrnpix is the capture layer. Use your own diffing, review, or workflow tooling on top.

curl "https://api.scrnpix.com/screenshot?url=https%3A%2F%2Fexample.com&width=1280&height=720&format=png" \
  -H "X-KEY: your-api-key" \
  -o screenshot.png
curl "https://api.scrnpix.com/animate?url=https%3A%2F%2Fexample.com&scroll_duration=3&scroll_easing=ease-in-out" \
  -H "X-KEY: your-api-key" \
  -o animation.gif