§ Screenshot API
Screenshot API, Rethought
Most teams reach for a screenshot API when what they need is a record of a page. A PNG gives you pixels. Sitepdf gives you the full page as a searchable PDF plus a timestamped archived snapshot, from one call.
- Early access, launching soon
- No card required
- Your HTML stays yours
§ 01
When a screenshot is the wrong tool
Screenshots are perfect for thumbnails and visual previews. They are a poor way to keep evidence: text in a PNG cannot be searched or indexed, long pages get stitched or cut, and an image file carries no capture metadata anyone can verify. If the reason you want a screenshot API is "we need to know what this page said", you want a record, not a picture.
Sitepdf renders the entire page, full height, in managed Chromium and writes it to a paginated, text searchable PDF. The same call can store the page as a timestamped snapshot, so the capture has provenance, not just pixels.
§ 02
Everything a screenshot pipeline needs, minus the pipeline
Wait for a selector before capture so charts and lazy content are on screen. Choose paper size and orientation for the PDF output. Batch thousands of URLs. Trigger from a webhook or a cron job. It is the same infrastructure that powers our URL to PDF API, so you inherit the rendering quality without running headless Chrome yourself.
Monitoring competitor pages, capturing campaign states, keeping marketing claims on file: our guide to dated page copies walks through the common setups.
§ 03
And if you do want images
PNG and JPEG output from the same render call is on the launch roadmap, marked planned, honestly, because it is not shipped yet. If image output is the feature that would make Sitepdf fit your stack, say so when you join early access; roadmap order follows what early access users actually need.
curl https://api.sitepdf.com/v1/render \
-H "Authorization: Bearer $SITEPDF_KEY" \
-d url="https://competitor.com/launch" \
-d wait_for=".hero" \
-d format=A4 \
-d archive=true
The API is in early access; this is the documented call shape it opens with. Full request and response walkthrough.
§ 04
Questions about this job
Why would I use a PDF instead of a screenshot?
Can Sitepdf return an actual PNG or JPEG?
Does it capture the full page or just the viewport?
Can I run captures on a schedule for monitoring?
§ Index
More PDF and archiving tools
- Convert HTML to PDF
- Webpage to PDF
- Save webpage as PDF
- URL to PDF API
- Website archiving
- React to PDF
- Laravel HTML to PDF
- Vue to PDF
- Next.js PDF generator
- Angular to PDF
- Markdown to PDF API
- Django HTML to PDF
- Blazor HTML to PDF
- Spring Boot HTML to PDF
- Airtable to PDF
- Rails HTML to PDF
- PDF generator API
- Document generation API
- Bulk HTML to PDF
- Wayback Machine alternative
- Best HTML to PDF API
- DocRaptor alternative
- Puppeteer alternative
- Wkhtmltopdf alternative
- PDFShift alternative
- Urlbox alternative
- PDFCrowd alternative
- Api2Pdf alternative
- Browserless alternative
- APITemplate alternative
- CraftMyPDF alternative
- PDFMonkey alternative
- dompdf alternative
- Gotenberg alternative
- GrabzIt alternative
- How it works
- Features
- Pricing
§ Early access
Get on the early-access list
The API opens to the list first, in order. Early access locks the planned launch rates for 12 months. No card required, launching soon.