Preview. Every figure on this site is currently a fixture, not a measurement — the live crawl has not run yet. Nothing here describes Google's actual results.
Free key
Product

The AI Overview endpoint

Google's own answer, the sources it credits, and the organic results — in one response.

Design

Why it is a separate endpoint

Google renders the AI Overview through a different surface than the organic list, and fetching it costs a second trip upstream. Charging for that only when you ask for it is the honest arrangement, so it lives on its own path rather than inflating the price of every ordinary search.

It is also where the four rich blocks come from: sitelinks, knowledge panel, People Also Ask and related searches arrive with this endpoint, not with the plain organic page.

GET

Request

curl --request GET \
  --url 'https://serpens.p.rapidapi.com/api/v1/search_ai_overview?q=what%20is%20retrieval%20augmented%20generation&gl=us&hl=en&format=json' \
  --header 'x-rapidapi-host: serpens.p.rapidapi.com' \
  --header 'x-rapidapi-key: YOUR_KEY'
Response

What you get back

FieldWhat it is
aiOverview.textThe answer Google wrote
aiOverview.citations[]The sources it credits, with links
organic[]The ordinary ten results, in the same response
peopleAlsoAsk, relatedSearches, knowledgeGraph, sitelinksThe blocks Google rendered alongside

When Google renders no overview, the aiOverview key is absent, the organic results still come back, and the call is still billed — it did the work either way.

2026-W36

What we found running it

Queries with an overview
50.8%
of 4,185 measured
Sources per overview
4.5
average
Cited without ranking
38.8%
of all citations
Changed status this week
14.6%
610 queries

That third figure is the one worth sitting with: most of what Google credits in its own answer is not on the page below it. The full report.

Measure AI Overviews on your own queries

Free tier, no card. One call returns the overview, its citations and the organic results together.

Get a free API key