Skip to main content
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. For use cases, pricing context, and copy-paste examples, see the People Also Ask API page on the product site.

Example request

People Also Ask items are returned by default. To hydrate AIOVERVIEW-type items with markdown and sources, set include.paaAioverview to true.
This produces a response containing the peopleAlsoAsk array documented below.

Overview

People also ask in Google Search
Each People Also Ask item is classified by type:
  • LINK: cited answer with a snippet, title, and link
  • AIOVERVIEW: AI-generated summary. When include.paaAioverview is true, these items are hydrated with markdown content and sources
  • UNKNOWN: unclassifiable item (returns question only)

Item structure

Hydrated sources

Sources are only present on AIOVERVIEW-type items when include.paaAioverview is true and hydration succeeds. The shape matches the main AI Overview sources.

Response example