You have no favorites... yet!
Use the Library tree on the left to select a Choreo to call from your gateway device.
Use the Library tree on the left to select a Choreo to call from your edge device via the gateway.
Library . Yelp . SearchByBoundingBox
Retrieve businesses in a geographic bounding box.
/*
TembooTask class placeholder
*/
/*
TembooTask header placeholder
*/
Since you've changed your device configuration, you'll need to tell us about this new device.
This feature is in experimental mode - pricing coming soon.
Send your code straight to a GitHub repository.
Your code will be visible by others in your repos. Keep credentials private by saving a Profile or commit code with Placeholder inputs.
The following files will be added to this repo:
You'll be able to edit and share your code from TI's CCS Cloud IDE.
The following will be sent to CCS Cloud:
/*
Your auto-generated code will appear here once you've configured your device above.
*/
/*
A header file containing your Temboo account information will appear here once you've
configured your device above.
*/
/*
Please log in to generate proxy server code for use with the JavaScript SDK.
*/
Important: This Choreo is for the Yelp API v2 which will be discontinued on June 30, 2018. Yelp is no longer issuing API Keys for this version of the API. Please see the setup instructions on our Yelp Bundle page for more details.
This Choreo retrieves information for businesses in a geographic bounding box defined by a southwest latitude/longitude and a northeast latitude/longitude. Go here for more information on this API method.
Note: a list of supported categories that can be used with the optional Category input can be found here.
Here's an example of the JSON returned by this Choreo (truncated for readability):
{ "region": { "span": { "latitude_delta": 0.11197800000000058, "longitude_delta": 0.10020299999999338 }, "center": { "latitude": 37.844010999999995, "longitude": -122.4498985 } }, "total": 9253, "businesses": [ { "rating": 5.0, "mobile_url": "http://m.yelp.com/biz/dj-jeremy-productions-san-francisco-3", "rating_img_url": "http://media3.ak.yelpcdn.com/static/201012162578611207/img/ico/stars/stars_5.png", "review_count": 128, "name": "DJ Jeremy Productions", "rating_img_url_small": "http://media3.ak.yelpcdn.com/static/201012161949604803/img/ico/stars/stars_small_5.png", "url": "http://www.yelp.com/biz/dj-jeremy-productions-san-francisco-3", "phone": "5103902233", "snippet_text": "We can't stop saying how much we love DJ Jeremy and DJ Jeannine! They were everything we expected and more! \n\nAt the last minute, our uncle backed out of...", "image_url": "http://s3-media1.ak.yelpcdn.com/bphoto/SU1nyTWkbNFlbhH6vUHRVA/ms.jpg", "snippet_image_url": "http://s3-media1.ak.yelpcdn.com/photo/vJQ7mf09U_VhkVI28dUiCQ/ms.jpg", "display_phone": "+1-510-390-2233", "rating_img_url_large": "http://media1.ak.yelpcdn.com/static/20101216354709277/img/ico/stars/stars_large_5.png", "id": "dj-jeremy-productions-san-francisco-3", "categories": [ [ "DJs", "djs" ], [ "Wedding Planning", "wedding_planning" ] ], "location": { "city": "San Francisco", "display_address": [ "Financial District", "San Francisco, CA 94111" ], "geo_accuracy": 5, "neighborhoods": [ "Financial District" ], "postal_code": "94111", "country_code": "US", "address": [ ], "coordinate": { "latitude": 37.7959362, "longitude": -122.4000032 }, "state_code": "CA" } ... ] }
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms