popular_books
Retrieve a ranked list of books by release year and month based on Goodreads member additions, helping you identify popular titles for any period.
Instructions
Most popular books by release date — Goodreads' "Popular by date" chart.
Ranks the books/works released in a given year (or a specific month of a year) by how many Goodreads members have added them. Mirrors the goodreads.com/book/popular_by_date/[/] page.
year: 4-digit release year. month: optional 1-12 for a single month; omit for the whole year. limit: how many to return (capped at 50).
Each entry has rank, count (members who added it), and the usual book_id/title/author/rating/url so you can chain into get_book/get_reviews.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | Yes | ||
| limit | No | ||
| month | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||