A quick pair of Python scripts to retrieve all bars within a given area, then retrieve metadata and process it.
foursquare_venue_search.py
retrieves all bars within a given area determined by latitude and longitude, and foursquare_bar_info.py
retrieves metadata for each bar not provided by the initial query (e.g. Price and Rating)
Requires Python 2.7 and pandas.