Browserless · Arazzo Workflow
Browserless Scrape Then Screenshot
Version 1.0.0
Extract structured elements from a page, then capture a screenshot of the same page as visual evidence.
View Spec
View on GitHub
Headless BrowserBrowser InfrastructureWeb AutomationAI AgentsWeb ScrapingBrowserQLPuppeteerPlaywrightSeleniumCDPStealthCAPTCHA SolvingResidential ProxyPDF GenerationScreenshotsSmart ScrapeCrawlSearchMCPSession RecordingHybrid AutomationArazzoWorkflows
Provider
Workflows
scrape-then-screenshot
Scrape structured elements from a URL and capture a matching screenshot.
Runs a selector-based scrape against the URL to extract element data, then captures a full-page screenshot of the same URL to provide visual context for the extracted data.
1
scrapeElements
{$sourceDescriptions.browserlessApi.url}#/paths/~1chrome~1scrape/post
Extract structured data for the supplied selectors from the URL, returning element text, HTML, attributes, and geometry under the data array.
2
captureScreenshot
{$sourceDescriptions.browserlessApi.url}#/paths/~1chrome~1screenshot/post
Capture a full-page PNG screenshot of the same URL to accompany the scraped element data.