Screenshothis API playground interfaceScreenshothis API playground interface in dark mode
Generate beautiful, high-resolution screenshots of any web page with a single HTTP request. You get lightning-fast Chromium rendering, automatic high-DPI output, and flexible customization options—perfect for social cards, link previews, automated testing, and visual content generation.

Why developers choose Screenshothis

Lightning Fast

Get screenshots in under 2 seconds with optimized Chromium rendering

High Quality

Automatic high-DPI output up to 4K resolution with crisp, clear images

Full Control

Custom viewports, device emulation, content blocking, and dark mode support

Production Ready

Built-in rate limiting, authentication, and horizontal scaling

Get started in under 2 minutes

1

Get your API key

Sign up for free at screenshothis.com and create your API key. You’ll get 100 free screenshots per month.
2

Make your first request

curl "https://api.screenshothis.com/v1/screenshots/take?api_key=your_api_key&url=https://github.com" \
  -o screenshot.jpeg
Your screenshot saves as screenshot.jpeg in the current directory
3

Customize your screenshots

Add parameters to control the output:
curl "https://api.screenshothis.com/v1/screenshots/take" \
  -G \
  -d "api_key=your_api_key" \
  -d "url=https://github.com" \
  -d "format=webp" \
  -d "quality=90" \
  -d "width=1920" \
  -d "height=1080" \
  -d "block_ads=true" \
  -d "block_cookie_banners=true" \
  -d "prefers_color_scheme=dark" \
  -o screenshot.webp
Use WebP format for smaller file sizes while maintaining excellent quality

Continue your journey

Open source and community-driven

Screenshothis is open source (AGPL-3.0) because we believe in transparency and community collaboration. You can:
  • Star us on GitHub to show your support
  • 🐛 Report issues or request features in our Issues
  • 🤝 Contribute improvements, bug fixes, or new features
  • 🏠 Self-host on your own infrastructure for complete control
By keeping our code open, you can see exactly how your screenshots are generated, contribute enhancements, and run your own instance if needed

© Screenshothis • AGPL-3.0