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 . FindPlacesByName
Search for places 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 FindPlacesByName Choreo retrieves contextual data from Factual for a specfied place. More information about the Factual API can be found here.
An example set of inputs might look like:
Query: Uniqlo
The following is a sample of the information returned by this Choreo in JSON format:
{ "version": 3, "status": "ok", "response": { "data": [ { "region": "CA", "tel": "(424) 249-1975", "category_labels": [ [ "Retail", "Fashion", "Clothing and Accessories" ] ], "name": "Uniqlo", "longitude": -118.377219, "website": "http://uniqlo.com", "hours": { "monday": [ [ "10:00", "21:00" ] ], "tuesday": [ [ "10:00", "21:00" ] ], "wednesday": [ [ "10:00", "21:00" ] ], "thursday": [ [ "10:00", "21:00" ] ], "friday": [ [ "10:00", "21:00" ] ], "saturday": [ [ "10:00", "20:00" ] ], "sunday": [ [ "11:00", "18:00" ] ] }, "postcode": "90048", "category_ids": [ 143 ], "country": "us", "address": "8500 Beverly Blvd", "locality": "Los Angeles", "hours_display": "Mon-Fri 10:00 AM-9:00 PM; Sat 10:00 AM-8:00 PM; Sun 11:00 AM-6:00 PM", "latitude": 34.075711, "factual_id": "5b36b601-6b3f-4cad-8258-e4db4303d4ca" }, { "address": "17 Rue Scribe", "admin_region": "Île-de-France", "category_ids": [ 142 ], "category_labels": [ [ "Retail", "Fashion" ] ], "country": "fr", "factual_id": "fe3b3930-e1c6-4d01-92c6-542e4c28aa70", "latitude": 48.87272, "locality": "Paris", "longitude": 2.33086, "name": "Uniqlo", "postcode": "75009", "region": "Paris", "tel": "01 58 18 30 55", "website": "http://www.uniqlo.com/fr/" } ], "included_rows": 20 } }
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms