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 . NYTimes . ArticleSearch . QueryArticles
Searches New York Times articles and retrieves headlines, abstracts, lead paragraphs, links to associated multimedia, and other article metadata.
/*
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 searches New York Times articles and retrieves headlines, abstracts, lead paragraphs, links to associated multimedia, and other article metadata. The documentation for this NY Times resource can be found here.
Note: The Filter input can be used to filter by specific fields using standard Lucene syntax, e.g.:
Filter: source:("The New York Times")
For a list of all fields you can filter on, see the Filter Query Fields table.
The following is a sample of the JSON information returned by this Choreo:
{ "response": { "meta": { "hits": 26369, "time": 37, "offset": 0 }, "docs": [ { "web_url": "http://www.nytimes.com/video/technology/100000002905026/demo-of-google8217s-self-driving-car.html", "snippet": "The company has begun building a fleet of experimental electric-powered vehicles that can’t be driven by people and are summoned with a smartphone app.", "lead_paragraph": "The company has begun building a fleet of experimental electric-powered vehicles that can’t be driven by people and are summoned with a smartphone app.", "abstract": null, "print_page": null, "blog": [], "source": "The New York Times", "multimedia": [ { "width": 190, "url": "images/2014/05/27/multimedia/google-car-handout/google-car-handout-thumbWide.jpg", "height": 126, "subtype": "wide", "legacy": { "wide": "images/2014/05/27/multimedia/google-car-handout/google-car-handout-thumbWide.jpg", "wideheight": "126", "widewidth": "190" }, "type": "image" }, { "width": 600, "url": "images/2014/05/27/multimedia/google-car-handout/google-car-handout-articleLarge.jpg", "height": 338, "subtype": "xlarge", "legacy": { "xlargewidth": "600", "xlarge": "images/2014/05/27/multimedia/google-car-handout/google-car-handout-articleLarge.jpg", "xlargeheight": "338" }, "type": "image" }, { "width": 75, "url": "images/2014/05/27/multimedia/google-car-handout/google-car-handout-thumbStandard.jpg", "height": 75, "subtype": "thumbnail", "legacy": { "thumbnailheight": "75", "thumbnail": "images/2014/05/27/multimedia/google-car-handout/google-car-handout-thumbStandard.jpg", "thumbnailwidth": "75" }, "type": "image" } ], "headline": { "main": "Google’s Video of Its Self-Driving Car" }, "keywords": [ { "rank": "1", "is_major": "N", "name": "organizations", "value": "Google Inc" }, { "rank": "2", "is_major": "N", "name": "subject", "value": "Automobiles" } ], "pub_date": "2014-05-27T22:03:52Z", "document_type": "multimedia", "news_desk": "Technology", "section_name": "Technology", "subsection_name": null, "byline": { "person": [ { "organization": "", "role": "reported", "firstname": "Google", "rank": 1 } ], "original": "Google" }, "type_of_material": "Video", "_id": "5385e79138f0d86295670f4f", "word_count": "24" } ] }, "status": "OK", "copyright": "Copyright (c) 2013 The New York Times Company. All Rights Reserved." }
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms