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": ""
}
]
}
]
}