The screenshot API
for developers
Render screenshots and scrolling GIF animations in one simple API call, instead of managing browser clusters and handling all the corner cases.
No credit card required. Free tier available.

https://api.scrnpix.com/animate?
url=https://openai.comEverything you need
A complete screenshot API with all the features you need to capture web pages programmatically.
Screenshots
Capture pixel-perfect screenshots in PNG or JPEG format with customizable viewport dimensions.
GIF Animations
Create smooth scrolling animations with 15 easing functions, custom durations, and clipping regions.
Simple API
RESTful API with intuitive parameters. Get started with a single GET request.
Simple to integrate
Just make a GET request with your URL. No complex setup, no browser management, no infrastructure to maintain.
Custom dimensions
Set viewport width and height from 100 to 3840 pixels
Full page capture
Capture entire scrollable pages with full_page=true
Multiple formats
Export as PNG, JPEG, or animated GIF
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