google_shopping
Retrieve structured product listings from Google Shopping for price comparison and market research. Returns titles, prices, merchants, ratings, and links for a given search query.
Instructions
Retrieve parsed Google Shopping product results for a query.
Returns structured shopping listings (product title, price, merchant,
rating, link) from Google Shopping for a query.
When to use:
- Price comparison and product discovery across merchants
- Market/pricing research for a product keyword
When NOT to use:
- A specific marketplace's own data — use the Amazon/Walmart/eBay SDE tools
- General web results (use 'google_search')
Args:
params (GoogleShoppingParams): query (required) plus optional
localization, pagination, tld, output_format, and include_html.
Returns:
str: JSON (default) or CSV containing the structured shopping results.
Raises:
ToolError: If the API key is missing, the rate limit is exceeded, or
the request fails.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |