get_rendered_html
Fetches fully rendered HTML content from web pages, including JavaScript-generated elements, to support SPAs and dynamic websites. Input the target URL to retrieve complete client-side rendered data.
Instructions
Fetches fully rendered HTML content using a headless browser, including JavaScript-generated content. Essential for modern web applications, single-page applications (SPAs), or any content that requires client-side rendering to be complete.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
url | Yes | URL of the target web page that requires JavaScript execution or dynamic content rendering. |