spidra_crawl_extract
Extract new data from a completed crawl without re-crawling pages. Submit a new prompt and receive a jobId to track progress, paying only for AI tokens.
Instructions
Run a NEW extraction prompt over an already-completed crawl without re-crawling any pages — much cheaper than crawling again (only AI token credits are charged). Returns a new jobId immediately; poll spidra_check_crawl_status with it. The source crawl must have status "completed".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | The completed source crawl job id | |
| transformInstruction | Yes | The new extraction instruction to apply to every crawled page |