network_stores
Retrieve content-bearing API responses (JSON, GraphQL, NDJSON) captured during webpage navigation, filtered by host or navigation ID, to extract data directly from SPAs.
Instructions
Return content-bearing fetch/XHR responses captured during navigate, ranked by likely content value. SPAs often keep their data in API responses (JSON, GraphQL, NDJSON, Next/Nuxt route data) that are cleaner than the rendered DOM — this tool surfaces them directly. Each entry has capture_id, URL, status, content-type, body_preview (truncated to 256 KB), body_bytes (full size), body_truncated flag, navigation_id, and a heuristic score. Bodies for trackers/ads/CSS/HTML/media are NOT captured. The navigate result already contains a top-5 summary scoped to that navigation; use this tool to get more entries, filter by host, or pull captures from a different navigation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | Optional substring filter on response host. | |
| limit | No | Max entries to return (default 20). | |
| nav_id | No | Defaults to the most recent navigation_id (page B never sees page A captures). Pass an explicit navigation_id from a prior navigate result to query that navigation specifically. Pass 'all' to disable nav filtering and return captures from every navigation. |