Skip to main content
This notebook goes over how to use the Google Trends Tool to fetch trends information. First, you need to sign up for an 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"]

Use the Tool