Yelp API Search

This demo will provide a step-by-step guide on how to perform a Yelp API business search. The automation will use input from the user as the search parameters and extract data from the resulting json to compose a Word document.

The main topics covered during this demo are API execution, json data extraction and Word document manipulation.

The Yelp Fusion API Documentation used on this demo, can be accessed from the following link: https://www.yelp.com/developers/documentation/v3

The Yelp Fusion API requires users to create a private key in order to enable API interaction. Find more information at: https://www.yelp.com/developers/documentation/v3/authentication

OpenBots Version Used:   1.5.0


 

 

Source Code:

YelpAPISearch