I am building a website that will allow you to find restaurants upto a certain distance from your house/or office. ineed to collect a database of all the restaurants. The criteria is based on the below details 1: Maximum distance you can walk/drive from a location 2: cusines of your choice.
i need Restaurants Name, Phone number, address, neighborhood, cusine. Ofourse i have other functinalites as well for the website but the above details can be gathered from the API's
What will be a better API to get this information. YELP, Citysearch, Google, Yahoo they have public API's but yelp does allow you to store the data in our local database. Should i use an API or just have someone scrape or manually copy all the data?