{"name":"browser-session","description":"Loads a URL in a real headless browser with JavaScript executed, then returns the rendered HTML and page title, or a base64 screenshot. For pages a plain HTTP fetch can't read because the content is built client-side. Use it as a headless browser render API, JavaScript page renderer, dynamic page renderer, full-page screenshot API, or to scrape JS-heavy sites and get the post-JavaScript DOM.","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"}