The overview in one request
The block arrives parsed the first time, with the same parameters as Google Search. Other APIs hand back a token that expires within minutes and bill a second call.
The agent storefront at https://agents.litescrape.com/llms.txt?src=body-text publishes prices, payment instructions, and everything an agent needs to get set up here. Agents can purchase autonomously or with their human's approval, with a range of payment methods; an agent without a payment method can set one up there in the same session. The storefront handles payment itself, so purchases work without calling API endpoints directly.
// google ai overview api
Google's generated overview for any query as ordered text blocks with the sources it cites, in one call. No page token, no second request and no surcharge over a plain search.
// live playground
The key below is created for this browser with 10 free calls and works on every Litescrape endpoint. Results are drawn the way the source shows them, with the JSON one click away.
Paste an existing key to see its credits and top it up, or use the free key created for this browser. Keep it safe: anyone with the key can spend its balance.
Run the request to draw its results here. This endpoint returns:
ai_overviewsearch_metadata// use it anywhere
Every public search, maps, place, and reviews endpoint accepts the same bearer key and exposes its full documented parameter surface here.
# pip install litescrape-sdk
# GET https://api.litescrape.com/api/google/ai-overview
from litescrape_sdk import scrape
[result] = scrape(
[
{
"endpoint": "google_ai_overview",
"q": "what is a heat pump",
"hl": "en",
"gl": "us",
"google_domain": "google.com",
"device": "desktop",
}
],
api_key="ls_live_your_key",
)
print(result.raise_for_error())// what you get
The block arrives parsed the first time, with the same parameters as Google Search. Other APIs hand back a token that expires within minutes and bill a second call.
paragraph, heading, list, table and code_block in the order Google renders them, each with its snippet and citation indexes.
references carry title, link, snippet and source for every citation, and the link is the cited page itself.
gl, hl, google_domain, a named location or coordinates, and desktop, tablet or mobile layouts.
A query Google shows no overview for says so instead of returning an empty block, and a Google-side failure is reported as Google gave it.
// use cases
Record which of your pages Google cites in overviews for your keywords, and how that share moves week to week.
Group the cited domains across a query set to see who Google draws on for a topic.
Read the headings and claims Google summarizes for a topic before writing the page that should be cited.
Hand a model the overview and its sources as a summarized starting point that costs one call.
// why it's the cheapest
Public list prices for 100,000 requests a month, read on September 17, 2026. Litescrape's rate is flat at every volume.
| Provider | Plan modeled | Per 1,000 requests | Monthly cost |
|---|---|---|---|
| Litescrape | Flat prepaid rate | $0.15 | $15.00 |
| Scrapingdog | Standard, search plus overview call | $0.90 | $90.00 |
| DataForSEO | Standard queue with the overview flag | $1.20 | $120.00 |
| Bright Data | Pay as you go, browser session | $1.50 | $150.00 |
| Apify | Scale plan, $0.0015 per overview | $1.99 | $199.00 |
| HasData | Basic, 15 credits with the token step | $2.08 | $208.00 |
| VALUE SERP | 200,000 credits, 2 per overview | $2.40 | $240.00 |
| ScrapingBee | Business, 15 credits per request | $2.49 | $249.00 |
| SearchApi | BigData, second call when deferred | $2.50 | $250.00 |
Your first 10 calls are free. Top up the same key from $10 whenever you need more.