> ## Documentation Index
> Fetch the complete documentation index at: https://docs.usebrainbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Google Search

Search for the top results on Google given the query.

## Input

| Property | Type             | Required | Description                        |
| -------- | ---------------- | -------- | ---------------------------------- |
| query    | SHORT\_TEXT      | Yes      | The query to search for on Google. |
| type     | STATIC\_DROPDOWN | No       | The type of search to perform.     |

## Sample Output

```json theme={null}
{
  "resultObject": {
    "results": []
  },
  "resultText": "This is the textified search object."
}
```
