Litescrape sells to AI agents - live prices and self-serve payment

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.

LitescrapeAPIsGoogle AI Mode API

// google ai mode api

The world's cheapest 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.

$0.15 / 1K requestsPay as you go10 free calls, no card

// live playground

Ask Google AI Mode a question

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.

Your API key

Verifying browser…

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.

// google ai mode

Build a live request

10 documented parameters available for this operation.

GET

Ask Google AI Mode the way you would in the search box.

Ready

Run the request to draw its results here. This endpoint returns:

  • text_blocks
  • references

// use it anywhere

Take this exact request to your terminal.

Every public search, maps, place, and reviews endpoint accepts the same bearer key and exposes its full documented parameter surface here.

public API endpoint
# 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

What the Google AI Mode API returns

Typed answer blocks

paragraph, heading, list, code_block and table blocks in Google's order, with list items and table cells split out.

References with an index

Every source has an index, title, link, snippet and source name, so citations map back to the text that uses them.

Multi-turn conversations

Set continuable to receive a subsequent_request_token, then ask the next question on it within 30 minutes.

Ask with an image

image_url sends a public image up to 20 MB with the question. Google Lens reads it and AI Mode answers.

Any country, language and device

google_domain, gl, hl, a named location or uule, and desktop, tablet or mobile.

// use cases

What teams build with it

  1. 01

    Brand presence in AI answers

    Ask the questions your buyers ask and log whether your product and pages appear, per country.

  2. 02

    Citation share by competitor

    Count which domains AI Mode cites across a question set and track the share over time.

  3. 03

    Answer engine optimization loops

    Publish, ask again, diff the blocks and sources, repeat.

  4. 04

    Research agents

    A summarized answer with sources for one call, then follow-up turns on the same token.

// why it's the cheapest

Google AI Mode API pricing, per 1,000 requests

Public list prices for 100,000 requests a month, read on September 17, 2026. Litescrape's rate is flat at every volume.

Month-to-month list prices in USD. A provider that bills per record or per queued task shows how it bills instead of a per-request price.
ProviderPlan modeledPer 1,000 requestsMonthly cost
LitescrapeFlat prepaid rate$0.15$15.00
ScrapingdogStandard, 10 credits per request$0.90$90.00
HasDataBasic, 10 credits per request$0.99$99.00
DataForSEOStandard queue, up to 45 minutes$1.20$120.00
Bright DataWeb Scraper API, per record$1.50$150.00
OxylabsAdvanced, rendered requests$2.49$249.00
ScrapingBeeBusiness, 15 credits per request$2.49$249.00
SearchApiBigData, 100,000 requests$2.50$250.00
ScraperAPIBusiness, 25 credits per request$2.99$299.00
ApifyScale plan, $0.003 per answer$3.00$300.00

Start pulling Google AI Mode data in five minutes.

Your first 10 calls are free. Top up the same key from $10 whenever you need more.