tags:

views:

25

answers:

1

Is it easy to get the business listings such as when you search in Google Maps?

If there is an API that would be great! In any language, preferable, PHP or javascript

A: 

You can do local search via the Google AJAX search API.

http://code.google.com/apis/ajaxsearch/documentation/reference.html#_class_GlocalSearch

TonyB