// fig. 01 — google shopping

Google Shopping API
for live product data.

Scrape Google Shopping SERPs as structured JSON. Title, price, seller, rating, shipping, specs — across 190+ countries and 50+ currencies.

↓ scale190+ countries · 50+ currencies
190+// countries
<2s// avg response
99.99%// uptime
API
// figure-02 — endpoint

One request. Every offer, every seller.

Search by query, filter by price and rating, drill into product details — Google Shopping data ready for your pricing engine.

Pass a query and we return the parsed Google Shopping SERP — title, price, seller, rating, thumbnail, link.

GET/v1/google-shopping
// 03 · request
curl "https://api.serpyx.io/v1/google-shopping?q=wireless+earbuds&country=US&currency=USD" \
  -H "Authorization: Bearer sk_live_..."
200200 OK · application/json
// 04 · response
{
  "shopping_results": [
    {
      "position": 1,
      "title": "Sony WF-1000XM5 Wireless Earbuds",
      "price": "$249.99",
      "extracted_price": 249.99,
      "currency": "USD",
      "seller": "Best Buy",
      "rating": 4.6,
      "reviews": 1842,
      "thumbnail": "https://...",
      "product_id": "5142049263289237540"
    }
  ]
}
Capabilities
// capabilities

Every shopping signal parsed as JSON.

Price, rating, seller, condition, geography — every Google Shopping control surfaced as an API parameter.

// fig. 05─ ─ ─

Price & condition

Filter by min/max price, currency, new vs used. Track competitor prices across sellers in real time.

// filters
min_pricemax_pricecurrencycondition
// fig. 06─ ─ ─

Rating & reviews

Restrict to high-rating products. Pull aggregated reviews per seller and per product.

// filters
ratingreviewsseller_rating
// fig. 07─ ─ ─

Product details

Resolve any Google product_id into the full product card — every seller, price, shipping cost, spec.

// filters
product_idsellersspecsvariants
// fig. 08─ ─ ─

Geo & currency

Country, currency and language combine to localize every SERP — Shopping listings differ heavily by region.

// filters
countrycurrencyhlgoogle_domain
Coverage
// fig. 10 — coverage

Coverage across 190+ countries

Residential, mobile and datacenter proxies across 190+ countries and 240+ Google domains — every SERP fetched live, every locale supported.

// dataset · global feed20+ points
// sources
20+
// refresh
live
// regions
global
Delivery
// fig. 11 — delivery

Data delivered where your stack lives.

Same SERP API, three transports. Pull on demand via REST, run async batches, or stream results back to your webhook.

// fig. 11REST
// channel

API

Pull on demand.

One GET request. Every Google SERP feature parsed. Authenticate with a Bearer token, point at the endpoint, get structured JSON back in under 2 seconds.

GET/v1/google-search
// notes
  • Bearer auth
  • JSON in, JSON out
// fig. 12BATCH
// channel

Async

Bulk SERP pulls.

Submit up to 100k queries in one POST. We fan out across the proxy network in parallel and webhook the parsed JSON back when ready — perfect for daily rank tracking.

POST/v1/batch
// notes
  • 100k queries / batch
  • parallel proxy fan-out
  • webhook on completion
// fig. 13PUSH
// channel

Webhooks

Push results back to your stack.

Configure a webhook URL and we POST every async batch completion or scheduled SERP delta there — signed, retried with exponential backoff.

POST→ your_endpoint
// notes
  • signed payloads
  • exponential retry
  • batch + scheduled deltas
Use Cases
// fig. 14 — build surface

What can you build with our API.

One POST request, four product surfaces. Each layered on top of the same endpoint — only the question changes.

// fig. 15daily SERP pulls

Rank tracking platform

Pull positions for every keyword/country/device combo daily. Diff against the previous run, surface gainers and losers — captchas handled, residential proxies included.

// filters
qcountryhldevicegoogle_domain
// outputrank deltas → dashboard
// fig. 16live web retrieval

AI agent or RAG pipeline

Plug Serpyx in as a tool for Claude, GPT or Gemini. The agent issues queries, gets fresh JSON results back — no scraper to maintain, no proxy stack to babysit.

// filters
qnumcountryhlsafetbs
// outputfresh JSON → agent context
// fig. 17SERP feature ownership

SEO monitoring

Track who owns the featured snippet, knowledge graph, image pack and People Also Ask for every keyword. Capture ad copy, ad position and shopping ads in the same call.

// filters
qdevicecountrygoogle_domaintbs
// outputfeature ownership map
// fig. 18SERP mentions

Brand monitoring

Schedule daily Google Search and News pulls for every brand keyword across markets. Catch new pages, ranking shifts and ad bids on branded queries.

// filters
qcountryhltbstime
// outputmention feed → alert

Building something we haven't listed? Tell us what you're wiring it into. Half the columns we ship today came from a customer asking for one.

Compliance
GDPR Logo

GDPR compliant

We process only public web data — no PII storage, no user tracking. Full GDPR alignment with signed DPA available.

CCPA Logo

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.

Related
Get Started
// fig. ∞ — ship

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.

↓ nextREST · JSON · Webhooks