Parser info
parser_infoRetrieve parser result field schemas, including arrays and flat fields, to build resultsFormat templates before using add_task.
Instructions
Describe a parser's result fields. Returns the results schema: arrays (nested lists like serp/ads) and flat (scalar fields like $query, $totalcount) that you can reference in a resultsFormat template. Call this before writing a resultsFormat for add_task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parser | Yes | Parser name, e.g. "SE::Google". |