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
post-api-extract
Submit an extract job over the supplied URLs using the prompt and optional output schema, capturing the returned jobId.
2
pollStatus
get-api-extract-id-status
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
get-api-extract-id
Fetch the completed extract job to return the structured data object the LLM produced from the pages.