From 7a402ee508ce7f033dd1c7873e7703ac67788a07 Mon Sep 17 00:00:00 2001 From: Richard Oliver Bray Date: Fri, 8 May 2026 09:56:46 +0100 Subject: [PATCH] Link e-commerce use case from scrape JSON format section Co-Authored-By: Claude Opus 4.6 --- features/scrape.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/features/scrape.mdx b/features/scrape.mdx index 2161cc7d..ae43a2f9 100644 --- a/features/scrape.mdx +++ b/features/scrape.mdx @@ -167,6 +167,10 @@ When using the `json` format, pass an object inside `formats` with the following - `schema`: JSON Schema for the structured output. - `prompt`: Optional prompt to help guide extraction when a schema is present or when you prefer light guidance. + + Looking for a real-world example? See how to use JSON extraction for [product and e-commerce data](/use-cases/product-ecommerce) like pricing, inventory, and product details. + + ## Extract brand identity ### /scrape (with branding) endpoint