scout_fetch
Fetches full page content by scrolling to bottom and extracting text and links, then returns the result in chunked segments for efficient processing. Caches data to avoid redundant fetches.
Instructions
Fetch full page content — scrolls to bottom, dumps innerText + AXTree links, writes to cache file, returns chunked segments.
First call scrolls to bottom and writes a JSON cache file. Subsequent calls with start_index read from cache (no re-scroll).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tab | No | CDP short ID (empty = current active tab). | |
| max_length | No | Characters per chunk (default 5000). | |
| start_index | No | Start position (default 0). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |