apple_books_book_reviews
Fetch Apple Books customer reviews for any book ID. Returns paginated review pages from the official catalog and review API, with options for language, country, page, and limit.
Instructions
Retrieve Apple Books customer reviews. Returns a page of a book's customer reviews. The default first page is served from the book's own catalog page; deeper pages (page>1 or a larger limit) page through Apple's review API directly, up to 20 per page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Apple Books numeric book ID | |
| lang | No | Result language tag | |
| page | No | Review page number, default 1 | |
| limit | No | Reviews per page, default 10, max 20 | |
| country | No | Two-letter storefront country code |