This section documents the people are saying data returned by the Google Search endpoint. These cards are part of the same 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.
Overview
Google’s “What people are saying” module (sometimes labeled “Trending posts and discussions”) surfaces community-thread cards on the SERP, typically pointing at Reddit, Quora, or other forum threads relevant to the query. When this module is present, the response includes apeopleAreSaying array where each entry is a single card.

peopleAreSaying field is omitted from result when the module is absent — treat it as optional rather than expecting an empty array.
Card structure
| Field | Type | Description |
|---|---|---|
position | number | Position within the module (1-indexed) |
title | string | Card title as displayed on the SERP |
link | string | Destination URL the card points to |
date | string | Google’s raw relative-time text (e.g., "5 days ago", "2 weeks ago"). Not normalized. |