Books Bestsellers
books_bestsellersGet a current New York Times bestselling books list (e.g. hardcover-fiction, hardcover-nonfiction, combined-print-and-e-book-fiction). Returns rank, title, author, description, publisher, and weeks on list. Example: books_bestsellers({ list: "hardcover-fiction" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list | No | Bestseller list name, e.g. "hardcover-fiction", "hardcover-nonfiction", "combined-print-and-e-book-fiction". Default "hardcover-fiction". | |
| _apiKey | No | Optional — your own NYT API key for higher limits; omit to use the shared Pipeworx key. |