rm(list = ls())
library(httr)
library(jsonlite)
library(dplyr)
library(kableExtra)
library(knitr)After requesting an API key for the NY Times best sellers Books API, I tested my access to the function by querying for the author Joyce Carol Oates. Though I successfully returned results, I noticed that the results were limited to 20 per query, and the offset parameter must be used in multiples of 20 to return additional results.
nyt_api_books <- "https://api.nytimes.com/svc/books/v3/lists/best-sellers/history.json"
results_1_20 <- GET(nyt_api_books, query = list(`api-key` = nyt_apikey, ## hidden in previous code
author = "Joyce Carol Oates")) %>%
content("text") %>%
fromJSON() %>%
as.data.frame
results_1_20 %>% kable("html", caption = "Joyce Carol Oates 1-20") %>%
kable_styling() %>%
scroll_box(width = "1000px", height = "400px")| status | copyright | num_results | results.title | results.description | results.contributor | results.author | results.contributor_note | results.price | results.age_group | results.publisher | results.isbns | results.ranks_history | results.reviews |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 31 | A Bloodsmoor Romance | NA | NA | Joyce Carol Oates | NA | 0 | NA | NA | list(isbn10 = “0525241124”, isbn13 = “9780525241126”) | list() | list(book_review_link = “https://www.nytimes.com/1982/09/18/books/books-of-the-times-elegant-balloon.html”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/1982/09/05/books/balloons-and-abductions.html”, article_chapter_link = NA) |
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 31 | A WIDOW’S STORY | The prolific author describes her struggle to comprehend a life without her husband. | by Joyce Carol Oates | Joyce Carol Oates | 0 | Ecco/HarperCollins | list(isbn10 = c(“0062015532”, “0062082639”), isbn13 = c(“9780062015532”, “9780062082633”)) | list(primary_isbn10 = c(“0062015532”, “0062082639”, “0062015532”, “0062015532”, “0062015532”, “0062015532”, “0062015532”, “0062015532”, “0062015532”, “0062015532”, “0062015532”), primary_isbn13 = c(“9780062015532”, “9780062082633”, “9780062015532”, “9780062015532”, “9780062015532”, “9780062015532”, “9780062015532”, “9780062015532”, “9780062015532”, “9780062015532”, “9780062015532”), rank = c(30, 33, 15, 21, 26, 8, 13, 22, 16, 23, 31), list_name = c(“Hardcover Nonfiction”, “E-Book Nonfiction”, “Hardcover Nonfiction”, “Combined Print Nonfiction”, “Combined Print and E-Book Nonfiction”, “Hardcover Nonfiction”, “Combined Print Nonfiction”, “Combined Print and E-Book Nonfiction”, “Hardcover Nonfiction”, “Combined Print Nonfiction”, “Combined Print and E-Book Nonfiction”), display_name = c(“Hardcover Nonfiction”, “E-Book Nonfiction”, “Hardcover Nonfiction”, “Combined Hardcover & Paperback Nonfiction”, “Combined Print & E-Book Nonfiction”, “Hardcover Nonfiction”, “Combined Hardcover & Paperback Nonfiction”, “Combined Print & E-Book Nonfiction”, “Hardcover Nonfiction”, “Combined Hardcover & Paperback Nonfiction”, “Combined Print & E-Book Nonfiction”), published_date = c(“2011-03-27”, “2011-03-20”, “2011-03-20”, “2011-03-20”, “2011-03-20”, “2011-03-13”, “2011-03-13”, “2011-03-13”, “2011-03-06”, “2011-03-06”, “2011-03-06”), bestsellers_date = c(“2011-03-12”, “2011-03-05”, “2011-03-05”, “2011-03-05”, “2011-03-05”, “2011-02-26”, “2011-02-26”, “2011-02-26”, “2011-02-19”, “2011-02-19”, “2011-02-19”), weeks_on_list = c(0, 0, 3, 0, 0, 2, 0, 0, 1, 0, 0), ranks_last_week = c(NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA), asterisk = c(0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0), dagger = c(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)) | list(book_review_link = “https://www.nytimes.com/2011/02/14/books/14book.html”, first_chapter_link = “”, sunday_review_link = “https://www.nytimes.com/2011/02/20/books/review/Hulbert-t.html”, article_chapter_link = “https://www.nytimes.com/2011/02/27/weekinreview/27grief.html”) | ||
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 31 | A WIDOW’S STORY | The prolific author describes her struggle to comprehend a life without her husband. | by Joyce Carol Oates | Joyce Carol Oates | 0 | HarperCollins | list() | list(primary_isbn10 = c(“0062082639”, “0062082639”), primary_isbn13 = c(“9780062082633”, “9780062082633”), rank = 17:18, list_name = c(“E-Book Nonfiction”, “E-Book Nonfiction”), display_name = c(“E-Book Nonfiction”, “E-Book Nonfiction”), published_date = c(“2011-03-13”, “2011-03-06”), bestsellers_date = c(“2011-02-26”, “2011-02-19”), weeks_on_list = c(2, 1), ranks_last_week = c(NA, NA), asterisk = c(0, 0), dagger = c(0, 0)) | list(book_review_link = “https://www.nytimes.com/2011/02/14/books/14book.html”, first_chapter_link = “”, sunday_review_link = “https://www.nytimes.com/2011/02/20/books/review/Hulbert-t.html”, article_chapter_link = “https://www.nytimes.com/2011/02/27/weekinreview/27grief.html”) | ||
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 31 | Angel of Light | NA | NA | Joyce Carol Oates | NA | 0 | NA | NA | list(isbn10 = “0525054839”, isbn13 = “9780525054832”) | list() | list(book_review_link = “https://www.nytimes.com/1981/08/06/books/books-of-the-times-books-of-the-times.html”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/1981/08/16/books/the-house-of-atreus-now.html”, article_chapter_link = NA) |
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 31 | Beasts (Otto Penzler Books) | NA | NA | Joyce Carol Oates | NA | 0 | NA | NA | list(isbn10 = “0786711035”, isbn13 = “9780786711031”) | list() | list(book_review_link = “”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/2002/01/06/books/books-in-brief-fiction-poetry-866261.html”, article_chapter_link = NA) |
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 31 | Because It Is Bitter, and Because It Is My Heart (Plume) | NA | NA | Joyce Carol Oates | NA | 0 | NA | NA | list(isbn10 = “0452265819”, isbn13 = “9780452265813”) | list() | list(book_review_link = “”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/1991/03/17/books/new-noteworthy.html”, article_chapter_link = NA) |
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 31 | Big Mouth & Ugly Girl | NA | NA | Joyce Carol Oates | NA | 0 | NA | NA | list(isbn10 = “0064473473”, isbn13 = “9780064473477”) | list() | list(book_review_link = “”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/2002/05/19/books/children-s-books-in-brief-965103.html”, article_chapter_link = NA) |
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 31 | Black Dahlia & White Rose: Stories | NA | NA | Joyce Carol Oates | NA | 0 | NA | NA | list(isbn10 = “0062195697”, isbn13 = “9780062195692”) | list() | list(book_review_link = “”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/2013/01/20/books/review/black-dahlia-white-rose-by-joyce-carol-oates.html”, article_chapter_link = NA) |
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 31 | Blonde: A Novel (P.S.) | NA | NA | Joyce Carol Oates | NA | 0 | NA | NA | list(isbn10 = “0061774359”, isbn13 = “9780061774355”) | list() | list(book_review_link = “”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/2000/04/02/books/norma-jeane.html”, article_chapter_link = NA) |
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 31 | Foxfire: Confessions of a Girl Gang | NA | NA | Joyce Carol Oates | NA | 0 | NA | NA | list(isbn10 = “0452272319”, isbn13 = “9780452272316”) | list() | list(book_review_link = “”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/1993/08/15/books/outlaw-girls-on-the-rampage.html”, article_chapter_link = NA) |
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 31 | Haunted: Tales of the Grotesque | NA | NA | Joyce Carol Oates | NA | 0 | NA | NA | list(isbn10 = “0525936556”, isbn13 = “9780525936558”) | list() | list(book_review_link = “”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/1994/02/13/books/unpleasant-dreams.html”, article_chapter_link = NA) |
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 31 | Heat and Other Stories (Contemporary Fiction, Plume) | NA | NA | Joyce Carol Oates | NA | 0 | NA | NA | list(isbn10 = “0452266467”, isbn13 = “9780452266469”) | list() | list(book_review_link = “”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/1991/08/04/books/the-shopping-mall-wars.html”, article_chapter_link = NA) |
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 31 | High Lonesome: New and Selected Stories 1966-2006 | NA | NA | Joyce Carol Oates | NA | 0 | NA | NA | list(isbn10 = “0060501200”, isbn13 = “9780060501204”) | list() | list(book_review_link = “”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/2006/04/30/books/review/30schine.html”, article_chapter_link = NA) |
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 31 | I Am No One You Know: Stories | NA | NA | Joyce Carol Oates | NA | 0 | NA | NA | list(isbn10 = “0060592893”, isbn13 = “9780060592899”) | list() | list(book_review_link = “”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/2004/04/18/books/books-in-brief-fiction-poetry-147699.html”, article_chapter_link = NA) |
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 31 | I Lock My Door Upon Myself: A Novella | NA | NA | Joyce Carol Oates | NA | 0 | NA | NA | list(isbn10 = “0865381089”, isbn13 = “9780865381087”) | list() | list(book_review_link = “”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/1990/11/11/books/touched-in-the-head-by-god.html”, article_chapter_link = NA) |
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 31 | I’ll Take You There: A Novel | NA | NA | Joyce Carol Oates | NA | 0 | NA | NA | list(isbn10 = “0060501189”, isbn13 = “9780060501181”) | list() | list(book_review_link = “”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/2002/10/20/books/the-consolation-of-philosophy.html”, article_chapter_link = NA) |
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 31 | Marya: A Life | NA | NA | Joyce Carol Oates | NA | 0 | NA | NA | list(isbn10 = “0525243747”, isbn13 = “9780525243748”) | list() | list(book_review_link = “”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/1986/03/02/books/the-life-and-hard-times-of-cinderella.html”, article_chapter_link = NA) |
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 31 | Middle Age: A Romance | NA | NA | Joyce Carol Oates | NA | 0 | NA | NA | list(isbn10 = “0060934905”, isbn13 = “9780060934903”) | list() | list(book_review_link = “”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/2001/09/16/books/aarp-recruits.html”, article_chapter_link = NA) |
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 31 | MUDWOMAN | by Joyce Carol Oates | Joyce Carol Oates | 0 | Ecco | list(isbn10 = c(“0062095625”, “0062095633”), isbn13 = c(“9780062095626”, “9780062095633”)) | list(primary_isbn10 = “0062095625”, primary_isbn13 = “9780062095626”, rank = 31, list_name = “Hardcover Fiction”, display_name = “Hardcover Fiction”, published_date = “2012-04-08”, bestsellers_date = “2012-03-24”, weeks_on_list = 0, ranks_last_week = NA, asterisk = 0, dagger = 0) | list(book_review_link = “”, first_chapter_link = “”, sunday_review_link = “https://www.nytimes.com/2012/04/01/books/review/mudwoman-by-joyce-carol-oates.html”, article_chapter_link = “”) | |||
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 31 | My Heart Laid Bare | NA | NA | Joyce Carol Oates | NA | 0 | NA | NA | list(isbn10 = “0525944427”, isbn13 = “9780525944423”) | list() | list(book_review_link = “https://www.nytimes.com/1998/06/16/books/books-of-the-times-a-clan-of-con-men-scheming-in-a-historical-echo-chamber.html”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/1998/07/05/books/only-in-america.html”, article_chapter_link = NA) |
results_21_40 <- GET(nyt_api_books, query = list(`api-key` = nyt_apikey,
author = "Joyce Carol Oates",
offset = 20)) %>%
content("text") %>%
fromJSON() %>%
as.data.frame
results_21_40 %>% kable("html", caption = "Joyce Carol Oates 21-40") %>%
kable_styling() %>%
scroll_box(width = "1000px", height = "400px")| status | copyright | num_results | results.title | results.description | results.contributor | results.author | results.contributor_note | results.price | results.age_group | results.publisher | results.isbns | results.ranks_history | results.reviews |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 31 | Rape: A Love Story (Papel de liar) | NA | NA | Joyce Carol Oates | NA | 0 | NA | NA | list(isbn10 = “0786714824”, isbn13 = “9780786714827”) | list() | list(book_review_link = “”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/2004/01/25/books/books-in-brief-fiction-poetry-989827.html”, article_chapter_link = NA) |
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 31 | Raven’s Wing | NA | NA | Joyce Carol Oates | NA | 0 | NA | NA | list(isbn10 = “0525244468”, isbn13 = “9780525244462”) | list() | list(book_review_link = “”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/1986/10/05/books/108-days-of-marriage-and-counting.html”, article_chapter_link = NA) |
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 31 | Solstice: A Novel | NA | NA | Joyce Carol Oates | NA | 0 | NA | NA | list(isbn10 = “0865381003”, isbn13 = “9780865381001”) | list() | list(book_review_link = “”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/1985/01/20/books/time-and-her-sisters.html”, article_chapter_link = NA) |
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 31 | THE ACCURSED | This postmodern Gothic novel purports to be an account of a curse that infected bucolic Princeton, N.J., in 1905 and 1906. | by Joyce Carol Oates | Joyce Carol Oates | 0 | HarperCollins Publishers | list(isbn10 = “0062231707”, isbn13 = “9780062231703”) | list(primary_isbn10 = c(“0062231707”, “0062231707”, “0062231707”, “0062231707”), primary_isbn13 = c(“9780062231703”, “9780062231703”, “9780062231703”, “9780062231703”), rank = c(13, 34, 21, 29), list_name = c(“Hardcover Fiction”, “Combined Print Fiction”, “Hardcover Fiction”, “Hardcover Fiction”), display_name = c(“Hardcover Fiction”, “Combined Hardcover & Paperback Fiction”, “Hardcover Fiction”, “Hardcover Fiction”), published_date = c(“2013-04-07”, “2013-04-07”, “2013-03-31”, “2013-03-24”), bestsellers_date = c(“2013-03-23”, “2013-03-23”, “2013-03-16”, “2013-03-09”), weeks_on_list = c(1, 0, 0, 0), ranks_last_week = c(NA, NA, NA, NA), asterisk = c(0, 0, 0, 0), dagger = c(0, 0, 0, 0)) | list(book_review_link = “”, first_chapter_link = “”, sunday_review_link = “https://www.nytimes.com/2013/03/17/books/review/the-accursed-by-joyce-carol-oates.html”, article_chapter_link = “”) | ||
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 31 | The Collector of Hearts: New Tales of the Grotesque | NA | NA | Joyce Carol Oates | NA | 0 | NA | NA | list(isbn10 = “0525944451”, isbn13 = “9780525944454”) | list() | list(book_review_link = “”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/1999/03/07/books/jellyfish-for-dessert-again.html”, article_chapter_link = NA) |
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 31 | The Faith of a Writer: Life, Craft, Art | NA | NA | Joyce Carol Oates | NA | 0 | NA | NA | list(isbn10 = “0060565543”, isbn13 = “9780060565541”) | list() | list(book_review_link = “”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/2003/12/21/books/books-in-brief-nonfiction-517046.html”, article_chapter_link = NA) |
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 31 | THE GRAVEDIGGER’S DAUGHTER | by Joyce Carol Oates | Joyce Carol Oates | 0 | HarperCollins Publishers | list(isbn10 = “0061236837”, isbn13 = “9780061236839”) | list(primary_isbn10 = c(“0061236837”, “0061236837”, “0061236837”, “0061236837”, “0061236837”, “0061236837”, “0061236837”, “0061236837”, “0061236837”, “0061236837”, “0061236837”), primary_isbn13 = c(“9780061236839”, “9780061236839”, “9780061236839”, “9780061236839”, “9780061236839”, “9780061236839”, “9780061236839”, “9780061236839”, “9780061236839”, “9780061236839”, “9780061236839”), rank = c(28, 27, 26, 25, 28, 29, 26, 26, 24, 24, 24), list_name = c(“Trade Fiction Paperback”, “Trade Fiction Paperback”, “Trade Fiction Paperback”, “Trade Fiction Paperback”, “Trade Fiction Paperback”, “Trade Fiction Paperback”, “Trade Fiction Paperback”, “Trade Fiction Paperback”, “Trade Fiction Paperback”, “Trade Fiction Paperback”, “Trade Fiction Paperback”), display_name = c(“Paperback Trade Fiction”, “Paperback Trade Fiction”, “Paperback Trade Fiction”, “Paperback Trade Fiction”, “Paperback Trade Fiction”, “Paperback Trade Fiction”, “Paperback Trade Fiction”, “Paperback Trade Fiction”, “Paperback Trade Fiction”, “Paperback Trade Fiction”, “Paperback Trade Fiction”), published_date = c(“2008-08-31”, “2008-08-17”, “2008-08-10”, “2008-08-03”, “2008-07-27”, “2008-07-20”, “2008-07-13”, “2008-07-06”, “2008-06-29”, “2008-06-22”, “2008-06-15”), bestsellers_date = c(“2008-08-16”, “2008-08-02”, “2008-07-26”, “2008-07-19”, “2008-07-12”, “2008-07-05”, “2008-06-28”, “2008-06-21”, “2008-06-14”, “2008-06-07”, “2008-05-31”), weeks_on_list = c(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), ranks_last_week = c(NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA), asterisk = c(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), dagger = c(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)) | list(book_review_link = “https://www.nytimes.com/2007/06/07/books/07gree.html”, first_chapter_link = “”, sunday_review_link = “https://www.nytimes.com/2007/06/17/books/review/Siegel-t.html”, article_chapter_link = “”) | |||
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 31 | The Rise of Life on Earth | NA | NA | Joyce Carol Oates | NA | 0 | NA | NA | list(isbn10 = “0811212130”, isbn13 = “9780811212137”) | list() | list(book_review_link = “”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/1991/05/05/books/you-d-never-suspect-kathleen.html”, article_chapter_link = NA) |
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 31 | Uncensored: Views & (Re)views | NA | NA | Joyce Carol Oates | NA | 0 | NA | NA | list(isbn10 = “0060775564”, isbn13 = “9780060775568”) | list() | list(book_review_link = “https://www.nytimes.com/2005/04/17/books/review/17SCOTTL.html”, first_chapter_link = NA, sunday_review_link = “”, article_chapter_link = NA) |
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 31 | Where I’ve Been, and Where I’m Going: Essays, Reviews, Prose | NA | NA | Joyce Carol Oates | NA | 0 | NA | NA | list(isbn10 = “0452280532”, isbn13 = “9780452280533”) | list() | list(book_review_link = “”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/1999/08/15/books/books-in-brief-nonfiction-938572.html”, article_chapter_link = NA) |
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 31 | Will You Always Love Me?: And Other Stories | NA | NA | Joyce Carol Oates | NA | 0 | NA | NA | list(isbn10 = “0452274133”, isbn13 = “9780452274136”) | list() | list(book_review_link = “”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/1996/03/10/books/cold-comfort.html”, article_chapter_link = NA) |
To create an interactive function for this API, I created a wrapper in R that takes an author’s name as an input. The function will determine how many pages the API returns based on the number of results and return the complete list of results. The function also handles cases where the author is, sadly, not found.
ny_best <- function(auth) {
results <- GET(nyt_api_books, query = list(`api-key` = nyt_apikey, author = auth)) %>%
content("text") %>%
fromJSON()
if(results$num_results[[1]] == 0) {
print("Author not found")
} else {
pages <- ceiling(results$num_results / 20)
results <- as.data.frame(results, stringsAsFactors = FALSE)
if(pages > 1) {
for(i in 2:pages) {
more_results <- GET(nyt_api_books, query = list(`api-key` = nyt_apikey,
author = auth,
offset = (i - 1) * 20)) %>%
content("text") %>%
fromJSON() %>%
as.data.frame
results <- rbind(results, more_results)
}
}
cbind(c(1:nrow(results), results))
return(results)
}
}
ny_best("Joyce Carol Oates") %>% kable("html", caption = "Joyce Carol Oates FULL") %>%
kable_styling() %>%
scroll_box(width = "1000px", height = "400px")| status | copyright | num_results | results.title | results.description | results.contributor | results.author | results.contributor_note | results.price | results.age_group | results.publisher | results.isbns | results.ranks_history | results.reviews |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 31 | A Bloodsmoor Romance | NA | NA | Joyce Carol Oates | NA | 0 | NA | NA | list(isbn10 = “0525241124”, isbn13 = “9780525241126”) | list() | list(book_review_link = “https://www.nytimes.com/1982/09/18/books/books-of-the-times-elegant-balloon.html”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/1982/09/05/books/balloons-and-abductions.html”, article_chapter_link = NA) |
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 31 | A WIDOW’S STORY | The prolific author describes her struggle to comprehend a life without her husband. | by Joyce Carol Oates | Joyce Carol Oates | 0 | Ecco/HarperCollins | list(isbn10 = c(“0062015532”, “0062082639”), isbn13 = c(“9780062015532”, “9780062082633”)) | list(primary_isbn10 = c(“0062015532”, “0062082639”, “0062015532”, “0062015532”, “0062015532”, “0062015532”, “0062015532”, “0062015532”, “0062015532”, “0062015532”, “0062015532”), primary_isbn13 = c(“9780062015532”, “9780062082633”, “9780062015532”, “9780062015532”, “9780062015532”, “9780062015532”, “9780062015532”, “9780062015532”, “9780062015532”, “9780062015532”, “9780062015532”), rank = c(30, 33, 15, 21, 26, 8, 13, 22, 16, 23, 31), list_name = c(“Hardcover Nonfiction”, “E-Book Nonfiction”, “Hardcover Nonfiction”, “Combined Print Nonfiction”, “Combined Print and E-Book Nonfiction”, “Hardcover Nonfiction”, “Combined Print Nonfiction”, “Combined Print and E-Book Nonfiction”, “Hardcover Nonfiction”, “Combined Print Nonfiction”, “Combined Print and E-Book Nonfiction”), display_name = c(“Hardcover Nonfiction”, “E-Book Nonfiction”, “Hardcover Nonfiction”, “Combined Hardcover & Paperback Nonfiction”, “Combined Print & E-Book Nonfiction”, “Hardcover Nonfiction”, “Combined Hardcover & Paperback Nonfiction”, “Combined Print & E-Book Nonfiction”, “Hardcover Nonfiction”, “Combined Hardcover & Paperback Nonfiction”, “Combined Print & E-Book Nonfiction”), published_date = c(“2011-03-27”, “2011-03-20”, “2011-03-20”, “2011-03-20”, “2011-03-20”, “2011-03-13”, “2011-03-13”, “2011-03-13”, “2011-03-06”, “2011-03-06”, “2011-03-06”), bestsellers_date = c(“2011-03-12”, “2011-03-05”, “2011-03-05”, “2011-03-05”, “2011-03-05”, “2011-02-26”, “2011-02-26”, “2011-02-26”, “2011-02-19”, “2011-02-19”, “2011-02-19”), weeks_on_list = c(0, 0, 3, 0, 0, 2, 0, 0, 1, 0, 0), ranks_last_week = c(NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA), asterisk = c(0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0), dagger = c(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)) | list(book_review_link = “https://www.nytimes.com/2011/02/14/books/14book.html”, first_chapter_link = “”, sunday_review_link = “https://www.nytimes.com/2011/02/20/books/review/Hulbert-t.html”, article_chapter_link = “https://www.nytimes.com/2011/02/27/weekinreview/27grief.html”) | ||
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 31 | A WIDOW’S STORY | The prolific author describes her struggle to comprehend a life without her husband. | by Joyce Carol Oates | Joyce Carol Oates | 0 | HarperCollins | list() | list(primary_isbn10 = c(“0062082639”, “0062082639”), primary_isbn13 = c(“9780062082633”, “9780062082633”), rank = 17:18, list_name = c(“E-Book Nonfiction”, “E-Book Nonfiction”), display_name = c(“E-Book Nonfiction”, “E-Book Nonfiction”), published_date = c(“2011-03-13”, “2011-03-06”), bestsellers_date = c(“2011-02-26”, “2011-02-19”), weeks_on_list = c(2, 1), ranks_last_week = c(NA, NA), asterisk = c(0, 0), dagger = c(0, 0)) | list(book_review_link = “https://www.nytimes.com/2011/02/14/books/14book.html”, first_chapter_link = “”, sunday_review_link = “https://www.nytimes.com/2011/02/20/books/review/Hulbert-t.html”, article_chapter_link = “https://www.nytimes.com/2011/02/27/weekinreview/27grief.html”) | ||
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 31 | Angel of Light | NA | NA | Joyce Carol Oates | NA | 0 | NA | NA | list(isbn10 = “0525054839”, isbn13 = “9780525054832”) | list() | list(book_review_link = “https://www.nytimes.com/1981/08/06/books/books-of-the-times-books-of-the-times.html”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/1981/08/16/books/the-house-of-atreus-now.html”, article_chapter_link = NA) |
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 31 | Beasts (Otto Penzler Books) | NA | NA | Joyce Carol Oates | NA | 0 | NA | NA | list(isbn10 = “0786711035”, isbn13 = “9780786711031”) | list() | list(book_review_link = “”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/2002/01/06/books/books-in-brief-fiction-poetry-866261.html”, article_chapter_link = NA) |
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 31 | Because It Is Bitter, and Because It Is My Heart (Plume) | NA | NA | Joyce Carol Oates | NA | 0 | NA | NA | list(isbn10 = “0452265819”, isbn13 = “9780452265813”) | list() | list(book_review_link = “”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/1991/03/17/books/new-noteworthy.html”, article_chapter_link = NA) |
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 31 | Big Mouth & Ugly Girl | NA | NA | Joyce Carol Oates | NA | 0 | NA | NA | list(isbn10 = “0064473473”, isbn13 = “9780064473477”) | list() | list(book_review_link = “”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/2002/05/19/books/children-s-books-in-brief-965103.html”, article_chapter_link = NA) |
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 31 | Black Dahlia & White Rose: Stories | NA | NA | Joyce Carol Oates | NA | 0 | NA | NA | list(isbn10 = “0062195697”, isbn13 = “9780062195692”) | list() | list(book_review_link = “”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/2013/01/20/books/review/black-dahlia-white-rose-by-joyce-carol-oates.html”, article_chapter_link = NA) |
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 31 | Blonde: A Novel (P.S.) | NA | NA | Joyce Carol Oates | NA | 0 | NA | NA | list(isbn10 = “0061774359”, isbn13 = “9780061774355”) | list() | list(book_review_link = “”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/2000/04/02/books/norma-jeane.html”, article_chapter_link = NA) |
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 31 | Foxfire: Confessions of a Girl Gang | NA | NA | Joyce Carol Oates | NA | 0 | NA | NA | list(isbn10 = “0452272319”, isbn13 = “9780452272316”) | list() | list(book_review_link = “”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/1993/08/15/books/outlaw-girls-on-the-rampage.html”, article_chapter_link = NA) |
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 31 | Haunted: Tales of the Grotesque | NA | NA | Joyce Carol Oates | NA | 0 | NA | NA | list(isbn10 = “0525936556”, isbn13 = “9780525936558”) | list() | list(book_review_link = “”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/1994/02/13/books/unpleasant-dreams.html”, article_chapter_link = NA) |
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 31 | Heat and Other Stories (Contemporary Fiction, Plume) | NA | NA | Joyce Carol Oates | NA | 0 | NA | NA | list(isbn10 = “0452266467”, isbn13 = “9780452266469”) | list() | list(book_review_link = “”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/1991/08/04/books/the-shopping-mall-wars.html”, article_chapter_link = NA) |
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 31 | High Lonesome: New and Selected Stories 1966-2006 | NA | NA | Joyce Carol Oates | NA | 0 | NA | NA | list(isbn10 = “0060501200”, isbn13 = “9780060501204”) | list() | list(book_review_link = “”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/2006/04/30/books/review/30schine.html”, article_chapter_link = NA) |
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 31 | I Am No One You Know: Stories | NA | NA | Joyce Carol Oates | NA | 0 | NA | NA | list(isbn10 = “0060592893”, isbn13 = “9780060592899”) | list() | list(book_review_link = “”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/2004/04/18/books/books-in-brief-fiction-poetry-147699.html”, article_chapter_link = NA) |
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 31 | I Lock My Door Upon Myself: A Novella | NA | NA | Joyce Carol Oates | NA | 0 | NA | NA | list(isbn10 = “0865381089”, isbn13 = “9780865381087”) | list() | list(book_review_link = “”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/1990/11/11/books/touched-in-the-head-by-god.html”, article_chapter_link = NA) |
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 31 | I’ll Take You There: A Novel | NA | NA | Joyce Carol Oates | NA | 0 | NA | NA | list(isbn10 = “0060501189”, isbn13 = “9780060501181”) | list() | list(book_review_link = “”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/2002/10/20/books/the-consolation-of-philosophy.html”, article_chapter_link = NA) |
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 31 | Marya: A Life | NA | NA | Joyce Carol Oates | NA | 0 | NA | NA | list(isbn10 = “0525243747”, isbn13 = “9780525243748”) | list() | list(book_review_link = “”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/1986/03/02/books/the-life-and-hard-times-of-cinderella.html”, article_chapter_link = NA) |
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 31 | Middle Age: A Romance | NA | NA | Joyce Carol Oates | NA | 0 | NA | NA | list(isbn10 = “0060934905”, isbn13 = “9780060934903”) | list() | list(book_review_link = “”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/2001/09/16/books/aarp-recruits.html”, article_chapter_link = NA) |
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 31 | MUDWOMAN | by Joyce Carol Oates | Joyce Carol Oates | 0 | Ecco | list(isbn10 = c(“0062095625”, “0062095633”), isbn13 = c(“9780062095626”, “9780062095633”)) | list(primary_isbn10 = “0062095625”, primary_isbn13 = “9780062095626”, rank = 31, list_name = “Hardcover Fiction”, display_name = “Hardcover Fiction”, published_date = “2012-04-08”, bestsellers_date = “2012-03-24”, weeks_on_list = 0, ranks_last_week = NA, asterisk = 0, dagger = 0) | list(book_review_link = “”, first_chapter_link = “”, sunday_review_link = “https://www.nytimes.com/2012/04/01/books/review/mudwoman-by-joyce-carol-oates.html”, article_chapter_link = “”) | |||
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 31 | My Heart Laid Bare | NA | NA | Joyce Carol Oates | NA | 0 | NA | NA | list(isbn10 = “0525944427”, isbn13 = “9780525944423”) | list() | list(book_review_link = “https://www.nytimes.com/1998/06/16/books/books-of-the-times-a-clan-of-con-men-scheming-in-a-historical-echo-chamber.html”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/1998/07/05/books/only-in-america.html”, article_chapter_link = NA) |
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 31 | Rape: A Love Story (Papel de liar) | NA | NA | Joyce Carol Oates | NA | 0 | NA | NA | list(isbn10 = “0786714824”, isbn13 = “9780786714827”) | list() | list(book_review_link = “”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/2004/01/25/books/books-in-brief-fiction-poetry-989827.html”, article_chapter_link = NA) |
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 31 | Raven’s Wing | NA | NA | Joyce Carol Oates | NA | 0 | NA | NA | list(isbn10 = “0525244468”, isbn13 = “9780525244462”) | list() | list(book_review_link = “”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/1986/10/05/books/108-days-of-marriage-and-counting.html”, article_chapter_link = NA) |
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 31 | Solstice: A Novel | NA | NA | Joyce Carol Oates | NA | 0 | NA | NA | list(isbn10 = “0865381003”, isbn13 = “9780865381001”) | list() | list(book_review_link = “”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/1985/01/20/books/time-and-her-sisters.html”, article_chapter_link = NA) |
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 31 | THE ACCURSED | This postmodern Gothic novel purports to be an account of a curse that infected bucolic Princeton, N.J., in 1905 and 1906. | by Joyce Carol Oates | Joyce Carol Oates | 0 | HarperCollins Publishers | list(isbn10 = “0062231707”, isbn13 = “9780062231703”) | list(primary_isbn10 = c(“0062231707”, “0062231707”, “0062231707”, “0062231707”), primary_isbn13 = c(“9780062231703”, “9780062231703”, “9780062231703”, “9780062231703”), rank = c(13, 34, 21, 29), list_name = c(“Hardcover Fiction”, “Combined Print Fiction”, “Hardcover Fiction”, “Hardcover Fiction”), display_name = c(“Hardcover Fiction”, “Combined Hardcover & Paperback Fiction”, “Hardcover Fiction”, “Hardcover Fiction”), published_date = c(“2013-04-07”, “2013-04-07”, “2013-03-31”, “2013-03-24”), bestsellers_date = c(“2013-03-23”, “2013-03-23”, “2013-03-16”, “2013-03-09”), weeks_on_list = c(1, 0, 0, 0), ranks_last_week = c(NA, NA, NA, NA), asterisk = c(0, 0, 0, 0), dagger = c(0, 0, 0, 0)) | list(book_review_link = “”, first_chapter_link = “”, sunday_review_link = “https://www.nytimes.com/2013/03/17/books/review/the-accursed-by-joyce-carol-oates.html”, article_chapter_link = “”) | ||
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 31 | The Collector of Hearts: New Tales of the Grotesque | NA | NA | Joyce Carol Oates | NA | 0 | NA | NA | list(isbn10 = “0525944451”, isbn13 = “9780525944454”) | list() | list(book_review_link = “”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/1999/03/07/books/jellyfish-for-dessert-again.html”, article_chapter_link = NA) |
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 31 | The Faith of a Writer: Life, Craft, Art | NA | NA | Joyce Carol Oates | NA | 0 | NA | NA | list(isbn10 = “0060565543”, isbn13 = “9780060565541”) | list() | list(book_review_link = “”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/2003/12/21/books/books-in-brief-nonfiction-517046.html”, article_chapter_link = NA) |
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 31 | THE GRAVEDIGGER’S DAUGHTER | by Joyce Carol Oates | Joyce Carol Oates | 0 | HarperCollins Publishers | list(isbn10 = “0061236837”, isbn13 = “9780061236839”) | list(primary_isbn10 = c(“0061236837”, “0061236837”, “0061236837”, “0061236837”, “0061236837”, “0061236837”, “0061236837”, “0061236837”, “0061236837”, “0061236837”, “0061236837”), primary_isbn13 = c(“9780061236839”, “9780061236839”, “9780061236839”, “9780061236839”, “9780061236839”, “9780061236839”, “9780061236839”, “9780061236839”, “9780061236839”, “9780061236839”, “9780061236839”), rank = c(28, 27, 26, 25, 28, 29, 26, 26, 24, 24, 24), list_name = c(“Trade Fiction Paperback”, “Trade Fiction Paperback”, “Trade Fiction Paperback”, “Trade Fiction Paperback”, “Trade Fiction Paperback”, “Trade Fiction Paperback”, “Trade Fiction Paperback”, “Trade Fiction Paperback”, “Trade Fiction Paperback”, “Trade Fiction Paperback”, “Trade Fiction Paperback”), display_name = c(“Paperback Trade Fiction”, “Paperback Trade Fiction”, “Paperback Trade Fiction”, “Paperback Trade Fiction”, “Paperback Trade Fiction”, “Paperback Trade Fiction”, “Paperback Trade Fiction”, “Paperback Trade Fiction”, “Paperback Trade Fiction”, “Paperback Trade Fiction”, “Paperback Trade Fiction”), published_date = c(“2008-08-31”, “2008-08-17”, “2008-08-10”, “2008-08-03”, “2008-07-27”, “2008-07-20”, “2008-07-13”, “2008-07-06”, “2008-06-29”, “2008-06-22”, “2008-06-15”), bestsellers_date = c(“2008-08-16”, “2008-08-02”, “2008-07-26”, “2008-07-19”, “2008-07-12”, “2008-07-05”, “2008-06-28”, “2008-06-21”, “2008-06-14”, “2008-06-07”, “2008-05-31”), weeks_on_list = c(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), ranks_last_week = c(NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA), asterisk = c(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), dagger = c(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)) | list(book_review_link = “https://www.nytimes.com/2007/06/07/books/07gree.html”, first_chapter_link = “”, sunday_review_link = “https://www.nytimes.com/2007/06/17/books/review/Siegel-t.html”, article_chapter_link = “”) | |||
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 31 | The Rise of Life on Earth | NA | NA | Joyce Carol Oates | NA | 0 | NA | NA | list(isbn10 = “0811212130”, isbn13 = “9780811212137”) | list() | list(book_review_link = “”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/1991/05/05/books/you-d-never-suspect-kathleen.html”, article_chapter_link = NA) |
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 31 | Uncensored: Views & (Re)views | NA | NA | Joyce Carol Oates | NA | 0 | NA | NA | list(isbn10 = “0060775564”, isbn13 = “9780060775568”) | list() | list(book_review_link = “https://www.nytimes.com/2005/04/17/books/review/17SCOTTL.html”, first_chapter_link = NA, sunday_review_link = “”, article_chapter_link = NA) |
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 31 | Where I’ve Been, and Where I’m Going: Essays, Reviews, Prose | NA | NA | Joyce Carol Oates | NA | 0 | NA | NA | list(isbn10 = “0452280532”, isbn13 = “9780452280533”) | list() | list(book_review_link = “”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/1999/08/15/books/books-in-brief-nonfiction-938572.html”, article_chapter_link = NA) |
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 31 | Will You Always Love Me?: And Other Stories | NA | NA | Joyce Carol Oates | NA | 0 | NA | NA | list(isbn10 = “0452274133”, isbn13 = “9780452274136”) | list() | list(book_review_link = “”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/1996/03/10/books/cold-comfort.html”, article_chapter_link = NA) |
ny_best("Stephen King") %>% kable("html", caption = "Stephen King") %>%
kable_styling() %>%
scroll_box(width = "1000px", height = "200px")| status | copyright | num_results | results.title | results.description | results.contributor | results.author | results.contributor_note | results.price | results.age_group | results.publisher | results.isbns | results.ranks_history | results.reviews |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 41 | 11/22/63 | An English teacher travels back to 1958 by way of a time portal in a Maine diner. His assignment: Stop Lee Harvey Oswald. | by Stephen King | Stephen King | 0.00 | Pocket Books | list(isbn10 = c(“1451627289”, “1451627297”, “030795143X”, “1594135592”, “1501120603”), isbn13 = c(“9781451627282”, “9781451627299”, “9780307951434”, “9781594135590”, “9781501120602”)) | list() | list(book_review_link = “https://www.nytimes.com/2011/10/31/books/stephen-kings-11-23-63-review.html”, first_chapter_link = “”, sunday_review_link = “https://www.nytimes.com/2011/11/13/books/review/11-22-63-by-stephen-king-book-review.html”, article_chapter_link = “”) | ||
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 41 | A FACE IN THE CROWD | An elderly widower watches baseballt to distract himself from his wife’s death, but figures from his past appear every night in the seat behind home plate; a Kindle single. | by Stephen King and Stewart O’Nan | Stephen King and Stewart O’Nan | 0.00 | Scribner | list(isbn10 = “1476713340”, isbn13 = “9781476713342”) | list() | list(book_review_link = “”, first_chapter_link = “”, sunday_review_link = “”, article_chapter_link = “”) | ||
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 41 | A GOOD MARRIAGE | An unsuspecting accountant’s wife makes a disturbing discovery; first published in 2010, now a movie. | by Stephen King | Stephen King | 0.00 | Scribner | list(isbn10 = “150110442X”, isbn13 = “9781501104428”) | list() | list(book_review_link = “”, first_chapter_link = “”, sunday_review_link = “”, article_chapter_link = “”) | ||
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 41 | AMERICAN VAMPIRE, VOL. 1 | What do the roaring 20’s and the wild west have in common? Vampires. | by Scott Snyder, Stephen King and Rafael Albuquereque | Scott Snyder, Stephen King and Rafael Albuquereque | 24.99 | DC Comics | list(isbn10 = “1401228305”, isbn13 = “9781401228309”) | list() | list(book_review_link = “”, first_chapter_link = “”, sunday_review_link = “”, article_chapter_link = “”) | ||
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 41 | AMERICAN VAMPIRE, VOL. 1 | This series, about a new species of vampire that does not have the traditional weakness, shifts to Las Vegas in the 1930’s and a number of corpses that have turned up drained of blood. | by Scott Snyder and Stephen King | Scott Snyder and Stephen King | 19.99 | DC Comics | list(isbn10 = “1401229743”, isbn13 = “9781401229740”) | list() | list(book_review_link = “”, first_chapter_link = “”, sunday_review_link = “”, article_chapter_link = “”) | ||
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 41 | Bag of Bones | NA | NA | Stephen King | NA | 0.00 | NA | NA | list(isbn10 = “1451678622”, isbn13 = “9781451678628”) | list() | list(book_review_link = “”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/1998/09/27/books/familiar-terrors.html”, article_chapter_link = NA) |
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 41 | BLOCKADE BILLY | A tale about the dark side of baseball, circa 1957. | by Stephen King | Stephen King | 14.99 | Simon & Schuster | list(isbn10 = c(“1451608217”, “1587672286”), isbn13 = c(“9781451608212”, “9781587672286”)) | list() | list(book_review_link = “”, first_chapter_link = “”, sunday_review_link = “”, article_chapter_link = “”) | ||
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 41 | Cell: A Novel | NA | NA | Stephen King | NA | 0.00 | NA | NA | list(isbn10 = “1416524517”, isbn13 = “9781416524519”) | list() | list(book_review_link = “”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/2006/02/05/books/review/05itzkoff.html”, article_chapter_link = NA) |
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 41 | Christine (Signet) | NA | NA | Stephen King | NA | 0.00 | NA | NA | list(isbn10 = “0451160444”, isbn13 = “9780451160447”) | list() | list(book_review_link = “”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/1983/04/03/books/the-other-woman-was-a-car.html”, article_chapter_link = NA) |
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 41 | Danse Macabre | NA | NA | Stephen King | NA | 0.00 | NA | NA | list(isbn10 = “1439170983”, isbn13 = “9781439170984”) | list() | list(book_review_link = “”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/1981/05/10/books/scare-tactics.html”, article_chapter_link = NA) |
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 41 | Different Seasons (Signet) | NA | NA | Stephen King | NA | 0.00 | NA | NA | list(isbn10 = “0451167538”, isbn13 = “9780451167538”) | list() | list(book_review_link = “”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/1982/08/29/books/horror-writer-s-holiday.html”, article_chapter_link = NA) |
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 41 | DOCTOR SLEEP | Now grown up, Dan, the boy with psycho-intuitive powers in “The Shining,” helps another child with a spectacular gift. | by Stephen King | Stephen King | 0.00 | Pocket Books | list(isbn10 = c(“1476727651”, “147672766X”, “1410462447”, “1451698852”, “1476779414”, “1451698860”), isbn13 = c(“9781476727653”, “9781476727660”, “9781410462442”, “9781451698855”, “9781476779416”, “9781451698862”)) | list(primary_isbn10 = c(“1451698860”, “1451698860”, “1451698860”, “1451698860”, “1451698860”), primary_isbn13 = c(“9781451698862”, “9781451698862”, “9781451698862”, “9781451698862”, “9781451698862”), rank = c(14, 9, 9, 10, 14), list_name = c(“Mass Market Paperback”, “Mass Market Paperback”, “Mass Market Paperback”, “Mass Market Paperback”, “Mass Market Paperback”), display_name = c(“Paperback Mass-Market Fiction”, “Paperback Mass-Market Fiction”, “Paperback Mass-Market Fiction”, “Paperback Mass-Market Fiction”, “Paperback Mass-Market Fiction”), published_date = c(“2016-09-11”, “2016-09-04”, “2016-08-28”, “2016-08-21”, “2016-08-14”), bestsellers_date = c(“2016-08-27”, “2016-08-20”, “2016-08-13”, “2016-08-06”, “2016-07-30”), weeks_on_list = c(0, 3, 2, 1, 0), ranks_last_week = c(NA, NA, NA, NA, NA), asterisk = c(0, 1, 0, 0, 0), dagger = c(0, 0, 0, 0, 0)) | list(book_review_link = “https://www.nytimes.com/2013/09/16/books/doctor-sleep-is-stephen-kings-sequel-to-the-shining.html”, first_chapter_link = “”, sunday_review_link = “https://www.nytimes.com/2013/09/22/books/review/stephen-kings-shining-sequel-doctor-sleep.html”, article_chapter_link = “”) | ||
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 41 | Dolores Claiborne | NA | NA | Stephen King | NA | 0.00 | NA | NA | list(isbn10 = “0451177096”, isbn13 = “9780451177094”) | list() | list(book_review_link = “”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/1992/12/27/books/in-short-fiction-524792.html”, article_chapter_link = NA) |
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 41 | Dreamcatcher | NA | NA | Stephen King | NA | 0.00 | NA | NA | list(isbn10 = “074343627X”, isbn13 = “9780743436274”) | list() | list(book_review_link = “”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/2001/04/15/books/weasel-from-another-planet.html”, article_chapter_link = NA) |
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 41 | DUMA KEY | A Minnesota contractor moves to Florida to recover from an injury and starts creating paintings with eerie powers. | by Stephen King | Stephen King | 9.99 | list(isbn10 = “1416552960”, isbn13 = “9781416552963”) | list() | list(book_review_link = “https://www.nytimes.com/2008/01/21/books/21maslin.html”, first_chapter_link = “https://www.nytimes.com/2008/03/02/books/chapters/first-chapter-duma-key.html”, sunday_review_link = “https://www.nytimes.com/2008/03/02/books/review/Campbell-t.html”, article_chapter_link = “”) | |||
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 41 | END OF WATCH | The conclusion of the Bill Hodges trilogy. | by Stephen King | Stephen King | 0.00 | Scribner | list(isbn10 = c(“1501129740”, “1501134159”), isbn13 = c(“9781501129742”, “9781501134159”)) | list(primary_isbn10 = c(“1501129740”, “1501129740”, “1501129740”, “1501129740”, “1501129740”, “1501129740”, “1501129740”, “1501129740”, “1501129740”, “1501129740”, “1501129740”), primary_isbn13 = c(“9781501129742”, “9781501129742”, “9781501129742”, “9781501129742”, “9781501129742”, “9781501129742”, “9781501129742”, “9781501129742”, “9781501129742”, “9781501129742”, “9781501129742”), rank = c(18, 16, 10, 9, 12, 6, 5, 13, 4, 6, 2), list_name = c(“Hardcover Fiction”, “Hardcover Fiction”, “Hardcover Fiction”, “Hardcover Fiction”, “Combined Print and E-Book Fiction”, “Hardcover Fiction”, “Hardcover Fiction”, “Combined Print and E-Book Fiction”, “Hardcover Fiction”, “Combined Print and E-Book Fiction”, “Combined Print and E-Book Fiction”), display_name = c(“Hardcover Fiction”, “Hardcover Fiction”, “Hardcover Fiction”, “Hardcover Fiction”, “Combined Print & E-Book Fiction”, “Hardcover Fiction”, “Hardcover Fiction”, “Combined Print & E-Book Fiction”, “Hardcover Fiction”, “Combined Print & E-Book Fiction”, “Combined Print & E-Book Fiction”), published_date = c(“2016-08-28”, “2016-08-21”, “2016-08-14”, “2016-08-07”, “2016-07-31”, “2016-07-31”, “2016-07-24”, “2016-07-24”, “2016-07-17”, “2016-07-17”, “2016-07-10”), bestsellers_date = c(“2016-08-13”, “2016-08-06”, “2016-07-30”, “2016-07-23”, “2016-07-16”, “2016-07-16”, “2016-07-09”, “2016-07-09”, “2016-07-02”, “2016-07-02”, “2016-06-25”), weeks_on_list = c(0, 9, 8, 7, 6, 6, 5, 5, 4, 4, 3), ranks_last_week = c(NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA), asterisk = c(0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0), dagger = c(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)) | list(book_review_link = “https://www.nytimes.com/2016/06/12/books/review/stephen-kings-end-of-watch.html”, first_chapter_link = “”, sunday_review_link = “”, article_chapter_link = “”) | ||
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 41 | Everything’s Eventual: 14 Dark Tales | NA | NA | Stephen King | NA | 0.00 | NA | NA | list(isbn10 = “0743457358”, isbn13 = “9780743457354”) | list() | list(book_review_link = “”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/2002/04/14/books/the-horror-etc.html”, article_chapter_link = NA) |
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 41 | FINDERS KEEPERS | This second novel of the Bill Hodges trilogy involves a dead writer, his obsessed murderer and a coveted manuscript. | by Stephen King | Stephen King | 0.00 | Pocket Books | list(isbn10 = c(“1501100076”, “1501100130”, “1410479501”, “1501100122”), isbn13 = c(“9781501100079”, “9781501100130”, “9781410479501”, “9781501100123”)) | list() | list(book_review_link = “”, first_chapter_link = “”, sunday_review_link = “https://www.nytimes.com/2015/05/31/books/review/stephen-kings-finders-keepers.html”, article_chapter_link = “”) | ||
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 41 | FULL DARK, NO STARS | Grisly human behavior and its consequences drive this collection of stories. | by Stephen King | Stephen King | 0.00 | list(isbn10 = c(“1439192561”, “1451650604”, “143919260X”), isbn13 = c(“9781439192566”, “9781451650600”, “9781439192603”)) | list() | list(book_review_link = “”, first_chapter_link = “”, sunday_review_link = “https://www.nytimes.com/2010/11/28/books/review/Rafferty-t.html”, article_chapter_link = “”) | |||
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 41 | GWENDY’S BUTTON BOX | King returns to Castle Rock, Me., in this novella set in 1974. | by Stephen King and Richard Chizmar | Stephen King and Richard Chizmar | 0.00 | Cemetery Dance | list(isbn10 = “1587676109”, isbn13 = “9781587676109”) | list(primary_isbn10 = c(“1587676109”, “1587676109”, “None”, “1587676109”), primary_isbn13 = c(“9781587676109”, “9781587676109”, “A00B06XC9VTBV”, “9781587676109”), rank = c(13, 14, 4, 7), list_name = c(“Hardcover Fiction”, “Hardcover Fiction”, “Combined Print and E-Book Fiction”, “Hardcover Fiction”), display_name = c(“Hardcover Fiction”, “Hardcover Fiction”, “Combined Print & E-Book Fiction”, “Hardcover Fiction”), published_date = c(“2017-06-18”, “2017-06-11”, “2017-06-04”, “2017-06-04”), bestsellers_date = c(“2017-06-03”, “2017-05-27”, “2017-05-20”, “2017-05-20”), weeks_on_list = c(3, 2, 1, 1), ranks_last_week = c(NA, NA, NA, NA), asterisk = c(0, 1, 0, 0), dagger = c(0, 0, 0, 0)) | list(book_review_link = “”, first_chapter_link = “”, sunday_review_link = “”, article_chapter_link = “”) | ||
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 41 | Hearts In Atlantis | NA | NA | Stephen King | NA | 0.00 | NA | NA | list(isbn10 = “0671024248”, isbn13 = “9780671024246”) | list() | list(book_review_link = “”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/1999/09/12/books/there-but-for-fortune.html”, article_chapter_link = NA) |
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 41 | IT | The fears of seven teenagers are rekindled in their adult lives by the terrifying title character. Originally published in 1986. | by Stephen King | Stephen King | 0.00 | Scribner | list(isbn10 = c(“1501141236”, “1501142976”, “1501156683”, “1501182099”, “1501175467”), isbn13 = c(“9781501141232”, “9781501142970”, “9781501156687”, “9781501182099”, “9781501175466”)) | list(primary_isbn10 = c(“1501142976”, “1501175467”, “1501175467”, “1501175467”, “1501175467”, “1501175467”, “1501175467”, “1501175467”, “1501175467”, “1501175467”, “1501175467”), primary_isbn13 = c(“9781501142970”, “9781501175466”, “9781501175466”, “9781501175466”, “9781501175466”, “9781501175466”, “9781501175466”, “9781501175466”, “9781501175466”, “9781501175466”, “9781501175466”), rank = c(5, 5, 6, 4, 4, 3, 13, 3, 3, 15, 9), list_name = c(“Trade Fiction Paperback”, “Trade Fiction Paperback”, “Trade Fiction Paperback”, “Trade Fiction Paperback”, “Trade Fiction Paperback”, “Trade Fiction Paperback”, “Combined Print and E-Book Fiction”, “Trade Fiction Paperback”, “Trade Fiction Paperback”, “Combined Print and E-Book Fiction”, “Combined Print and E-Book Fiction”), display_name = c(“Paperback Trade Fiction”, “Paperback Trade Fiction”, “Paperback Trade Fiction”, “Paperback Trade Fiction”, “Paperback Trade Fiction”, “Paperback Trade Fiction”, “Combined Print & E-Book Fiction”, “Paperback Trade Fiction”, “Paperback Trade Fiction”, “Combined Print & E-Book Fiction”, “Combined Print & E-Book Fiction”), published_date = c(“2018-01-14”, “2018-01-07”, “2017-12-31”, “2017-12-24”, “2017-12-17”, “2017-12-10”, “2017-12-10”, “2017-12-03”, “2017-11-26”, “2017-11-26”, “2017-11-19”), bestsellers_date = c(“2017-12-30”, “2017-12-23”, “2017-12-16”, “2017-12-09”, “2017-12-02”, “2017-11-25”, “2017-11-25”, “2017-11-18”, “2017-11-11”, “2017-11-11”, “2017-11-04”), weeks_on_list = c(20, 19, 18, 17, 16, 15, 15, 14, 13, 14, 13), ranks_last_week = c(NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA), asterisk = c(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), dagger = c(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)) | list(book_review_link = “”, first_chapter_link = “”, sunday_review_link = “”, article_chapter_link = “”) | ||
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 41 | JOYLAND | In North Carolina in 1973, a college student working at an amusement park confronts the legacy of a vicious murder, the fate of a dying child, and the ways both will change his life forever. | by Stephen King | Stephen King | 0.00 | Hard Case Crime | list(isbn10 = c(“1781162646”, “1781167699”), isbn13 = c(“9781781162644”, “9781781167694”)) | list() | list(book_review_link = “”, first_chapter_link = “”, sunday_review_link = “https://www.nytimes.com/2013/06/23/books/review/joyland-by-stephen-king.html”, article_chapter_link = “”) | ||
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 41 | JOYLAND | A college student working at an amusement park confronts the legacy of a vicious murder. | by Stephen King | Stephen King | 0.00 | Hard Case Crime | list() | list() | list(book_review_link = “”, first_chapter_link = “”, sunday_review_link = “”, article_chapter_link = “”) | ||
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 41 | JUST AFTER SUNSET | Short stories blending fantasy and psychological realism. | by Stephen King | Stephen King | 28.00 | Scribner | list(isbn10 = “1416586652”, isbn13 = “9781416586654”) | list() | list(book_review_link = “https://www.nytimes.com/2008/11/05/books/05masl.html”, first_chapter_link = “”, sunday_review_link = “https://www.nytimes.com/2008/11/23/books/review/Taylor-t.html”, article_chapter_link = “”) | ||
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 41 | Lisey’s Story: A Novel | NA | NA | Stephen King | NA | 0.00 | NA | NA | list(isbn10 = “1416585710”, isbn13 = “9781416585718”) | list() | list(book_review_link = “”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/2006/11/12/books/review/Windolf.t.html”, article_chapter_link = NA) |
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 41 | MILE 81 | Unsuspecting drivers wind up dead after pulling into a boarded-up rest stop on a Maine highway. | by Stephen King | Stephen King | 0.00 | Scribner | list() | list() | list(book_review_link = “”, first_chapter_link = “”, sunday_review_link = “”, article_chapter_link = “”) | ||
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 41 | MR. MERCEDES | In a race-against-the-clock thriller, a murderer’s weapon is a luxury car, but now he’s ready to take down thousands at once. | by Stephen King | Stephen King | 0.00 | Pocket Books | list(isbn10 = c(“1476754454”, “1476754462”, “141046900X”, “1476754470”, “1501125605”), isbn13 = c(“9781476754451”, “9781476754468”, “9781410469007”, “9781476754475”, “9781501125607”)) | list() | list(book_review_link = “”, first_chapter_link = “”, sunday_review_link = “https://www.nytimes.com/2014/06/08/books/review/stephen-kings-mr-mercedes.html”, article_chapter_link = “”) | ||
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 41 | ON WRITING | A memoir that is a master class on the writer’s craft. | by Stephen King | Stephen King | 0.00 | Scribner | list(isbn10 = c(“1439156816”, “0743211537”, “0684853523”, “1439193630”), isbn13 = c(“9781439156810”, “9780743211536”, “9780684853529”, “9781439193631”)) | list() | list(book_review_link = “https://www.nytimes.com/2000/10/05/books/books-of-the-times-how-to-write-if-you-re-stephen-king.html”, first_chapter_link = “”, sunday_review_link = “https://www.nytimes.com/2000/10/08/books/making-it.html”, article_chapter_link = “”) | ||
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 41 | REVIVAL | The continuing relationship, over five decades, between a disgraced clergyman and a drug-addicted musician. | by Stephen King | Stephen King | 0.00 | Gallery Books | list(isbn10 = c(“1476770387”, “1476770409”, “141047383X”, “1476770395”), isbn13 = c(“9781476770383”, “9781476770406”, “9781410473837”, “9781476770390”)) | list() | list(book_review_link = “https://www.nytimes.com/2014/11/14/books/stephen-kings-revival.html”, first_chapter_link = “”, sunday_review_link = “https://www.nytimes.com/2014/11/23/books/review/stephen-kings-revival.html”, article_chapter_link = “”) | ||
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 41 | Rose Madder | NA | NA | Stephen King | NA | 0.00 | NA | NA | list(isbn10 = “0451186362”, isbn13 = “9780451186362”) | list() | list(book_review_link = “”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/1995/07/02/books/in-short-fiction-077895.html”, article_chapter_link = NA) |
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 41 | Skeleton Crew | NA | NA | Stephen King | NA | 0.00 | NA | NA | list(isbn10 = “0451168615”, isbn13 = “9780451168610”) | list() | list(book_review_link = “”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/1985/06/09/books/don-t-turn-your-back-on-this-book.html”, article_chapter_link = NA) |
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 41 | SLEEPING BEAUTIES | Women who fall asleep become shrouded in mysterious cocoons while the men battle one another. | by Stephen King and Owen King | Stephen King and Owen King | 0.00 | Scribner | list(isbn10 = c(“150116340X”, “1501163426”), isbn13 = c(“9781501163401”, “9781501163425”)) | list(primary_isbn10 = c(“150116340X”, “150116340X”, “150116340X”, “150116340X”, “150116340X”, “150116340X”, “150116340X”, “150116340X”, “150116340X”), primary_isbn13 = c(“9781501163401”, “9781501163401”, “9781501163401”, “9781501163401”, “9781501163401”, “9781501163401”, “9781501163401”, “9781501163401”, “9781501163401”), rank = c(12, 14, 9, 10, 13, 12, 12, 12, 11), list_name = c(“Hardcover Fiction”, “Combined Print and E-Book Fiction”, “Hardcover Fiction”, “Hardcover Fiction”, “Hardcover Fiction”, “Hardcover Fiction”, “Hardcover Fiction”, “Hardcover Fiction”, “Hardcover Fiction”), display_name = c(“Hardcover Fiction”, “Combined Print & E-Book Fiction”, “Hardcover Fiction”, “Hardcover Fiction”, “Hardcover Fiction”, “Hardcover Fiction”, “Hardcover Fiction”, “Hardcover Fiction”, “Hardcover Fiction”), published_date = c(“2018-01-14”, “2018-01-07”, “2018-01-07”, “2017-12-31”, “2017-12-24”, “2017-12-17”, “2017-12-10”, “2017-12-03”, “2017-11-26”), bestsellers_date = c(“2017-12-30”, “2017-12-23”, “2017-12-23”, “2017-12-16”, “2017-12-09”, “2017-12-02”, “2017-11-25”, “2017-11-18”, “2017-11-11”), weeks_on_list = c(14, 5, 13, 12, 11, 10, 9, 8, 7), ranks_last_week = c(NA, NA, NA, NA, NA, NA, NA, NA, NA), asterisk = c(0, 0, 0, 0, 0, 1, 0, 0, 0), dagger = c(0, 0, 0, 0, 0, 0, 0, 0, 0)) | list(book_review_link = “”, first_chapter_link = “”, sunday_review_link = “”, article_chapter_link = “”) | ||
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 41 | Song of Susannah (The Dark Tower, Book 6) | NA | NA | Stephen King | NA | 0.00 | NA | NA | list(isbn10 = “1416521496”, isbn13 = “9781416521495”) | list() | list(book_review_link = “”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/2004/06/20/books/books-in-brief-fiction-937851.html”, article_chapter_link = NA) |
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 41 | THE BAZAAR OF BAD DREAMS | Twenty short stories, some never before published. | by Stephen King | Stephen King | 0.00 | Pocket Books | list(isbn10 = c(“1501111671”, “150111168X”, “150112787X”), isbn13 = c(“9781501111679”, “9781501111686”, “9781501127878”)) | list() | list(book_review_link = “”, first_chapter_link = “”, sunday_review_link = “”, article_chapter_link = “”) | ||
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 41 | The Girl Who Loved Tom Gordon | NA | NA | Stephen King | NA | 0.00 | NA | NA | list(isbn10 = “0671042858”, isbn13 = “9780671042851”) | list() | list(book_review_link = “”, first_chapter_link = NA, sunday_review_link = “https://www.nytimes.com/1999/05/16/books/books-in-brief-fiction-583618.html”, article_chapter_link = NA) |
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 41 | THE GUNSLINGER | The first volume of the Dark Tower series, originally published in 1989. | by Stephen King | Stephen King | 0.00 | Pocket Books | list(isbn10 = c(“1501166115”, “1501168363”, “1501143514”, “1501161806”, “1501182102”, “0451210840”), isbn13 = c(“9781501166112”, “9781501168369”, “9781501143519”, “9781501161803”, “9781501182105”, “9780451210845”)) | list() | list(book_review_link = “”, first_chapter_link = “”, sunday_review_link = “”, article_chapter_link = “”) | ||
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 41 | THE SHINING | At an isolated hotel in the off season, a boy with psychic powers struggles to hold his own against the forces of evil that are driving his father insane. First published in 1977. | by Stephen King | Stephen King | 0.00 | Anchor | list(isbn10 = “0385528868”, isbn13 = “9780385528863”) | list() | list(book_review_link = “”, first_chapter_link = “”, sunday_review_link = “”, article_chapter_link = “”) | ||
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 41 | THE WIND THROUGH THE KEYHOLE | King returns to the Dark Tower universe, his western-fantasy series, as he explores the early days of the gunslinger Roland. | by Stephen King | Stephen King | 0.00 | Pocket Books | list(isbn10 = c(“1451658907”, “1451658923”, “1451658915”, “1451658095”), isbn13 = c(“9781451658903”, “9781451658927”, “9781451658910”, “9781451658095”)) | list() | list(book_review_link = “”, first_chapter_link = “”, sunday_review_link = “”, article_chapter_link = “”) | ||
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 41 | UNDER THE DOME, PART 1 | The town of Chester’s Mill, Me., is suddenly and inexplicably trapped by an invisible force field. Sealed off from the rest of the world, the townspeople fall prey to a devious politician. | by Stephen King | Stephen King | 0.00 | Pocket Books | list(isbn10 = c(“1439149038”, “1439148503”, “1439156972”, “1439168032”, “1476735476”, “1476767270”), isbn13 = c(“9781439149034”, “9781439148501”, “9781439156971”, “9781439168035”, “9781476735474”, “9781476767277”)) | list() | list(book_review_link = “https://www.nytimes.com/2009/11/12/books/12book.html”, first_chapter_link = “”, sunday_review_link = “https://www.nytimes.com/2009/11/08/books/review/JParker-t.html”, article_chapter_link = “”) | ||
| OK | Copyright (c) 2018 The New York Times Company. All Rights Reserved. | 41 | UNDER THE DOME, PART 2 | The conclusion to King’s thriller, in which a Maine town is suddenly and inexplicably trapped by an invisible force field. | by Stephen King | Stephen King | 0.00 | Pocket Books | list(isbn10 = “1476767289”, isbn13 = “9781476767284”) | list(primary_isbn10 = c(“1476767289”, “1476767289”), primary_isbn13 = c(“9781476767284”, “9781476767284”), rank = c(10, 2), list_name = c(“Mass Market Paperback”, “Mass Market Paperback”), display_name = c(“Paperback Mass-Market Fiction”, “Paperback Mass-Market Fiction”), published_date = c(“2014-04-20”, “2014-04-13”), bestsellers_date = c(“2014-04-05”, “2014-03-29”), weeks_on_list = c(2, 1), ranks_last_week = c(NA, NA), asterisk = c(0, 0), dagger = c(0, 0)) | list(book_review_link = “”, first_chapter_link = “”, sunday_review_link = “”, article_chapter_link = “”) |
ny_best("Steven Tipton") ## [1] "Author not found"