SerpAPI
This notebook goes over how to use the SerpAPI component to search the web.
from langchain_community.utilities import SerpAPIWrapper
API Reference:SerpAPIWrapper
search = SerpAPIWrapper()
search.run("Obama's first name?")
'Barack Hussein Obama II'