Extract structured data from Microsoft Copilot with shopping cards for Microsoft products, enterprise solutions, and development tools.
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.
include.markdown (boolean): Include markdown-formatted response. Defaults to falseinclude.rawResponse (boolean): Include raw streaming response events. Defaults to false| Section | Description |
|---|---|
| Sources | Source citations referenced in the response |
| Shopping cards | Product cards with pricing, ratings, and seller info |
| Map entries | Business and place information with reviews and photos |
| Field | Type | Description |
|---|---|---|
result.sources | array | Array of sources referenced in the response |
result.shoppingCards | array | Array of shopping card objects with product information (automatically included when available) |
result.map | array | Array of map entry objects with business/place information (automatically included when available) |
result.markdown | string | Response formatted in Markdown (included when include.markdown is true) |
result.rawResponse | array | Array of Copilot’s streamed response events (included when include.rawResponse is true) |
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Request parameters for monitoring Copilot responses