{
  "serviceId": "headless-browser-render",
  "displayName": "Headless Browser Render",
  "description": "Fetch a web page and return its title and HTML. POST /v1/headless with {url} and get one JSON object back. The HTML appears to be the server response as fetched; client-side JavaScript execution is not confirmed. Pay per request in USDC; no account, no API key.",
  "category": "web",
  "resourceUrl": "https://agent.pocket.network/v1/headless-browser-render",
  "priceUsd": "0.005000",
  "priceVersion": 1,
  "rails": [
    {
      "id": "base",
      "network": "eip155:8453",
      "chainId": 8453,
      "tokenAddress": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "tokenDecimals": 6,
      "payToAddress": "0xF732ea490c5766071785a2310523f7fA2CEbB829"
    }
  ],
  "protocols": [
    "rest"
  ],
  "inputSchema": {
    "type": "object",
    "description": "The request body for POST /v1/headless.",
    "properties": {
      "url": {
        "type": "string",
        "description": "The page URL to render."
      }
    },
    "required": [
      "url"
    ]
  },
  "outputSchema": {
    "type": "object",
    "description": "For POST /v1/headless, a JSON object with url, title and html. The exact shape is the service's own and is not pinned here; errors return a JSON object with an `error` field."
  },
  "methods": {
    "GET /v1/health": "read",
    "GET /v1/version": "read",
    "POST /v1/headless": "read"
  },
  "firstParty": true,
  "networks": [
    "eip155:8453"
  ],
  "serving": true,
  "page": "https://agent.pocket.network/services/headless-browser-render",
  "descriptor": "https://agent.pocket.network/services/headless-browser-render/descriptor.json"
}