{"name":"browser-render","description":"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.","price":"$0.03","method":"POST","input_schema":{"properties":{"url":{"type":"string","description":"Absolute http(s) URL to render."},"screenshot":{"type":"boolean","description":"Return a base64 PNG screenshot instead of HTML. Default false."},"full_page":{"type":"boolean","description":"When screenshot=true, capture the full scrollable page. Default false."},"wait_ms":{"type":"number","description":"Extra milliseconds to wait after load for late JS (0-10000). Default 0."},"block_ads":{"type":"boolean","description":"Block ad/tracker requests for a cleaner render. Default true."}},"required":["url"]},"input_example":{"url":"https://example.com","wait_ms":0},"output_example":{"url":"https://example.com","final_url":"https://example.com/","title":"Example Domain","html":"<html>…rendered DOM…</html>","bytes":1256,"truncated":false,"source":"ScrapingBee (render_js)"},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}