network_extract
Parse captured JSON or API responses into structured objects with fields, scores, and provenance. Filter by host, type, or query to extract relevant data after navigation.
Instructions
Parse captured JSON/API/network responses into semantic objects with fields, scores, matched query terms, and capture/path provenance. Use after navigate or activate when network_stores shows JSON/GraphQL/NDJSON captures and raw body_preview is too noisy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | Optional substring filter on response host. | |
| limit | No | Max objects to return (default 50). | |
| query | No | Optional task query/goal used to rank objects. | |
| types | No | Optional object kinds to keep, e.g. product_card, article_card, model_card, network_object, card. | |
| nav_id | No | Defaults to the most recent navigation_id. Pass 'all' to inspect all captures. |