You're viewing a demo portfolio

Join the waitlist
PRSM

serpapi_google_shopping

Active

Tool of Serpapi

declared in 0.1.0

Search 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" })

Parameters schema

{
  "type": "object",
  "required": [
    "q",
    "_apiKey"
  ],
  "properties": {
    "q": {
      "type": "string",
      "description": "Product search query, e.g. \"wireless earbuds\", \"running shoes\""
    },
    "gl": {
      "type": "string",
      "description": "Optional two-letter country code, e.g. \"us\", \"gb\""
    },
    "hl": {
      "type": "string",
      "description": "Optional two-letter UI language code, e.g. \"en\", \"fr\""
    },
    "_apiKey": {
      "type": "string",
      "description": "SerpApi API key (get one at serpapi.com)"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Serpapi

https://github.com/pipeworx-io/mcp-serpapi

1/7 registries
View full server →