Hyperbrowser · Arazzo Workflow
Hyperbrowser Browser Use Task Run
Version 1.0.0
Start a Browser Use agent task, poll status, then fetch its final result.
View Spec
View on GitHub
Headless BrowserBrowser InfrastructureWeb ScrapingWeb CrawlingData ExtractionAI AgentsBrowser AutomationComputer UseStealthProxiesCAPTCHA SolvingMCPHyperAgentX402ArazzoWorkflows
Provider
Workflows
browser-use-task-run
Run a Browser Use agent task to completion and return its result.
Submits a Browser Use task, waits for completion by polling status, and returns the final result and step trace once the task finishes.
1
startTask
post-api-task-browser-use
Submit a Browser Use task from the supplied instruction and capture the jobId and live view URL.
2
pollStatus
get-api-task-browser-use-id-status
Poll the Browser Use task 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-task-browser-use-id
Fetch the completed Browser Use task to return its final result string and the recorded step trace.