TIPUB Screenshot Capture
## What is TIPUB Screenshot Capture? A fast, edge-deployed API that captures website screenshots, extracts page metadata (title, OG tags, favicon), and combines both into a single preview response. Powered by Cloudflare Browser Rendering with R2 caching for ultra-low latency on repeated requests. ## Why Use This API? - Zero infrastructure to maintain: No Puppeteer servers, no browser farms—just…
TIPUB Screenshot Capture endpoints
| Method | Endpoint | Description |
|---|---|---|
| Screenshot | ||
| GET |
Extract page metadata /screenshot/v1/metadata |
Fetches the target URL and extracts metadata (title, description, OG tags, favicon, canonical) using streaming HTML parsing. No browser rendering required. |
| GET |
Capture a screenshot /screenshot/v1/capture |
Captures a full-page screenshot of the given URL using Cloudflare Browser Rendering. Results are cached in R2 for 1 hour. |
| GET |
Preview: screenshot + metadata /screenshot/v1/preview |
Returns a screenshot (base64 data URI) and page metadata in a single response. Both are fetched in parallel; partial failure is tolerated (null for the failed part). |
TIPUB Screenshot Capture pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $9 / month | — |
|
| ULTRA | $17 / month | — |
|