This notebook goes over how to use the Google Trends Tool to fetch trends information. First, you need to sign up for anDocumentation Index
Fetch the complete documentation index at: https://langchain.idochub.dev/llms.txt
Use this file to discover all available pages before exploring further.
SerpApi key key at: serpapi.com/users/sign_up.
Then you must install google-search-results with the command:
pip install google-search-results
Then you will need to set the environment variable SERPAPI_API_KEY to your SerpApi key
[Alternatively you can pass the key in as a argument to the wrapper serp_api_key="your secret key"]