SnapRender
# SnapRender - Web Capture & Analysis API The fastest way to capture screenshots, generate PDFs, detect technologies, and generate link previews from any webpage. ## 7 Endpoints | Endpoint | Method | Description | |----------|--------|-------------| | `/screenshot` | GET | Capture any URL as PNG/JPG image | | `/pdf` | GET | Convert webpage to A4 PDF document | | `/thumbnail` | GET | Generate…
SnapRender endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Screenshot /screenshot |
Capture a webpage as PNG, JPG, or WebP image. Supports full-page capture, mobile emulation, dark mode, ad blocking, retina output, and CSS selector targeting. |
| GET |
PDF |
Convert a webpage to a PDF document. Renders the page in A4 format with print backgrounds and configurable margins. Supports mobile emulation, dark mode, ad blocking, and custom… |
| GET |
Thumbnail /thumbnail |
Generate a small, optimized thumbnail preview of a webpage. Auto-crops to 480x360 max, reduces quality for fast loading. Ideal for link previews and social cards. |
| POST |
Render /render |
Render HTML or URL to image/PDF. Accepts JSON body with html content or url, plus all screenshot parameters. Set type to "pdf" for PDF output. |
| GET |
Scrape /scrape |
Extract page metadata including title, description, Open Graph tags, Twitter Card tags, favicon, canonical URL, language, and charset from any webpage. |
| GET |
Detect /detect |
Detect the technology stack of any website. Returns CMS, frameworks, CSS libraries, CDN, analytics, hosting, server, fonts, widgets, security tools, marketing pixels, site… |
| GET |
Preview /preview |
Generate a social media link preview card image for any URL. Extracts OG metadata (title, description, image, favicon) and renders a professional preview card as PNG. Supports… |
SnapRender pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $5 / month | — |
|
| ULTRA | $25 / month | — |
|
| MEGA | $75 / month | — |
|