← All tools

Extraction Schema Starter

Pick a use case, edit the fields, and copy a JSON-schema-style starter with a sample output object.

Conceptual schema starter — runs in your browser, performs no retrieval, and makes no accuracy claims.

Conceptual schema starter
{  "name": "string",  "price_amount": "number?",  "currency": "string?",  "availability": "enum",  "source_url": "string",  "retrieved_at": "datetime"}
Sample output object
{  "name": "…",  "price_amount": 0,  "currency": "…",  "availability": "…",  "source_url": "https://example.com/item",  "retrieved_at": "2026-09-14T10:00:00Z",  "missing": []}