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

# recase.webSearch

> Search the web and return results

Use `recase.webSearch` to search the web and return results.

## Usage

```typescript theme={null}
const searchResults = await recase.webSearch({query: "Recase - workflow automation tool"})
let {url, title} = searchResults[0]
recase.log(`First result: ${title} - ${url}`)
```

<Note>
  What other modules and integrations would you like to see? Email us at [founders@recaseai.com](mailto:founders@recaseai.com)!
</Note>
