extract_with_schema
Extract structured data from URLs by defining a JSON schema, with optional prompt instructions for tailored extraction.
Instructions
Extract structured data using a JSON schema
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | URLs to extract data from | |
| prompt | No | Optional instructions for extraction | |
| schema | Yes | JSON schema defining the data structure to extract |