Browserless · Arazzo Workflow
Browserless Site Capture Bundle
Version 1.0.0
Render a single URL three ways — HTML content, PNG screenshot, and PDF — in one pass.
View Spec
View on GitHub
Headless BrowserBrowser InfrastructureWeb AutomationAI AgentsWeb ScrapingBrowserQLPuppeteerPlaywrightSeleniumCDPStealthCAPTCHA SolvingResidential ProxyPDF GenerationScreenshotsSmart ScrapeCrawlSearchMCPSession RecordingHybrid AutomationArazzoWorkflows
Provider
Workflows
site-capture-bundle
Capture HTML content, a screenshot, and a PDF of one URL.
Renders the supplied URL as HTML via /chrome/content, then captures a full-page screenshot via /chrome/screenshot, then generates a PDF via /chrome/pdf. All three renders target the same URL, producing a complete capture bundle.
1
renderContent
{$sourceDescriptions.browserRestApisApi.url}#/paths/~1chrome~1content/post
Load the URL and return the fully rendered HTML content after JavaScript has parsed and executed.
2
captureScreenshot
{$sourceDescriptions.browserRestApisApi.url}#/paths/~1chrome~1screenshot/post
Capture a PNG screenshot of the same URL. Returns a base64-encoded or binary image payload.
3
generatePdf
{$sourceDescriptions.browserRestApisApi.url}#/paths/~1chrome~1pdf/post
Generate a print-ready PDF of the same URL, returning the binary PDF payload.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.