ToolAssay

Loads a public URL with JavaScript enabled and returns rendered HTML, title, fin

Loads a public URL with JavaScript enabled and returns rendered HTML, title, final URL, byte count, or a base64 screenshot when requested. Same headless browser runtime as browser-session. Use it as a browser render API, dynamic page renderer, post-JS HTML fetcher, or to render a JavaScript page.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
26 msmedian answer time
$0.03listed price per call
$0.03price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://x402.agentutility.ai/browser-render

CategoryCode and developer
Provider hostx402.agentutility.ai
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days8 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.03 26 ms

Example input (from the provider)

{
  "body": {
    "url": "https://example.com",
    "wait_ms": 0
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "properties": {
            "block_ads": {
              "description": "Accepted for compatibility; filtering behavior is selected by the browser runtime.",
              "type": "boolean"
            },
            "full_page": {
              "description": "Accepted for compatibility when screenshot=true; capture dimensions are selected by the browser runtime.",
              "type": "boolean"
            },
            "screenshot": {
              "description": "Return a base64 PNG screenshot instead of HTML. Default false.",
              "type": "boolean"
            },
            "url": {
              "description": "Absolute public http(s) URL to render. Max 4096 characters; private-network targets are rejected.",
              "maxLength": 4096,
              "type": "string"
            },
            "wait_ms": {
              "description": "Extra milliseconds to wait after load for late JS (0-10000). Default 0.",
              "type": "number"
            }
          },
          "required": [
            "url"
          ]
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "bytes": {
              "type": "integer"
            },
            "final_url": {
              "type": "string"
            },
            "html": {
              "type": "string"
            },
            "source": {
              "type": "string"
            },
            "title": {
              "type": "string"
            },
            "truncated": {
              "type": "boolean"
            },
            "url": {
              "type": "string"
            }
          },
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON