scout_scan
Discover data sources on web pages by monitoring network requests, extracting embedded JSON, and scanning DOM patterns. Use full scan for comprehensive or keyword-targeted DOM search.
Instructions
Comprehensive page data source scanner with two modes.
MODE "all" — full page scan (default):
Network APIs — XHR/Fetch requests already captured by the listener
SSR Embedded JSON — window.INITIAL_STATE, NEXT_DATA, etc.
DOM Containers — repeated HTML structures (card layouts, list items)
MODE "dom" — keyword-targeted DOM scan: Searches DOM for containers matching the keyword.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | For mode "dom" — optional URL to open before scanning. | |
| mode | No | "all" for full scan, "dom" for keyword-targeted DOM scan. | all |
| keyword | No | For mode "dom" — search keyword. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |