Render Capture
Capture screenshots and parse OG meta data from any website.
Perfect for developers, designers, and content creators.
Capture Website Screenshot
Enter a URL to capture a high-quality screenshot
Lightning Fast
Powered by Puppeteer for fast, reliable screenshot capture
Simple API
Use our REST API for screenshots and OG parsing
OG Parser
Extract Open Graph and Twitter Card metadata easily
API Usage
Simple REST API for screenshots and OG parsing
Screenshot Capture
GET /capture?url={URL}
Parameters:
url - (required) Website URL to capture
device - Device type: "pc", "tablet", "mobile" (default: pc)
width - Viewport width (overrides device default)
height - Viewport height (overrides device default)
fullPage - Capture full page (default: false)
delay - Wait time in ms before capture (max: 5000)
format - Response format: "image" or "base64"
Device Presets:
pc - 1280x800, Desktop Chrome
tablet - 768x1024, iPad
mobile - 390x844, iPhone 14 Pro
Examples:
https://render.huny.dev/capture?url=https://github.com
https://render.huny.dev/capture?url=https://github.com&device=mobileOG Meta Parser
GET /og?url={URL}
Parameters:
url - (required) Website URL to parse
Returns:
- Open Graph data (title, description, image, etc.)
- Twitter Card data
- Favicon, theme-color, canonical URL
- Other meta information
Example:
https://render.huny.dev/og?url=https://github.comBuilt with Next.js, Puppeteer & ❤️
© 2024 render.huny.dev