Yelp API Data Analysis

With Yelp APIs, developers can integrate important data points from Yelp listings and show them in their own custom apps or websites. This includes things like a business's ratings, price, or category.

• Used Yelp API to sort, filter and clean data from a data pool related to the Chicago restaurants and their ratings using NumPy, Pandas. Parsed API response to get only relevant information from HTTP requests.
• Used BeautifulSoup to parse the HTML of a single Yelp restaurant page to extract the reviews in a structured form as well as the URL to the next page of reviews.