Google Search

Description: Enable agents to perform Google searches using SerpAPI.

Author: Arcade

Code: GitHub

Auth: API Key

PyPI VersionLicensePython VersionsWheel StatusDownloads

The Arcade 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

pip installing the toolkit is only needed if you are self-hosting Arcade. You do not need to install the toolkit if you’re using Arcade Cloud.

Available Tools

Tool NameDescription
SearchGoogleSearch 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.

Parameters

  • query (string, required) The search query.
  • n_results (integer, optional, Defaults to 5) Number of results to retrieve.

Auth

The Arcade Google Search toolkit uses the SerpAPI to get get results from a Google search.

  • Secret:
    • SERP_API_KEY: Your SerpAPI API key.

Setting the SERP_API_KEY secret is only required if you are self-hosting Arcade. If you’re using Arcade Cloud, the secret is already set for you. To manage your secrets, go to the Secrets page in the Arcade Dashboard.