LobeChat
Ctrl K
Back to Discovery
google-cse

Google CSE

@vsnthdev
Searches Google through their official CSE API.

Tool Parameters

banner
Search Google for relevant web pages.
ParameterType
quyer
STRING

JSON Schema

json
[
  {
    "name": "searchGoogle",
    "url": "https://google-cse-lobechat.vercel.app/api/search",
    "description": "Search Google for relevant web pages.",
    "parameters": {
      "required": [
        "query"
      ],
      "type": "object",
      "properties": {
        "quyer": {
          "type": "string",
          "description": "What the user is looking for"
        }
      }
    }
  }
]