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

Usage

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

What other modules and integrations would you like to see? Email us at founders@recaseai.com!