{"name":"javascript-render","description":"Renders a URL with JavaScript enabled and returns the browser-rendered HTML, title, resolved URL, and truncation metadata, or captures a screenshot when screenshot=true. Use it as a JavaScript render API, JS page renderer, or single-page-app HTML renderer.","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"}