ihyee_render
Render JavaScript-heavy web pages with Playwright to extract complete content from single-page apps and dynamic sites when regular methods return partial data.
Instructions
Force full browser rendering of a JavaScript-heavy web page using Playwright, then extract its content. Use this for single-page apps, pages behind JS frameworks, or when a regular fetch returns incomplete content.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to render | |
| wait_for | No | When to consider the page loaded | networkidle |
| wait_selector | No | CSS selector to wait for before extracting content | |
| timeout_ms | No | Maximum time to wait for page load in milliseconds |