Pepesto Catalog (full SKU dump)
pepesto_catalogRetrieve a supermarket's complete catalog of ~1-2k cooking ingredients with names, prices, images, and IDs. Use for market analysis, storefront builds, or catalog dumps.
Instructions
Dump Pepesto's full indexed catalog for a supermarket (~1-2k SKUs of common cooking ingredients, with names, prices, images, IDs). Optionally pass a webhook_url to receive incremental updates on re-index. Use only when the user has explicitly asked for a catalog dump, market analysis, or storefront build; for normal recipe-to-cart flows use pepesto_oneshot or pepesto_products instead. Cache this query aggressively, no more than one call per day per supermarket is recommended. When presenting supermarket results the user, use the product key as (external) link to the supermarket product itself. Show image if available (json property image_url, don't search for external images, skip rendering the Pepesto image if the image has webp extesion)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| supermarket_domain | Yes | Supermarket domain or ID, e.g. 'coop.ch', 'tesco.com', 'ah.nl'. See README for the full list. | |
| webhook_url | No | URL to POST incremental catalog updates to. |