SerpAPIWrapper()Wrapper around SerpAPI.
To use, you should have the google-search-results python package installed,
and the environment variable SERPAPI_API_KEY set with your API key, or pass
serpapi_api_key as a named parameter to the constructor.
Example:
from langchain_community.utilities import SerpAPIWrapper
serpapi = SerpAPIWrapper()