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

// google shopping product api

The world's cheapest Google Shopping Product API

One Google Shopping product as JSON: title, description, specifications, every merchant offer with price, availability, delivery and returns, plus related products. Open it from the identifiers any Shopping result returns.

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

// live playground

Open a Shopping product

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 product

Build a live request

11 documented parameters available for this operation.

GET

Name one product with the identifiers a shopping result supplied, or replay a prds token Google built.

Ready

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

  • product_result
  • offers
  • related_products
  • product_reviews

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

[result] = scrape(
    [
        {
            "endpoint": "google_shopping_product",
            "gpcid": "4728055650140091020",
            "headline_offer_docid": "13949459207778579460",
            "image_docid": "9062653777591769961",
            "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 Shopping Product API returns

Every merchant offer

offers list each merchant with price, extracted_price, availability, delivery, returns, merchant rating and the link to buy.

Specifications and description

product_result carries the title, description, thumbnails and Google's specification table as name and value pairs.

Related products with identifiers

related_products come with price, rating, merchant and the gpcid to open each one.

Open straight from a search result

Send the gpcid, headline_offer_docid and image_docid a Shopping result returned, or follow its litescrape_product_link as is.

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

    Lowest landed price per SKU

    Read every merchant's price and delivery for a product and store the cheapest total daily.

  2. 02

    MAP and reseller monitoring

    See which merchants list your products and at what price, in each country.

  3. 03

    Specification and catalog enrichment

    Pull Google's specification table and images to fill gaps in your own product data.

  4. 04

    Two-step shopping agents

    Search, pick a result, open its offers. Two calls per product, 30 cents per thousand products.

// why it's the cheapest

Google Shopping Product 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, 5 credits per request$0.45$45.00
HasDataBasic, 5 credits per product$0.50$50.00
OxylabsStarter, Google rate$0.90$90.00
Thordata150,000 responses, $135$0.90$90.00
DataForSEOStandard queue, product info only$1.00$100.00
Bright DataPay as you go$1.50$150.00
ZenserpMedium, 100,000 searches$1.50$150.00
SearchApiBigData, 100,000 requests$2.50$250.00

Start pulling Google Shopping Product data in five minutes.

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