SerpApi key
key at: https://serpapi.com/users/sign_up.
Then you must install requests
with the command:
pip install requests
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"
]