Junipr Web Automation
Screenshot, PDF, and metadata extraction APIs. Capture web pages, generate PDFs, and extract rich metadata with simple REST calls.
Junipr Web Automation endpoints
| Method | Endpoint | Description |
|---|---|---|
| Screenshot | ||
| POST |
captureScreenshot /v1/screenshot |
Renders the given URL in a headless browser and returns a screenshot as a binary image. Supports PNG, JPEG, and WebP output formats. You can control viewport size, full-page… |
| POST |
generatePdf /v1/pdf |
Renders a URL or raw HTML string and returns the result as a PDF document. You must provide either `url` or `html` (but not both). Supports common page formats, custom margins,… |
| Metadata | ||
| GET |
extractMetadata /v1/metadata |
Fetches the given URL and extracts Open Graph tags, Twitter Card tags, favicon, canonical URL, language, and any JSON-LD structured data found on the page. |
| Health | ||
| GET |
healthCheck /health |
Returns the service status and uptime. No authentication required. |
Junipr Web Automation pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $12 / month | 60 / minute |
|
| ULTRA Recommended | $39 / month | 120 / minute |
|
| MEGA | $129 / month | 300 / minute |
|