I have a list of places that I need to get reviews and a street view photo for using Google Places API. These will be displayed on a website that I am developing. I know how to query just one place but I have up to 100 places that I need to get information on. I would like to get this with just one API call if possible. I have the address, longitude, and latitude of each location currently.
I have already looked at the documentation on Google's site https://developers.google.com/places/web-service/search.
I would like to be able to take the results returned and use them to populate an infowindow on my website's google map for each of the locations.