Search
Description: Enable agents to perform Google searches using SerpAPI.
Author: Arcade AI
Code: GitHub
Auth: API Key
The Arcade AI Search toolkit provides a pre-built set of tools for interacting with Google search results. These tools make it easy to build agents and AI apps that can:
- Search Google and return results.
Install
pip install arcade_search
Available Tools
Tool Name | Description |
---|---|
SearchGoogle | Search Google and return organic results. |
If you need to perform an action that's not listed here, you can get in touch with us to request a new tool, or create your own tools.
SearchGoogle
Search Google using SerpAPI and return organic search results.
Auth:
- Environment Variables Required:
SERP_API_KEY
: Your SerpAPI API key.
Parameters
query
(string, required) The search query.n_results
(integer, optional, Defaults to 5) Number of results to retrieve.
Auth
The Arcade AI Search toolkit uses the SerpAPI (opens in a new tab) to connect to users' Google accounts.
Global Environment Variables:
SERP_API_KEY
: Your SerpAPI API key.