Hyperbrowser · Example Payload

Hyperbrowser Scrape Example

Headless BrowserBrowser InfrastructureWeb ScrapingWeb CrawlingData ExtractionAI AgentsBrowser AutomationComputer UseStealthProxiesCAPTCHA SolvingMCPHyperAgentX402

Hyperbrowser Scrape Example is an example object payload from Hyperbrowser, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationrequestresponse

Example Payload

Raw ↑
{
  "operation": "POST /api/scrape",
  "request": {
    "url": "https://hyperbrowser.ai",
    "scrapeOptions": {
      "formats": [
        "markdown",
        "links"
      ]
    }
  },
  "response": {
    "jobId": "scrape_01HZ8YQM4N7XEXAMPLE",
    "status": "pending"
  }
}