I am working on creating a python script which allows me to query Google Maps for a location. The thing is that my query will give me a list of results instead of a single location (example query: Restaurants in New Delhi) and I want to save the whole list. The code to retrieve one location that I have tried so far is as follows: I am working on creating a python script which