E-commerce Pricing API
that watches every seller.
Track Google Shopping listings, prices, sellers and stock across 190+ countries and 50+ currencies. Real-time JSON, frequent polling, captchas handled — built for retailers who price dynamically.
Four moves in the price-tracking playbook.
Each row is one job your scheduler runs against the same endpoint. Track, compare, alert, audit — the Shopping layer underneath stays constant.
Track competitor prices daily
Schedule a Google Shopping pull per SKU per market. Capture price, seller, shipping, currency and condition — diff against the previous run to surface daily price movements.
priceextracted_pricesellershippingCompare offers across sellers
Pass a product_id and pull every seller — Best Buy, Amazon, Walmart, third parties. Track shipping cost, condition, ratings, in-stock state per seller.
sellersin_stockshipping_costconditionSpot promotions and stockouts
Schedule frequent pulls during high-velocity moments (BFCM, launches). Detect new sale prices and out-of-stock states fast enough to react in the same hour.
was_pricecurrent_pricediscountstock_stateTrack ratings and reviews
Aggregate per-product ratings and review counts. Surface products gaining or losing trust signal across markets and sellers.
ratingreviewsrating_deltaseller_ratingDoing something we haven't listed? Tell us how your pricing stack runs.
Three primitives behind every price pull.
Track the price, compare the offers, target the market. The whole pricing intelligence loop reduces to three primitives.
Live price feed
Per-SKU, per-seller, per-market.
Every Google Shopping pull returns price, currency, seller and shipping. Diff against the previous run for instant deltas.
/v1/google-shopping- 50+ currencies
- All major sellers
- Shipping included
Multi-seller comparison
Every offer for every product_id.
Pass a product_id and we return every seller alongside the canonical product card — perfect for retail intelligence and competitive pricing.
/v1/google-shopping/product- All sellers per SKU
- Specs included
- Variants resolved
Geo + currency
190+ countries, 50+ currencies.
Same product, different markets — listings, prices and availability differ heavily by region. Localize with `country` and `currency`.
?country¤cy&hl- Per-market listings
- Local currency
- Local language
The endpoints retailers call.
Four routes share one search pool. Most pricing teams lead with Shopping, layer Search for ads, then add News for category-level context.
Google Shopping API
The core endpoint behind every competitor price tracker. Multi-seller, multi-market, real-time.
GET /v1/google-shoppingGoogle Search API
Pull Shopping ads inside organic SERPs to track ad placement and bid pressure.
GET /v1/google-searchGoogle Images API
Track product imagery and rankings in Google Images carousel for visual SEO.
GET /v1/google-imagesGoogle News API
Detect launches, recalls and category news that move pricing dynamics.
GET /v1/google-news
GDPR compliant
We process only public web data — no PII storage, no user tracking. Full GDPR alignment with signed DPA available.

CCPA compliant
California Consumer Privacy Act ready. We never sell personal data and ship clear opt-out endpoints.
Public web data only
Our scrapers fetch the same SERPs you'd see in a browser — public, indexed, citation-friendly. No PII stored.
As often as you want, within your plan's monthly search pool. Most price-tracking platforms run hourly or every-15-minutes pulls during high-velocity moments (launches, BFCM) and daily otherwise. Failed requests are never billed.
Yes. Pass `country` and `currency` together — Google Shopping listings differ heavily per market and our API returns the right localized SERP. We support 190+ countries and 50+ currencies natively.
Hit /v1/google-shopping/product with a product_id. The response returns every seller card Google lists — Best Buy, Amazon, Walmart, third-party — alongside specs and variant info. Most price intelligence pipelines store the seller array directly.
Yes. Each request hits live, so you see what real shoppers see at that moment — including A/B-tested prices and personalized SERPs. We rotate residential IPs across countries to mirror genuine shopper sessions.
Ship in minutes. Not weeks.
Get an API key in 60 seconds. Pull your first Google SERP as structured JSON — no proxies, no captchas, no maintenance.