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