Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 458 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 458 Bytes

Google search 🔍

Name: googlesearch

Parameters:

  • query [String] - The search query
  • type [Strings array] - The type of search results to return. Possible values: all, videos

Response format:

{
  "googlesearch": {
    "all": [
      {
        "description": "A weekly newsletter about the Go programming language ...",
        "link": "https://golangweekly.com/",
        "title": "Golang Weekly"
      },
      ...
    ]
  }
}