Browserless · Arazzo Workflow
Browserless Unblock Then Render
Version 1.0.0
Bypass bot detection on a protected URL, then re-render its HTML content and a PDF using the unblocked content.
View Spec
View on GitHub
Headless BrowserBrowser InfrastructureWeb AutomationAI AgentsWeb ScrapingBrowserQLPuppeteerPlaywrightSeleniumCDPStealthCAPTCHA SolvingResidential ProxyPDF GenerationScreenshotsSmart ScrapeCrawlSearchMCPSession RecordingHybrid AutomationArazzoWorkflows
Provider
Workflows
unblock-then-render
Unblock a protected URL, then render its content and PDF reusing the cleared cookies.
Calls /chrome/unblock to clear bot detection and obtain cookies and HTML, then re-renders the page HTML via /chrome/content and a PDF via /chrome/pdf, passing the recovered cookies so the renders reuse the cleared session.
1
unblockSite
{$sourceDescriptions.browserRestApisApi.url}#/paths/~1chrome~1unblock/post
Clear bot detection on the URL, returning the page cookies, HTML content, and a base64 full-page screenshot.
2
renderContent
{$sourceDescriptions.browserRestApisApi.url}#/paths/~1chrome~1content/post
Re-render the page HTML via /chrome/content, injecting the cookies recovered from the unblock step so the render reuses the cleared session.
3
generatePdf
{$sourceDescriptions.browserRestApisApi.url}#/paths/~1chrome~1pdf/post
Generate a PDF of the same URL, reusing the recovered cookies so the PDF reflects the unblocked page.
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.