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 . BestSellers . GetBestSellerList
Retrieves data from a New York Times best-seller list for a specified date.
/*
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 allows you to retrieve a New York Times Best Seller List for a particular date that you specify. More information for this NY Times resource can be found here.
Here's an example list of acceptable inputs:
APIKey: {YOUR NY TIMES API KEY}
Date: 2013-01-01
ListName: e-book-fiction
The following is a sample of the JSON information returned by this Choreo:
{ "status": "OK", "copyright": "Copyright (c) 2013 The New York Times Company. All Rights Reserved.", "num_results": 35, "last_modified": "2013-03-22T12:00:36-04:00", "results": [ { "list_name": "E-Book Fiction", "display_name": "E-Book Fiction", "updated": "WEEKLY", "bestsellers_date": "2013-03-16", "published_date": "2013-03-31", "rank": 1, "rank_last_week": 0, "weeks_on_list": 3, "asterisk": 0, "dagger": 0, "isbns": [ { "isbn10": "0988982900", "isbn13": "9780988982901" } ], "book_details": [ { "title": "WAIT FOR YOU", "description": "Nineteen-year-old Avery Morgansten hopes she can escape the tragedy in her past when she goes to college. After she falls for handsome Cameron Hamilton, she begins to receive threats.", "contributor": "by J. Lynn", "author": "J Lynn", "contributor_note": "", "price": 0, "age_group": "", "publisher": "J. Lynn", "primary_isbn13": "9780988982901", "primary_isbn10": "0988982900" } ], "reviews": [ { "book_review_link": "", "first_chapter_link": "", "sunday_review_link": "", "article_chapter_link": "" } ] }, { "list_name": "E-Book Fiction", "display_name": "E-Book Fiction", "updated": "WEEKLY", "bestsellers_date": "2013-03-16", "published_date": "2013-03-31", "rank": 2, "rank_last_week": 0, "weeks_on_list": 4, "asterisk": 0, "dagger": 0, "isbns": [ { "isbn10": "0316097519", "isbn13": "9780316097512" }, { "isbn10": "0316097527", "isbn13": "9780316097529" } ], "book_details": [ { "title": "ALEX CROSS, RUN", "description": "While Alex Cross pursues a Washington serial killer (or killers?), someone is after him.", "contributor": "by James Patterson", "author": "James Patterson", "contributor_note": "", "price": 0, "age_group": "", "publisher": "Little, Brown & Company", "primary_isbn13": "9780316097529", "primary_isbn10": "0316097527" } ], "reviews": [ { "book_review_link": "", "first_chapter_link": "", "sunday_review_link": "", "article_chapter_link": "" } ] } ] }
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms