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 . GetBestSellerHistory
Retrieves information about New York Times best-sellers that match a specified search criteria.
/*
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 information about the history of a best seller including its rank and number of weeks on the various Times best-seller lists. 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}
Title: chance
Author: green
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": 2, "results": [ { "title": "SECOND CHANCE", "description": "A group of 30-something friends reconsider their lives after one of their number is killed in a terrorist attack.", "contributor": "by Jane Green", "author": "Jane Green", "contributor_note": "", "price": 15, "age_group": "", "publisher": "Plume", "isbns": [], "ranks_history": [ { "primary_isbn10": "0452289440", "primary_isbn13": "9780452289444", "rank": 14, "list_name": "Trade Fiction Paperback", "display_name": "Paperback Trade Fiction", "published_date": "2008-07-27", "bestsellers_date": "2008-07-12", "weeks_on_list": 7, "ranks_last_week": null, "asterisk": 0, "dagger": 0 }, { "primary_isbn10": "0452289440", "primary_isbn13": "9780452289444", "rank": 15, "list_name": "Trade Fiction Paperback", "display_name": "Paperback Trade Fiction", "published_date": "2008-07-20", "bestsellers_date": "2008-07-05", "weeks_on_list": 6, "ranks_last_week": null, "asterisk": 0, "dagger": 0 } ], "reviews": [ { "book_review_link": "", "first_chapter_link": "", "sunday_review_link": "", "article_chapter_link": "" } ] }, { "title": "SECOND CHANCE", "description": "A group of 30-something friends reconsider their lives after one of their number is killed in a terrorist attack.", "contributor": "by Jane Green", "author": "Jane Green", "contributor_note": "", "price": 0, "age_group": "", "publisher": "Plume", "isbns": [], "ranks_history": [ { "primary_isbn10": "0452289440", "primary_isbn13": "9780452289444", "rank": 21, "list_name": "Trade Fiction Paperback", "display_name": "Paperback Trade Fiction", "published_date": "2008-11-30", "bestsellers_date": "2008-11-15", "weeks_on_list": 0, "ranks_last_week": null, "asterisk": 0, "dagger": 0 }, { "primary_isbn10": "0452289440", "primary_isbn13": "9780452289444", "rank": 15, "list_name": "Trade Fiction Paperback", "display_name": "Paperback Trade Fiction", "published_date": "2008-11-23", "bestsellers_date": "2008-11-08", "weeks_on_list": 24, "ranks_last_week": null, "asterisk": 0, "dagger": 0 } ], "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