kloakt_fetch
Fetch web pages with JavaScript rendering, returning raw output as HTML, text, links, markdown, or custom JavaScript evaluation. Supports stealth anti-detection.
Instructions
Low-level page fetch with JS rendering. Returns raw output as string. Supports HTML dump, text dump, link extraction, or arbitrary JS evaluation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to fetch | |
| dump | No | Output format (default: text) | text |
| eval_js | No | JavaScript expression to evaluate on the page | |
| stealth | No | Enable anti-detection mode |