Screenshot API
### What It Does Screenshot API renders any public webpage exactly as a real user would see it — using a full headless Chromium browser with JavaScript execution, CSS rendering, and complete network resource loading. Every request returns a base64-encoded image or PDF, along with page metadata (title, final URL, actual dimensions). No simulated rendering — this is a real browser. ### Key…
Screenshot API endpoints
| Method | Endpoint | Description |
|---|---|---|
| capture | ||
| GET |
captureGet /capture |
Take a screenshot and return raw image bytes directly. Useful for embedding in `` or downloading directly. |
| POST |
capturePost /capture |
Take a screenshot of a URL and return base64-encoded image data with metadata. |
| POST |
capturePdf |
Render a webpage to PDF using Chromium's print pipeline. Returns base64-encoded PDF. |
| health | ||
| GET |
healthCheck /health |
|
Screenshot API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / minute |
|
| PRO | $9 / month | 60 / minute |
|
| ULTRA | $29 / month | 200 / minute |
|
| MEGA Recommended | $99 / month | 500 / minute |
|