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 creditsParameters
Supply at least one of catalog_id or page_token or product_id. Neither is required on its own.
| Name | Type | Required | Description |
|---|---|---|---|
| catalog_id | string | one of | Digit-only catalog id. Needs `q` alongside it — the pair is the durable identifier. |
| q | string | optional | Search query. Required when catalog_id is used. |
| page_token | string | one of | Short-lived immersive product token from a search result. Richest response. |
| product_id | string | one of | Digit-only product id. Leanest response — no variants, specs or reviews. |
| device | string | optional | Layout to render. One of: desktop, mobile, tablet. |
| google_domain | string | optional | Regional Google domain. |
| sort_by | string | optional | Order the seller offers. One of: base_price, total_price, promotion, seller_rating. |
| load_all_stores | boolean | optional | Fetch every seller in one response instead of paging. |
| hl | string | optional | Interface language, e.g. "en", "tr". Default "en". |
| gl | string | optional | Country 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.