from serpapi import GoogleSearch params = { "q": "drop shipping", "api_key": "e44c79583cac0e507fee32d564f190b7290a313d886edd5ba5fccc93df932733" } search = GoogleSearch(params) results = search.get_dict() ai_overview = results["ai_overview"]