Typed answer blocks
paragraph, heading, list, code_block and table blocks in Google's order, with list items and table cells split out.
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 mode api
Google's AI Mode answer to a question as typed text blocks with the sources it cites. Follow-up turns, an image in the prompt, and any country, language or device.
// 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:
text_blocksreferences// 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-mode
from litescrape_sdk import scrape
[result] = scrape(
[
{
"endpoint": "google_ai_mode",
"q": "what is the best espresso machine for a small kitchen",
"hl": "en",
"gl": "us",
"google_domain": "google.com",
"device": "desktop",
}
],
api_key="ls_live_your_key",
)
print(result.raise_for_error())// what you get
paragraph, heading, list, code_block and table blocks in Google's order, with list items and table cells split out.
Every source has an index, title, link, snippet and source name, so citations map back to the text that uses them.
Set continuable to receive a subsequent_request_token, then ask the next question on it within 30 minutes.
image_url sends a public image up to 20 MB with the question. Google Lens reads it and AI Mode answers.
google_domain, gl, hl, a named location or uule, and desktop, tablet or mobile.
// use cases
Ask the questions your buyers ask and log whether your product and pages appear, per country.
Count which domains AI Mode cites across a question set and track the share over time.
Publish, ask again, diff the blocks and sources, repeat.
A summarized answer with sources for one call, then follow-up turns on the same token.
// 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, 10 credits per request | $0.90 | $90.00 |
| HasData | Basic, 10 credits per request | $0.99 | $99.00 |
| DataForSEO | Standard queue, up to 45 minutes | $1.20 | $120.00 |
| Bright Data | Web Scraper API, per record | $1.50 | $150.00 |
| Oxylabs | Advanced, rendered requests | $2.49 | $249.00 |
| ScrapingBee | Business, 15 credits per request | $2.49 | $249.00 |
| SearchApi | BigData, 100,000 requests | $2.50 | $250.00 |
| ScraperAPI | Business, 25 credits per request | $2.99 | $299.00 |
| Apify | Scale plan, $0.003 per answer | $3.00 | $300.00 |
Your first 10 calls are free. Top up the same key from $10 whenever you need more.