terradeed_extract_structured
Extract structured JSON from any URL by defining a schema. Specify fields and get clean data for a flat fee of $0.05 per call.
Instructions
Extract structured JSON data from any URL using a provided schema. Cost: $0.05 USDC per call. The schema defines exactly what fields to extract.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to extract data from | |
| schema | Yes | JSONSchema object defining the output shape | |
| instructions | No | Optional plain-language instructions for the extraction |