views:

174

answers:

2

Hey,

I am thinking of designing a website that's sort of a targeted Yelp.com. Lets say it's for gas station, for example. The idea would be that someone would put in the address they're at, and it would show all the gas stations in the area. In order to do this, I would perform a google search through their API, and pull out nearby stations, take their addresses, and then put them in a longitude/latitude finder, and then display them on the map.

As I was reading over the terms and services, however, I came across this:

*You will not, and will not permit users or other third parties to: incorporate Google Search Results as the primary content on your Property or any page on your Property;

intentionally display business listings Google Search Results on any Property which has the primary purpose of making available residential or business address listings or telephone directory listings;*

Is what I'm trying to do a breach of this contract? Is there a way I can do this without breaching this contract?

(Note: I'm not actually doing gas stations, it's just close enough to what I'm actually doing)

+3  A: 

IANAL. Neither are many of us. You should ask one or ask Google for clarification.

Matthew Jones
+2  A: 

The Google Maps API already allows this kind of functionality, but through their GoogleBar:

To give your users the ability to search for local businesses, you can use the GoogleBar to embed a local search control into your site.

You can see their instructions and demo here.

Chris B