Shopping Product Sellers
The continuation endpoint for a shopping product's remaining sellers. This is where a next_page_token belongs — the product endpoint refuses it.
GET
/v1/google/shopping-product-stores10 creditsParameters
| Name | Type | Required | Description |
|---|---|---|---|
| next_page_token | string | required | Pagination cursor from the product endpoint's response. |
| sort_by | string | optional | Order the seller offers. One of: base_price, total_price, promotion, seller_rating. |
| 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-stores?next_page_token=%3Cnext_page_token%3E' \
--header 'Authorization: Bearer YOUR_TOKEN'MCP
Available to AI agents as the tool google_shopping_product_stores, with the same parameters and the same credit cost.