Wrapper around SearchApi API.
To use, you should have the environment variable SEARCHAPI_API_KEY
set with your API key, or pass searchapi_api_key
as a named parameter to the constructor.
SearchApiAPIWrapper()Example:
.. code-block:: python
from langchain_community.utilities import SearchApiAPIWrapper searchapi = SearchApiAPIWrapper()