Reputation: 43
I have a review site where user can search using google places api autocomplete textbox to find a specific business and write reviews for it on my site. The google api returns back bunch of stuff along with 5 reviews for the place searched. is it ok for me to show the reviews the api returns on my site?
Edit: If yes,
Upvotes: 1
Views: 756
Reputation: 2987
If you are showing a Map, along with that data, the Map must be a Google Map(i.e. that data cannot be accompanied with openstreetmap etc.)
If you are only displaying the reviews, you must show "Powered by Google" with them.
If your application displays Google Places API Web Service data on a map, that map must be provided by Google.
If your application displays Google Places API Web Service data on a page or view that does not also display a Google Map, you must show a "Powered by Google" logo with that data. For example, if your application displays a list of places on one tab, and a Google Map with those places on another tab, the first tab must show the "Powered by Google" logo.
More details here: https://developers.google.com/places/webservice/policies
Upvotes: 1