SerpAPI
This page covers how to use the SerpAPI search APIs within LangChain. It is broken into two parts: installation and setup, and then references to the specific SerpAPI wrapper.
Installation and Setup
- Install requirements with
pip install google-search-results
- Get a SerpAPI api key and either set it as an environment variable (
SERPAPI_API_KEY
)