Extract structured data from Perplexity AI about your brand, products, or any topic across various regions
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.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 offers |
| Media | Videos and images relevant to the query |
| Travel and places | Hotels and places when travel intent is detected |
| Field | Type | Description |
|---|---|---|
result.text | string | Perplexity’s response text |
result.html | string | Response formatted in HTML (included when include.html is true) |
result.sources | array | Array of sources referenced in the response |
result.markdown | string | Response formatted in Markdown (included when include.markdown is true) |
result.rawResponse | array | Array of Perplexity’s streamed response events (included when include.rawResponse is true) |
result.shopping_cards | array | Shopping cards when shopping intent detected |
result.videos | array | Videos relevant to the query |
result.images | array | Images relevant to the query |
result.hotels | array | Hotels when travel intent detected |
result.places | array | Places when location intent detected |
| Field | Type | Description |
|---|---|---|
result.related_queries | array | Suggested follow-up search queries |
result.search_model_queries | array | Internal search queries (fan-outs) used to generate response |
| Field | Type | Description |
|---|---|---|
query | string | Actual search query used |
engine | string | Search engine type (“web”, etc.) |
limit | number | Result limit (typically 8) |
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Request parameters for monitoring Perplexity responses