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 Search API

// google search api

The world's cheapest Google Search API

Organic results, Knowledge Graph panels, People also ask, related searches, shopping modules and the AI Overview from any Google domain, country, language and device. One flat rate, with no credit multipliers for rich modules.

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

// live playground

Search Google from your browser

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 search

Build a live request

43 documented parameters available for this operation.

GET

Supply a query, Google local CID, or Knowledge Graph machine ID.

Ready

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

  • organic_results
  • knowledge_graph
  • ai_overview
  • related_questions
  • related_searches
  • shopping_results
  • immersive_products
  • perspectives
  • pagination

// 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/search
from litescrape_sdk import scrape

[result] = scrape(
    [
        {
            "endpoint": "google_search",
            "q": "coffee maker",
            "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 Search API returns

Organic results with positions

Title, link, displayed link, snippet, favicon and sitelinks, with a position inside the group and position_absolute across the page.

Knowledge Graph and AI Overview

The entity panel arrives as knowledge_graph and Google's generated overview as ai_overview, on the same call.

People also ask and related searches

related_questions and related_searches ship with every page.

Any country, language and device

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

Google's own advanced operators

as_sitesearch, as_epq, as_qdr, tbs, tbm, cr, lr, safe and nfpr pass through to Google as documented.

Fast mode for rank tracking

fast_mode returns organic results only and skips the AI Overview and every other module when positions are all you need.

// use cases

What teams build with it

  1. 01

    Rank tracking

    Fetch each keyword in each market once a day and store where every domain lands. 10,000 keywords a day cost $1.50.

  2. 02

    Grounding for agents and RAG

    One search per model turn is affordable: titles, links and snippets a model can cite, with the AI Overview and People also ask in the same payload.

  3. 03

    SERP feature monitoring

    Watch which queries show an AI Overview, a shopping module or a local pack, and which sites they cite.

  4. 04

    Brand and competitor monitoring

    Run your brand terms and your competitors' names across countries and alert on new pages and knowledge panels.

// why it's the cheapest

Google Search 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
DataForSEOStandard queue, up to 45 minutes$0.60$60.00
SerperStandard pack, 500,000 credits$0.75$75.00
ScrapingdogStandard, 1,000,000 credits, 5 per search$0.90$90.00
HasDataBasic, 1,000,000 credits, 10 per search$0.99$99.00
OxylabsStarter, $99 a month$0.99$99.00
Bright DataPay as you go$1.50$150.00
ZenserpMedium, 100,000 searches$1.50$150.00
SearchApiBigData, 100,000 searches$2.50$250.00
Scale SERP250,000 credits, $599 a month$5.99$599.00

Start pulling Google Search data in five minutes.

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