Shopping Search
Google Shopping results for a query — up to 40 products a page, with prices.
GET
/v1/google/shopping10 creditsParameters
| Name | Type | Required | Description |
|---|---|---|---|
| q | string | required | Search query. |
| device | string | optional | Layout to render. One of: desktop, mobile. |
| location | string | optional | Geo-target the search to a named place. |
| uule | string | optional | Google's encoded location parameter, if you have one. |
| 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?q=%3Cq%3E' \
--header 'Authorization: Bearer YOUR_TOKEN'MCP
Available to AI agents as the tool google_shopping, with the same parameters and the same credit cost.