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.
{ "name": "string", "price_amount": "number?", "currency": "string?", "availability": "enum", "source_url": "string", "retrieved_at": "datetime"}{ "name": "…", "price_amount": 0, "currency": "…", "availability": "…", "source_url": "https://example.com/item", "retrieved_at": "2026-09-14T10:00:00Z", "missing": []}