Up to 100 products a call
num caps the response at 1 to 100 and pages through Google's 40-product pages for you.
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 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.
// 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:
shopping_resultscategorized_shopping_resultsfilterscarousel_filterssearch_information// 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/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
num caps the response at 1 to 100 and pages through Google's 40-product pages for you.
price and extracted_price, old_price when a product is marked down, source, delivery, rating and review count.
gpcid, headline_offer_docid and image_docid, plus a ready-made litescrape_product_link for the Shopping Product API.
sort_by price or rating, min_price and max_price, on_sale, free_shipping, small_business, or a shoprs token from a previous response.
filters and carousel_filters return the refinements Google offered, each with the token that applies it.
google_domain, gl, hl, a named location or uule, and desktop, tablet or mobile.
// use cases
Query each SKU daily and record the lowest price, the merchant and whether it is on sale.
Which brands and merchants dominate a category in each country, and at which price points.
Match your SKUs to Google's product clusters and pull ratings, images and specifications through the product endpoint.
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
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 |
| Serpent | Prepaid credits, 20 results a call | $0.35 | $35.00 |
| Scrape.do | Pro, 10 credits per call | $0.79 | $79.00 |
| Thordata | 150,000 responses, $135 | $0.90 | $90.00 |
| Scrapingdog | Standard, 10 credits per request | $0.90 | $90.00 |
| HasData | Basic, 10 credits per search | $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 |
Your first 10 calls are free. Top up the same key from $10 whenever you need more.