ScavioScavio
ProductPricingDocs
Sign InGet Started
Quick StartAPI & SDKsEcosystem

Google

Google Shopping Product

Get a product's detail page — title, the stores/sellers offering it, prices, and related options — as JSON. Provide ONE identifier: catalog_id together with query for full details and stores (recommended), an immersive_product_page_token for full data, or product_id (which returns a limited response).

POST/api/v2/google/shopping/product

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_idstring

Durable catalog id (from a Shopping result). Pass together with query to get full product details plus available stores.

Example: "7310953537322941042"

querystring

Required when catalog_id is set. The original shopping query.

Example: "wireless earbuds"

immersive_product_page_tokenstring

Token from a Shopping result. Also returns full product data.

page_tokenstring

Alias for immersive_product_page_token.

product_idstring

Product identifier. Returns a limited response on its own — prefer catalog_id + query.

sort_byenum<string>

Seller sort order.

  • base_price — By item price.
  • total_price — By price incl. shipping/tax.
  • promotion — By promotion.
  • seller_rating — By seller rating.
load_all_storesboolean

Load all stores/sellers for the product.

more_storesboolean

Include additional stores in the response.

deviceenum<string>default:desktop

Device to emulate.

  • desktop — Desktop.
  • mobile — Mobile.
  • tablet — Tablet.
glstring

Country of the search, ISO 3166-1 alpha-2.

Example: "us"

hlstring

UI language, ISO 639-1.

Example: "en"

google_domainstring

Regional Google domain to query.

Example: "google.com"

locationstring

Canonical location name, auto-encoded to a UULE string.

uulestring

Pre-encoded UULE location string (takes priority over location).

Request

from scavio import ScavioClient

client = ScavioClient(api_key="sk_live_your_key")
results = client.google.shopping_product(
    catalog_id="7310953537322941042",
    query="wireless earbuds",
)
print(results)

Response

"title": "JLab Go Air Pop True Wireless Earbuds",
"product_id": "7310953537322941042",
"next_page_token": "eyJ2Ijoic3RvcmVzLTEiLCJjYXRhbG9nX2lkIjoiNzMxMDk1…",
"stores_next_page_token": "eyJ2Ijoic3RvcmVzLTEiLCJjYXRhbG9nX2lkIjoiNzMxMDk1…",
"source": "catalog_oapv"
},
"catalog_id": "7310953537322941042",
"device": "desktop",
"engine": "google_shopping_product",
"gl": "us",
"google_domain": "google.com",
"hl": "en",
"load_all_stores": false,
"product_id": "7310953537322941042",
"q": "wireless earbuds"
},
"credits_used": 1,
"credits_remaining": 49
}
PreviousGoogle Shopping APINextGoogle Shopping Stores 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