Hyperbrowser · Arazzo Workflow
Hyperbrowser Extract Structured Data
Version 1.0.0
Start an extract job with a prompt and schema, poll status, then fetch data.
View Spec
View on GitHub
Headless BrowserBrowser InfrastructureWeb ScrapingWeb CrawlingData ExtractionAI AgentsBrowser AutomationComputer UseStealthProxiesCAPTCHA SolvingMCPHyperAgentx402ArazzoWorkflows
Provider
Workflows
extract-structured-data
Extract structured JSON from pages using a prompt and optional schema.
Submits an extract job, waits for completion by polling status, and returns the structured data once the job finishes.
1
startExtract
Submit an extract job over the supplied URLs using the prompt and optional output schema, capturing the returned jobId.
2
pollStatus
Poll the extract 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
Fetch the completed extract job to return the structured data object the LLM produced from the pages.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.