Hyperbrowser · Arazzo Workflow
Hyperbrowser Batch Scrape and Retrieve
Version 1.0.0
Start a batch scrape over many URLs, poll status, then fetch all results.
View Spec
View on GitHub
Headless BrowserBrowser InfrastructureWeb ScrapingWeb CrawlingData ExtractionAI AgentsBrowser AutomationComputer UseStealthProxiesCAPTCHA SolvingMCPHyperAgentX402ArazzoWorkflows
Provider
Workflows
batch-scrape-and-retrieve
Scrape a list of URLs in one batch job and return all page content.
Submits a batch scrape job, waits for completion by polling status, and pulls every scraped page once the batch finishes.
1
startBatch
post-api-scrape-batch
Submit a batch scrape job for the supplied URLs and capture the returned jobId used to track and retrieve results.
2
pollStatus
get-api-scrape-batch-id-status
Poll the batch scrape job status. The status moves through pending and running before reaching completed, failed, or stopped; loop back while still in progress and branch out on a terminal state.
3
getResults
get-api-scrape-batch-id
Fetch the completed batch scrape job to return every scraped page and the total page count.