ScreenNabster
## ScreenNabster — Screenshot, PDF & page capture API ScreenNabster turns any public URL (or raw HTML/Markdown) into production-ready **screenshots**, **PDFs**, or **HTML** exports through a REST API. Rendering uses **Playwright** for accurate, modern-browser output—without running your own headless fleet. **Primary endpoint:** `GET` or `POST` `/api/v1/capture` **Base URL:**…
ScreenNabster endpoints
| Method | Endpoint | Description |
|---|---|---|
| capture | ||
| POST |
capturePost /api/v1/capture |
Private API key authentication only (`X-API-Key`). `background=true` queues a job and returns JSON acknowledgement. |
| GET |
captureGet /api/v1/capture |
Same options as `POST` body, expressed as query parameters. Use `X-API-Key` **or** signed `access_key` + `signature`. Nested values (`headers`, `cookies`) must be JSON-encoded… |
| bulk | ||
| POST |
capturePostBulk /api/v1/capture/bulk |
Up to 20 synchronous captures (`execute=true`, default): response always JSON with base64 payloads per item. With `execute=false`, returns signed `GET /api/v1/capture` URLs per… |
ScreenNabster pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 20 / minute |
|