Posts tagged "tutorial"
24 articles
Generate Print-Ready PDFs from Dynamic Pages
Challenges of PDF generation for SPAs and dynamic dashboards: automation steps before print, print CSS, wait strategies, and example payloads — with links to automation and page interaction features.
Save Screenshots to S3 Automatically
Wire the S3 or AWS S3 app to your account, craft path templates, pass apps= on each API call, and combine batches with automatic object storage delivery.
Screenshot Dynamic Pages After Click and Wait
Capture SPAs, lazy sections, modals, and carousels by orchestrating click, wait, and scroll steps with deliberate delays. Learn how timing parameters interact with async rendering.
Screenshot API Webhook Integration Guide
Configure HTTPS webhook endpoints, understand signed JSON payloads, implement an Express receiver, and learn retry semantics for async screenshot workflows.
Screenshot SERP Previews from Different Countries
Search engine result pages are localized by design. Learn how to capture Google and Bing layouts from specific countries, monitor SERP appearance over time, and automate search-then-screenshot flows for SEO audits.
Automate Login Then Capture
A practical sequence for typing credentials, clicking through MFA-aware flows where possible, and capturing the post-login UI—with realistic limits for 2FA and CAPTCHA.
cURL Screenshot API Quickstart
Start with one cURL call, then add country, device, PDF, automation steps, jq helpers, and a polling loop — with links to the live API reference.
Java Screenshot API: End-to-End Example
Use Java 11 HttpClient plus Gson to call ScreenshotCenter: create a screenshot, poll /screenshot/info, and stream /screenshot/thumbnail to disk.
Verify Country-Specific Cookie Banners with Screenshots
Cookie and consent UX is not universal. This guide explains how to automate geo-targeted screenshots to validate GDPR, CCPA, and APAC-style banners, including interaction steps for accept and reject flows across a batch of countries.
Screenshot Pages with Cookies
Pass session cookies through the screenshot API to capture authenticated pages without replaying login flows. Learn cookie string format, security boundaries, and how this pairs with custom headers.
PHP Screenshot API: End-to-End Example
A self-contained PHP 8+ script using cURL: create a screenshot job, poll /screenshot/info until it completes, then save the PNG from /screenshot/thumbnail.
Go Screenshot API: End-to-End Example
Build a small Go program that requests a screenshot from ScreenshotCenter, polls until it finishes, downloads the PNG, and handles API errors — using only the standard library.
HTML to PDF API for Invoices and Reports
Turn HTML invoice templates into paginated PDFs with controlled paper size, margins, headers, footers, and background graphics — plus cURL and JavaScript examples and a practical comparison with wkhtmltopdf and Puppeteer.
Capture Localized Pricing Pages from Any Country
Learn why SaaS and ecommerce pricing pages render differently per market, how to capture them from 80+ real browser locations with a country parameter, and how to run batch jobs that make regional price and tax comparisons trivial.
Screenshot Dashboards Behind SSO
Why SAML and OIDC flows break naive screenshot pipelines, how to drive real browser sessions with automation steps, and when session cookies are the faster path for enterprise dashboards.
JavaScript Screenshot API: End-to-End Example
A complete JavaScript/Node.js tutorial covering installation, screenshots, PDF generation, automation steps, data extraction, and S3 delivery with the ScreenshotCenter SDK.
Python Screenshot API: End-to-End Example
A complete Python tutorial covering installation, basic screenshots, PDF generation, automation steps, data extraction, and batch processing with the ScreenshotCenter SDK.
How to Build Client Reporting with Screenshots, PDFs, and Videos
Automate the production of client reports with screenshots, PDFs, and video recordings. Deliver to Google Drive, Slack, or S3 on a schedule.
How to Save Automated Screenshots to S3
Configure the ScreenshotCenter S3 integration to deliver screenshots and PDFs directly to your AWS S3 or S3-compatible bucket. Includes path templates, IAM setup, and date-organized storage.
How to Capture Region-Specific Pages from 80+ Countries
Use the screenshot API country routing parameter to capture localized content from any of 80+ countries. Verify pricing, translations, GDPR banners, and geo-targeted content.
How to Archive a Website with Visual Backups
Set up automated visual website backups using the screenshot API. Capture every page as PNG and PDF, store in S3 or Google Drive, and maintain a timestamped archive.
How to Run Batch Website Screenshots at Scale
Learn how to capture thousands of web pages in a single API call using batch screenshots. Covers CSV upload, capture options, progress tracking, and cloud delivery.
How to Screenshot Pages Behind Login with Cookies and Automation
Learn two approaches to capturing authenticated pages: injecting session cookies and using automation steps to fill login forms. Includes code examples in Python and JavaScript.
How to Capture a Website as PDF with an API
Step-by-step guide to converting any web page into a print-ready PDF using the ScreenshotCenter API. Covers paper format, margins, headers, footers, and background graphics.