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

// google shopping api

The world's cheapest Google Shopping API

Google Shopping results for a product query: title, price, old price, merchant, rating, reviews, delivery and thumbnail for up to 100 products, with Google's own filters and refinement tokens.

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

// live playground

Search Google Shopping

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 shopping

Build a live request

16 documented parameters available for this operation.

GET

Google Shopping applies one refinement at a time. Sorting can be combined with any one of them.

Ready

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

  • shopping_results
  • categorized_shopping_results
  • filters
  • carousel_filters
  • search_information

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

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

Up to 100 products a call

num caps the response at 1 to 100 and pages through Google's 40-product pages for you.

Price, old price and merchant

price and extracted_price, old_price when a product is marked down, source, delivery, rating and review count.

Identifiers that open the product

gpcid, headline_offer_docid and image_docid, plus a ready-made litescrape_product_link for the Shopping Product API.

Sort and refine like a shopper

sort_by price or rating, min_price and max_price, on_sale, free_shipping, small_business, or a shoprs token from a previous response.

Google's own filter panel

filters and carousel_filters return the refinements Google offered, each with the token that applies it.

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

    Price monitoring

    Query each SKU daily and record the lowest price, the merchant and whether it is on sale.

  2. 02

    Competitor and category research

    Which brands and merchants dominate a category in each country, and at which price points.

  3. 03

    Catalog enrichment

    Match your SKUs to Google's product clusters and pull ratings, images and specifications through the product endpoint.

  4. 04

    Shopping agents

    Give an agent live prices and merchants for a query in one call, then let it open the product page.

// why it's the cheapest

Google Shopping 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
SerpentPrepaid credits, 20 results a call$0.35$35.00
Scrape.doPro, 10 credits per call$0.79$79.00
Thordata150,000 responses, $135$0.90$90.00
ScrapingdogStandard, 10 credits per request$0.90$90.00
HasDataBasic, 10 credits per search$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

Start pulling Google Shopping data in five minutes.

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