Runo takes a schema: { "field": "price", "type": "float", "example": 29.99 } { "field": "inStock", "type": "boolean", "example": true }
You get the exact data you want back, typed and clean. Nothing else to do.
JS rendering is handled automatically. First it’s plain fetch, if that fails it escalates to playwright stealth. Nothing to configure on your end.