{"id":"html.images","version":"1.0.0","category":"html","description":"Extract up to 200 image URLs, alt text and source attributes; does not fetch images.","priceMicroUsdc":300,"priceRevision":"2026-09-13-testnet","pricingStatus":"experimental-unbenchmarked","inputSchema":{"type":"object","properties":{"html":{"type":"string","maxLength":100000},"baseUrl":{"type":"string","minLength":1,"maxLength":2048}},"required":["html"],"additionalProperties":false},"outputSchema":{"type":"object","properties":{"images":{"type":"array","items":{"type":"object","properties":{"url":{"type":["string","null"]},"alt":{"type":["string","null"]},"width":{"type":"string"},"height":{"type":"string"},"srcset":{"type":"string"},"loading":{"type":"string"}},"required":["url","alt","width","height","srcset","loading"],"additionalProperties":false}},"total":{"type":"number"},"truncated":{"type":"boolean"},"scope":{"type":"string"}},"required":["images","total","truncated","scope"],"additionalProperties":false},"example":{"html":"<img src=\"/cup.png\" alt=\"Blue cup\" width=\"200\">","baseUrl":"https://example.com/"},"limits":{"inputBytes":131072,"outputBytes":65536,"networkTimeoutMs":0},"network":false,"sensitive":false,"route":"/v1/tools/html.images"}