{"name":"headless-browser","description":"Opens a public URL in a real headless browser, waits for client-side rendering, and returns the rendered DOM or a screenshot. Use when plain fetch, scrape, or HTML-to-Markdown cannot see JS-built content. Works as a headless browser API, browser automation render, or JavaScript scraping endpoint.","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"}