Hyperbrowser · Arazzo Workflow
Hyperbrowser Web Crawl and Retrieve
Version 1.0.0
Start a Web API crawl job, poll status, then page through the results.
View Spec
View on GitHub
Headless BrowserBrowser InfrastructureWeb ScrapingWeb CrawlingData ExtractionAI AgentsBrowser AutomationComputer UseStealthProxiesCAPTCHA SolvingMCPHyperAgentX402ArazzoWorkflows
Provider
Workflows
web-crawl-and-retrieve
Crawl from a starting URL via the Web API and return page content.
Submits a Web API crawl job, waits for completion by polling status, and pulls the first batch of crawled pages once the job finishes.
1
startWebCrawl
post-api-web-crawl
Submit a Web API crawl job for the starting URL and capture the returned jobId used to track and retrieve results.
2
pollStatus
get-api-web-crawl-id-status
Poll the web crawl 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-web-crawl-id
Fetch the first batch of crawled pages from the completed web crawl job along with the total page count and batch counters.