Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Retrieving "businesses" with Google Maps API?

Tags:

This is an example of a Business on Google Maps

It has elements attached such as:

  • Reviews from various sites (qype, viewlondon, etc...)

  • Details provided by various sites

  • Photos and other content

I don't know how to go on about retrieving such Business and associate any items generated on my website.

What I have implemented up to date is a system using geocoding (geopy) which once given an address, it gives back Latitude and Longitude, but such system does not help me with this dilemma.

like image 326
RadiantHex Avatar asked Jan 19 '10 22:01

RadiantHex


People also ask

Can I use Google Maps API commercially?

If you want to use Google Maps, Google Earth or Street View for other commercial purposes – meaning “for sale or revenue-generating purposes” – please contact the Google Cloud Customer Team.


2 Answers

What you want is this API: http://code.google.com/apis/ajaxsearch/local.html

Also check this: http://googleajaxsearchapi.blogspot.com/2007/06/local-search-control-for-maps-api.html

like image 50
AlfaTeK Avatar answered Oct 12 '22 02:10

AlfaTeK


By writing a relay server script you could do things like this, which obtains most of that information with a different layout. I don't know if it's legal to do that.

like image 31
Mike Williams Avatar answered Oct 12 '22 00:10

Mike Williams