ScavioScavio
ProductPricingDocs
Sign InGet Started
Quick StartAPI & SDKsEcosystem

Google

Google Shopping Stores

Page through every store selling a product — seller name, price, shipping, total, and rating — using a catalog_id and next_page_token from the Product endpoint.

POST/api/v2/google/shopping/product/stores

Authorizations

Authorizationstringheaderrequired

Bearer authentication header of the form Bearer <token>, where <token> is your Scavio API key (e.g. Bearer sk_live_your_key).

Body

application/json
catalog_idstringrequired

Same catalog_id used on the Product call.

Example: 7310953537322941042

next_page_tokenstringrequired

Continuation cursor (stores_next_page_token) from a prior response.

Example: eyJ2Ijoic3RvcmVz…

Request

from scavio import ScavioClient

client = ScavioClient(api_key="sk_live_your_key")
results = client.google.shopping_stores("7310953537322941042", "eyJ2Ijoic3RvcmVz…")
print(results)

Response

"catalog_id": "7310953537322941042",
"next_page_token": "eyJzb3JpIjozLCJtbm8iOjEwfQ"
},
],
"next_page_token": "eyJzb3JpIjozLCJtbm8iOjEwfQ"
},
"credits_used": 1,
"credits_remaining": 49
}
PreviousGoogle Shopping Product APINextGoogle Flights API
ScavioScavio

Real-time search API for AI agents. Search every platform, not just Google.

Product

  • Features
  • Pricing
  • Dashboard
  • Affiliates

Developers

  • Documentation
  • API Reference
  • Quickstart
  • MCP Integration
  • Python SDK

Alternatives

  • Tavily Alternative
  • SerpAPI Alternative
  • Firecrawl Alternative
  • Exa Alternative
  • Serper Alternative
  • Tavily vs Scavio
  • SerpAPI vs Scavio
  • All alternatives
  • Compare Scavio vs alternatives

Search APIs

  • Google Search API
  • Amazon Product API
  • YouTube API
  • Reddit API
  • Walmart Product API
  • TikTok API
  • Instagram API

Tools

  • JSON Formatter
  • cURL to Code
  • Token Counter
  • All Tools

© 2026 Scavio. All rights reserved.

Featured on TAAFT
Terms of ServicePrivacy Policy