onisj's picture
docs(readme): readme updated
f95c630
raw
history blame
246 Bytes
from serpapi import GoogleSearch
params = {
"q": "drop shipping",
"api_key": "e44c79583cac0e507fee32d564f190b7290a313d886edd5ba5fccc93df932733"
}
search = GoogleSearch(params)
results = search.get_dict()
ai_overview = results["ai_overview"]