SearchApi
This notebook shows examples of how to use SearchApi to search the web. Go to https://www.searchapi.io/ to sign up for a free account and get API key.
import os
os.environ["SEARCHAPI_API_KEY"] = ""
from langchain_community.utilities import SearchApiAPIWrapper
API Reference:SearchApiAPIWrapper
search = SearchApiAPIWrapper()
search.run("Obama's first name?")
'Barack Hussein Obama II'