Hyperbrowser · Arazzo Workflow
Hyperbrowser Scrape and Retrieve
Version 1.0.0
Start a scrape job for a single URL, poll its status, then fetch the result.
View Spec
View on GitHub
Headless BrowserBrowser InfrastructureWeb ScrapingWeb CrawlingData ExtractionAI AgentsBrowser AutomationComputer UseStealthProxiesCAPTCHA SolvingMCPHyperAgentX402ArazzoWorkflows
Provider
Workflows
scrape-and-retrieve
Scrape one page asynchronously and return its extracted content.
Submits a scrape job, waits for it to complete by polling status, and pulls the scraped page data once the job finishes.
1
startScrape
post-api-scrape
Submit a scrape job for the supplied URL and capture the returned jobId used to track and retrieve results.
2
pollStatus
get-api-scrape-id-status
Poll the 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
getResult
get-api-scrape-id
Fetch the completed scrape job to return the extracted markdown, html, links, and page metadata.