This section documents the shopping cards data returned by the Google AI Mode endpoint. Shopping cards are part of the AI Mode response, so no separate API call is needed.Documentation Index
Fetch the complete documentation index at: https://docs.cloro.dev/llms.txt
Use this file to discover all available pages before exploring further.
Example request
Shopping cards are intent-detected. Send a prompt that expresses shopping intent (for example, asking for products, prices, or where to buy). No flag is required.shopping_cards array documented below.
Overview
Shopping product information extracted from the response when AI Mode detects shopping intent.
For individual product references embedded inline within the AI response text (rather than in a dedicated carousel), see inline products. Both arrays may appear in the same response.
Shopping card structure
| Field | Type | Description |
|---|---|---|
title | string | Product title |
price | object | Structured pricing with value and currency |
store | string | Merchant/store name |
rating | number | Product rating |
reviews | string | Review count (e.g., “2.3k”) |
thumbnail | string | Product image URL |
product_link | string | Direct product URL |
old_price | object | Original price before discount (same shape as price) |
snippet | string | Product description snippet |
snippet_links | array | Links found within the product snippet |
price and old_price
| Field | Type | Description |
|---|---|---|
value | number | Numeric price |
currency | string | Currency symbol |
snippet_links
| Field | Type | Description |
|---|---|---|
text | string | Link text |
link | string | Link URL |