DocumentationDashboard

Google

Shopping Product

One Google Shopping product: every seller offer, variants, specs, reviews and videos. Identify it by catalog_id + q (the durable pair), by page_token, or by product_id for a leaner response.

GET/v1/google/shopping-product10 credits

Parameters

Supply at least one of catalog_id or page_token or product_id. Neither is required on its own.

NameTypeRequiredDescription
catalog_idstringone ofDigit-only catalog id. Needs `q` alongside it — the pair is the durable identifier.
qstringoptionalSearch query. Required when catalog_id is used.
page_tokenstringone ofShort-lived immersive product token from a search result. Richest response.
product_idstringone ofDigit-only product id. Leanest response — no variants, specs or reviews.
devicestringoptionalLayout to render. One of: desktop, mobile, tablet.
google_domainstringoptionalRegional Google domain.
sort_bystringoptionalOrder the seller offers. One of: base_price, total_price, promotion, seller_rating.
load_all_storesbooleanoptionalFetch every seller in one response instead of paging.
hlstringoptionalInterface language, e.g. "en", "tr". Default "en".
glstringoptionalCountry code for ranking, e.g. "us", "tr". Default "us".

Request

curl --request GET 'https://data-api.roketfy.com/v1/google/shopping-product?catalog_id=%3Ccatalog_id%3E' \
  --header 'Authorization: Bearer YOUR_TOKEN'

MCP

Available to AI agents as the tool google_shopping_product, with the same parameters and the same credit cost.