Query Google AI Overview to get an AI-generated summary from a query.
Fetch the AI-powered summary from Google AI Overview, a snapshot of key information about a topic or question with links.
Playground
Your organization, project and token stay in this browser's local storage and are sent
straight to the API — this page never sees them.
POST
item
query
requiredThe search query to analyze
config
location_id
Location ID (optional)
location_request
Location request (ex: Paris, FR), will translate to location ID
country_code
ISO3166 country code (ex: GB)
lang_code
BCP47 language code (ex: "en", "en-GB")
device
Device to use for search (optional - defaults to mobile)
Billing
Fixed cost per query requested, plus one AI Overview results page per query, which search engines charge more for than a plain results page. Called while you wait it is billed live; submitted as a background batch it is billed async, which costs appreciably less, and collecting the finished batch is free. A query that has no AI Overview is still billed: the page was fetched.
These usage SKUs can be charged on a call.
SKU
Credits
Description
Tool call
1 per request
Charged once per successful item, on top of any usage below.
AI Overview results (async)
12 per 10 query
The same AI Overview page, submitted as a background batch.
AI Overview results (live)
4 per query
A results page including its AI Overview block, which search engines charge more for than a plain results page.
Schemas
item is what you send, config how the tool behaves,
and the response is what you get back.
Item
object
Properties
querystringrequired
The search query to analyze
max length 700
Example
{
"query": "string"
}
Configuration
object
Properties
location_idinteger | null
Location ID (optional)
Default: null
location_requeststring | null
Location request (ex: Paris, FR), will translate to location ID
Default: null
country_codestring | null
ISO3166 country code (ex: GB)
Default: null
lang_codestring | null
BCP47 language code (ex: "en", "en-GB")
Default: null
devicestring
Device to use for search (optional - defaults to mobile)