history: History & Reviews

Description Usage Arguments

Description

Get Best Sellers list history and book reviews.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
ny_book_history(
  age_group = NULL,
  author = NULL,
  contributor = NULL,
  isbn = NULL,
  pages = 1,
  price = NULL,
  publisher = NULL,
  title = NULL
)

ny_book_reviews(isbn = NULL, title = NULL, author = NULL)

Arguments

age_group

The target age group for the best seller.

author

The author of the best seller. The author field does not include additional contributors (see Data Structure for more details about the author and contributor fields). When searching the author field, you can specify any combination of first, middle and last names.

contributor

The author of the best seller, as well as other contributors such as the illustrator (to search or sort by author name only, use author instead). When searching, you can specify any combination of first, middle and last names of any of the contributors.

isbn

nternational Standard Book Number, 10 or 13 digits. A best seller may have both 10-digit and 13-digit ISBNs, and may have multiple ISBNs of each type. To search on multiple ISBNs, separate the ISBNs with semicolons (example: 9780446579933;0061374229).

pages

Number of pages of results to return.

price

The publisher's list price of the best seller, including decimal point.

publisher

The standardized name of the publisher.

title

The title of the best seller. When searching, you can specify a portion of a title or a full title.


news-r/nytimes documentation built on Feb. 28, 2020, 4:49 a.m.