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 . CorpWatch . Lists . ListLocations
Returns a list of locations of companies matching the given query.
/*
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.
*/
This Choreo retrieves a list of locations of companies matching the given query. You do not need an API Key to run this Choreo. However, if you would like a much higher limit on the number of calls you can make each day, then registering with CorpWatch and obtaining an API Key is the way to go. More information on authentication and limits is available here. Detailed information about the locations list search is here.
The output returned is a list of locations, unlike the GetCompanyLocations Choreo which returns a list of companies. The origin of the location information is given by the Type parameter, with a value of "relation_loc", "business", "mailing" or "state_of_incorp". The location information available for subsidiaries (type of "relation_loc") is much less precise than for filing companies. Because of the differences in filings formats, it is not possible to automatically determine whether the location is a jurisdiction of incorporation or the location where the subsidiary company does business.
Here is an example of an acceptable input:
Address: Oakland
CountryCode: US
ResponseType: json
The following is a partial sample of the output returned by this Choreo:
{ "meta": { "success": 1, "status": 200, "status_string": "Success", "total_results": "710", "results_complete": 0, "api_version": "0.04 (2012-02-03)", "parameters": { "raw_address": "oakland", "country_code": "US", "limit": 100, "index": 0, "year": "most_recent" } }, "result": { "locations": [ { "cw_id": "cw_664511", "country_code": "US", "subdiv_code": null, "type": "business", "raw_address": "605 HILLSBOROUGH STREET, UNIT 4, OAKLAND X1 94606", "street_1": "605 HILLSBOROUGH STREET, UNIT 4", "street_2": null, "city": "OAKLAND", "state": "X1", "postal_code": "94606", "country": null, "date": "2011-09-14", "max_year": "2011", "min_year": "2011" }, { "cw_id": "cw_664511", "country_code": "US", "subdiv_code": null, "type": "mailing", "raw_address": "605 HILLSBOROUGH STREET, UNIT 4, OAKLAND X1 94606", "street_1": "605 HILLSBOROUGH STREET, UNIT 4", "street_2": null, "city": "OAKLAND", "state": "X1", "postal_code": "94606", "country": null, "date": "2011-09-14", "max_year": "2011", "min_year": "2011" }, { "cw_id": "cw_109026", "country_code": "US", "subdiv_code": "CA", "type": "business", "raw_address": "505 14TH STREET, OAKLAND CA 94612", "street_1": "505 14TH STREET", "street_2": null, "city": "OAKLAND", "state": "CA", "postal_code": "94612", "country": null, "date": "2010-12-14", "max_year": "2011", "min_year": "2010" },
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms