Organic results with positions
Title, link, displayed link, snippet, favicon and sitelinks, with a position inside the group and position_absolute across the page.
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 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.
// 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:
organic_resultsknowledge_graphai_overviewrelated_questionsrelated_searchesshopping_resultsimmersive_productsperspectivespagination// 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/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
Title, link, displayed link, snippet, favicon and sitelinks, with a position inside the group and position_absolute across the page.
The entity panel arrives as knowledge_graph and Google's generated overview as ai_overview, on the same call.
related_questions and related_searches ship with every page.
gl, hl, google_domain, a named location or coordinates, and desktop, tablet or mobile layouts.
as_sitesearch, as_epq, as_qdr, tbs, tbm, cr, lr, safe and nfpr pass through to Google as documented.
fast_mode returns organic results only and skips the AI Overview and every other module when positions are all you need.
// use cases
Fetch each keyword in each market once a day and store where every domain lands. 10,000 keywords a day cost $1.50.
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.
Watch which queries show an AI Overview, a shopping module or a local pack, and which sites they cite.
Run your brand terms and your competitors' names across countries and alert on new pages and knowledge panels.
// 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 |
| DataForSEO | Standard queue, up to 45 minutes | $0.60 | $60.00 |
| Serper | Standard pack, 500,000 credits | $0.75 | $75.00 |
| Scrapingdog | Standard, 1,000,000 credits, 5 per search | $0.90 | $90.00 |
| HasData | Basic, 1,000,000 credits, 10 per search | $0.99 | $99.00 |
| Oxylabs | Starter, $99 a month | $0.99 | $99.00 |
| Bright Data | Pay as you go | $1.50 | $150.00 |
| Zenserp | Medium, 100,000 searches | $1.50 | $150.00 |
| SearchApi | BigData, 100,000 searches | $2.50 | $250.00 |
| Scale SERP | 250,000 credits, $599 a month | $5.99 | $599.00 |
Your first 10 calls are free. Top up the same key from $10 whenever you need more.