This section documents the People Also Ask data returned by the Google Search endpoint. People Also Ask items are part of the Google 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
People Also Ask items are returned by default. To hydrate AIOVERVIEW-type items withmarkdown and sources, set include.paaAioverview to true.
peopleAlsoAsk array documented below.
Overview

type:
- LINK: cited answer with a snippet, title, and link
- AIOVERVIEW: AI-generated summary. When
include.paaAioverviewistrue, these items are hydrated withmarkdowncontent andsources - UNKNOWN: unclassifiable item (returns
questiononly)
Item structure
| Field | Type | Description |
|---|---|---|
question | string | The question being asked |
type | string | Type of result (AIOVERVIEW, LINK, or UNKNOWN) |
snippet | string | Answer snippet (LINK type) |
title | string | Result title (LINK type) |
link | string | Result URL (LINK type) |
markdown | string | AI Overview markdown content (AIOVERVIEW type, when include.paaAioverview is true) |
sources | array | Cited sources (AIOVERVIEW type, when include.paaAioverview is true) |
Hydrated sources
Sources are only present on AIOVERVIEW-type items wheninclude.paaAioverview is true and hydration succeeds. The shape matches the main AI Overview sources.
| Field | Type | Description |
|---|---|---|
label | string | Title of the source |
url | string | URL of the source |
description | string | Description of the source |
position | number | Position of source (1-indexed) |