Google Shopping Search
google_shopping_searchSearch for products on Google Shopping. Returns product listings with prices, sellers, ratings, and comparison shopping data. Use google_product tool with product_token to get detailed product information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Product search query. Required. | |
| gl | No | Country code for pricing and availability (e.g., 'us'). Default: us. | |
| page | No | Page number for pagination. | |
| sort_by | No | Sort order for results. | |
| location | No | Geographic location for localized results and pricing. | |
| condition | No | Product condition filter. | |
| price_max | No | Maximum price filter (e.g., '500' or '$500'). | |
| price_min | No | Minimum price filter (e.g., '100' or '$100'). | |
| is_on_sale | No | Filter for products on sale. | |
| is_free_delivery | No | Filter for products with free delivery. |