Cloudflare Browser Run Runtime

APU Web Tasks Real Runtime

Authorized product page execution API for evidence-backed structured extraction.

POST /api/run-web-task
{
  "url": "https://example.com/product/123",
  "taskType": "product_extraction",
  "schema": { "title": "string", "price": "number" },
  "options": {
    "evidence": true,
    "screenshot": true,
    "customer_authorized": true
  }
}