Hi .. i would like to Get list of Restaurants near by using google maps api ..but i am not sure how to get it ..i have seen google docs but i am bit confused as i am very new to api's and all can any one help me a piece of code .. or a working php script available ..some thing like the below image http://blumenthals.com/blog/wp-content/uploads/2014/04/photo-3-2-576x1024.png Thank you in advance
You will most likely need to scrape this information, or purchase it. If you wish to purchase the information you can get a vast amount of results ( aggregated by many data points ) through http://www.factual.com/ - OR - You can scrape a service site like factual. Its been done.
What's wrong with Google's Places API? https://developers.google.com/places/documentation/search All you need is an API key and the latitude/longitude. I don't see how this is more difficult than scraping content off of some other site?
Since Google has changed the way their API services work, I have been unable to get those results. I do know the URL formatting would be like : https://maps.googleapis.com/maps/api/place/radarsearch/json?location=48.859294,2.347589&radius=50&types=restaurant|food|cafe&sensor=false&key=AddYourOwnKeyHere But once again, I can not get it to work myself as Google prevents certain API access, and it would seem this is one.