Overview of Pixashot

A comprehensive introduction to Pixashot's capabilities, features, and documentation structure for screenshot automation and web content capture.

What is Pixashot?

Pixashot is a high-performance web screenshot service that converts web pages into high-quality images and PDFs. Built for reliability and flexibility, it uses modern browser automation and a unique single-context architecture to deliver consistent, efficient screenshots at any scale.

Whether you need screenshots for automated testing, content archiving, or production applications, Pixashot offers the customization and performance to meet your needs.

Core Features

Screenshot Capabilities

  • High-Fidelity Capture: Generate pixel-perfect screenshots, including Retina display support
  • Multiple Output Formats: Save as PNG, JPEG, WebP, PDF, or HTML
  • Flexible Viewports: Customize sizes and pixel density for any device
  • Full Page Support: Intelligently capture entire scrollable content
  • Element Selection: Target specific page elements with precision

Advanced Features

  • Single Browser Context: Optimize performance through efficient resource sharing and memory management (Learn more)
  • Dynamic Content: Handle JavaScript-rendered content, animations, and complex web applications (Learn more)
  • Interactive Capture: Automate clicks, form inputs, and navigation before capturing (Learn more)
  • Smart Resource Management: Auto-cleanup, caching, and rate limiting (Learn more)
  • Enterprise Security: Token authentication, HTTPS, and comprehensive resource protection (Learn more)

Getting Started

Quick Start with Docker

# Launch Pixashot
docker run -p 8080:8080 \
  -e AUTH_TOKEN=your_secret_token \
  gpriday/pixashot:latest

# Take your first screenshot
curl -X POST http://localhost:8080/capture \
  -H "Authorization: Bearer your_secret_token" \
  -H "Content-Type: application/json" \
  -d '{
    "url": "https://example.com",
    "format": "png",
    "full_page": true
  }'

Production on Google Cloud Run

gcloud run deploy pixashot \
  --image gpriday/pixashot:latest \
  --platform managed \
  --memory 2Gi \
  --cpu 1 \
  --timeout 300 \
  --set-env-vars="AUTH_TOKEN=your_secret_token"

See all deployment options

System Requirements

Environment CPU RAM Storage
Development 1 core 2GB 1GB
Production 2+ cores 4GB+ 5GB+
High Traffic 4+ cores 8GB+ 10GB+

View detailed requirements

Documentation Guide

Getting Started

  1. Installation Guide - Set up Pixashot
  2. Quick Start Tutorial - Take your first screenshots
  3. Configuration Guide - Configure your installation
  4. Common Use Cases - See practical applications

Developer Resources

  1. Core Concepts - Understand the architecture
  2. API Reference - Complete API documentation
  3. Code Examples - Language-specific examples
  4. Advanced Features - Advanced usage

Operations Guide

  1. Deployment Guide - Production deployment
  2. Security Guide - Security configuration
  3. Resource Management - Resource optimization
  4. Monitoring Guide - Production monitoring

Cost Efficiency

Pixashot is designed to be cost-effective. Most users operate within Google Cloud Run's free tier:

  • 2 million requests/month included
  • 360,000 vCPU-seconds
  • 180,000 GiB-seconds

Learn about cost optimization

Technology Stack

Pixashot is built on proven, reliable technologies:

Support & Community

License

Pixashot is open source software, licensed under the MIT license.

View License

Get the Latest Updates