Serpapi Google Shopping
serpapi_google_shoppingSearch Google Shopping for <query> — returns product title, price, source, rating, reviews, product ID, and link via SerpApi. Example: serpapi_google_shopping({ q: "wireless earbuds", gl: "us", hl: "en", _apiKey: "your-serpapi-key" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Product search query, e.g. "wireless earbuds", "running shoes" | |
| gl | No | Optional two-letter country code, e.g. "us", "gb" | |
| hl | No | Optional two-letter UI language code, e.g. "en", "fr" | |
| _apiKey | Yes | SerpApi API key (get one at serpapi.com) |