DocumentationDashboard

Google

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 credits

Parameters

NameTypeRequiredDescription
next_page_tokenstringrequiredPagination cursor from the product endpoint's response.
sort_bystringoptionalOrder the seller offers. One of: base_price, total_price, promotion, seller_rating.
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-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.