This section documents the places data returned by the Google AI Mode endpoint. Places 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
Places are intent-detected. Send a prompt that expresses location intent (for example, looking for restaurants, attractions, or businesses in a place). No flag is required.places array documented below.
Overview
Inline place cards extracted from the response when AI Mode detects location intent.
For GPS-enriched location data with latitude and longitude coordinates, see map.
places and map may both appear in the same response.Place structure
| Field | Type | Description |
|---|---|---|
title | string | Place name |
link | string | Google viewer URL for the place |
place_id | string | Google Places ID |
index | integer | Position index of the place in the results |
thumbnail | string | Place thumbnail image URL |
rating | number | Star rating (0-5) |
reviews | integer | Number of reviews |
type | string | Place type or category |
price_level | string | Price level indicator (e.g., ”$”, ”$$”, ”$$$“) |
address | string | Full address |
status | string | Operating status (e.g., “Open now”) |