Render Capture

Capture beautiful screenshots of any website instantly.Perfect for developers, designers, and content creators.

Capture Website

Enter a URL to capture a screenshot of the page

Lightning Fast

Powered by Puppeteer for fast, reliable screenshot capture

Simple API

Use our REST API to capture screenshots programmatically

High Quality

Full-resolution PNG screenshots with customizable viewport

API Usage

Simple REST API for capturing screenshots

GET /capture?url={URL}

Parameters:
  url       - (required) Website URL to capture
  width     - Viewport width (default: 1280, max: 1920)
  height    - Viewport height (default: 800, max: 1080)
  fullPage  - Capture full page (default: false)
  delay     - Wait time in ms before capture (max: 5000)
  format    - Response format: "image" or "base64"

Example:
https://render.huny.dev/capture?url=https://github.com&width=1920&fullPage=true

Built with Next.js, Puppeteer & ❤️

© 2024 render.huny.dev