Extract
extractPull typed structured data from one or more URLs by JSON schema or prompt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | The URLs to extract from. | |
| prompt | No | Natural-language description of what to pull. | |
| schema | No | A JSON schema the result must conform to. | |
| preferStructure | No | Keep headings, lists and tables in the text handed to the model. |