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 . Factual . FindRestaurantsByName
Search for restaurants by name.
/*
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.
*/
The FindRestaurantsByName Choreo retrieves contextual data from Factual by entering a restaurant query string. More information about the Factual API can be found here.
An example set of inputs might look like:
Query: Starbucks
The following is a sample of the JSON information returned by this Choreo:
{ "version": 3, "status": "ok", "response": { "data": [ { "address": "6123 Greenville Ave", "alcohol": false, "alcohol_bar": false, "alcohol_beer_wine": false, "alcohol_byob": false, "attire": "streetwear", "category_ids": [ 342 ], "category_labels": [ [ "Social", "Food and Dining", "Cafes, Coffee and Tea Houses" ] ], "chain_id": "ab4c54c0-d68a-012e-5619-003048cad9da", "chain_name": "Starbucks", "country": "us", "cuisine": [ "Coffee", "Tea", "Cafe", "cafe", "bakery" ], "factual_id": "1ae08bd0-b32a-4b53-9acf-b3569e15cb88", "hours": { "monday": [ [ "5:00", "22:00" ] ], "tuesday": [ [ "5:00", "22:00" ] ], "wednesday": [ [ "5:00", "22:00" ] ], "thursday": [ [ "5:00", "22:00" ] ], "friday": [ [ "5:00", "22:00" ] ], "saturday": [ [ "5:30", "22:00" ] ], "sunday": [ [ "5:30", "22:00" ] ] }, "hours_display": "Mon-Fri 5:00 AM-10:00 PM; Sat-Sun 5:30 AM-10:00 PM", "kids_goodfor": true, "kids_menu": true, "latitude": 32.86047, "locality": "Dallas", "longitude": -96.768276, "meal_breakfast": true, "meal_deliver": false, "meal_lunch": true, "meal_takeout": true, "name": "Starbucks", "neighborhood": [ "Greenville Ave", "Vickery Meadows", "Northeast Dallas/ White Rock", "North Dallas", "Upper Greenville" ], "open_24hrs": false, "options_glutenfree": true, "options_healthy": true, "options_organic": true, "options_vegetarian": true, "payment_cashonly": false, "postcode": "75206", "price": 1, "rating": 2, "region": "TX", "reservations": false, "tel": "(214) 360-0288", "website": "http://www.starbucks.com/", "wifi": true } ], "included_rows": 20 } }
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms