We've raised a $125M Series B to build the platform for agent engineering. Read more.
Python
English
pip install google-search-results
SERPAPI_API_KEY
from langchain_community.utilities import SerpAPIWrapper
from langchain_community.agent_toolkits.load_tools import load_tools tools = load_tools(["serpapi"])
Was this page helpful?