Ebook and audiobook catalog enrichment
Use Apple Books endpoints to turn ebook and audiobook catalog enrichment into repeatable API requests with documented inputs and JSON responses.
Turn Apple Books ebook and audiobook pages into structured data — search, catalog detail, paginated customer reviews, similar titles, author bibliographies, series listings, and chart rankings as normalized JSON. Credential-free.
Extract Apple Books ebook and audiobook search, catalog detail, reviews, similar titles, author, series, and chart data as structured JSON.
Endpoint families
6
Documented params
57
Examples
12
Live catalog snapshot
Active endpoints
12
Methods
GET
Required params
23
Schema refs
12
{
"platform": "Apple Books",
"endpoint": "apple-books-search",
"method": "GET",
"path": "/apple-books/search",
"auth": "apiKey"
}Use cases
Extract Apple Books ebook and audiobook search, catalog detail, reviews, similar titles, author, series, and chart data as structured JSON.
Use Apple Books endpoints to turn ebook and audiobook catalog enrichment into repeatable API requests with documented inputs and JSON responses.
Use Apple Books endpoints to turn customer review collection into repeatable API requests with documented inputs and JSON responses.
Use Apple Books endpoints to turn chart and bestseller tracking into repeatable API requests with documented inputs and JSON responses.
Managed execution
Every figure below is read from the live Apple Books endpoint catalog — 12 endpoints, 57 documented request parameters, and 12 published response schemas — the same catalog Docs and Playground run against.
12 documented Apple Books endpoints, grouped into 7 request families — Audiobook, Book and Audiobook Series, plus 4 more.
57 request parameters are documented across those Apple Books endpoints, 23 of them required — the full input contract is public before you write any integration code.
12 of the 12 Apple Books endpoints ship a recorded example response, and 12 carry a documented response schema — you can code against the real JSON before the first request.
Apple Books endpoints document their error responses (400, 404, 429 and 500) alongside the success schema, so a block, a rate limit, or a missing record comes back as a typed error rather than silently empty data.
12 hosted MCP tools back the Apple Books endpoints, so an agent can call the same routes with the same parameters and the same JSON contract, with no custom glue.
Coverage map
These cards are generated from the active endpoint catalog, so the landing page reflects the same API surface used by Docs and Playground.
/apple-books/audiobook/search
/apple-books/book/{id}
/apple-books/audiobook-series/{id}
/apple-books/author/{id}
/apple-books/charts
/apple-books/search
Endpoint catalog
/apple-books/searchReturns normalized Apple Books ebooks from Apple's public iTunes Search API.
MCP tool apple_books_search
/apple-books/book/{id}Returns normalized book metadata from Apple Books' public catalog page, including ISBN, page count, publisher, audience, rating histogram, and series linkage.
MCP tool apple_books_book
/apple-books/book/{id}/reviewsReturns 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.
MCP tool apple_books_book_reviews
/apple-books/book/{id}/similarReturns the related books shown on the Apple Books catalog page.
MCP tool apple_books_book_similar
/apple-books/author/{id}Returns author metadata and their full ebook (and audiobook, where available) bibliography from Apple Books' public catalog page.
MCP tool apple_books_author
/apple-books/series/{id}Returns series metadata and the full ordered list of books in the series from Apple Books' public catalog page.
MCP tool apple_books_series
/apple-books/chartsReturns Apple Books chart rankings from Apple's public marketing-tools RSS JSON feed. Supported collections are `top-free` and `top-paid`.
MCP tool apple_books_charts
/apple-books/audiobook/searchReturns normalized Apple Books audiobooks from Apple's public iTunes Search API.
MCP tool apple_books_audiobook_search
/apple-books/audiobook/{id}Returns normalized audiobook metadata from Apple Books' public catalog page, including narrator, duration, audio preview, and a cross-link to the ebook edition (when one exists).
MCP tool apple_books_audiobook
/apple-books/audiobook/{id}/reviewsReturns a page of an audiobook's customer reviews. The default first page is served from the audiobook's own catalog page; deeper pages (page>1 or a larger limit) page through Apple's review API directly, up to 20 per page.
MCP tool apple_books_audiobook_reviews
/apple-books/audiobook/{id}/similarReturns the related audiobooks shown on the Apple Books catalog page.
MCP tool apple_books_audiobook_similar
/apple-books/audiobook-series/{id}Returns series metadata and the full ordered list of audiobooks in the series from Apple Books' public catalog page. An audio-book-series is a catalog resource distinct from a book-series, even for the same conceptual series.
MCP tool apple_books_audiobook_series
Related APIs
Media & Streaming
Research streaming catalogs, title availability, providers, offers, seasons, episodes, and release changes from JustWatch with normalized JSON.
Media & Streaming
Search public Ticketmaster events and browse the full discovery hierarchy by category or city, with pagination plus event, attraction, and venue detail endpoints -- including fan reviews, related attractions, trending attractions, and enhanced venue branding -- for live-entertainment research.
Media & Streaming
Search TicketWeb's public event catalog by artist, event, or venue, then resolve any event or venue into normalized detail records with dates, delivery methods, and per-tier ticket pricing.
Company coverage
Apple Inc. · AAPL
Apple Books is operated by Apple Inc. (AAPL). Crawlora's SEC endpoints take the same company's CIK, so filings, financials, insider transactions and 13F holdings come from the same API key as the Apple Books endpoints above.
Other Apple Inc. platforms in the catalog
How to scrape Apple Books
Apple Books exposes ebook and audiobook search, catalog pages, reviews, and charts through public web pages and the iTunes Search API. Crawlora's Apple Books endpoints return them as normalized JSON — across search, book and audiobook detail, reviews, similar titles, author, series, and charts — with no login or Apple ID required.
A search query, a book or audiobook id, an author or series id, or a chart request.
Pass a query or id to Crawlora's Apple Books endpoint (e.g. /apple-books/search, /apple-books/book, /apple-books/audiobook).
Receive title, author, price, rating, description, and — for reviews — reviewer name, rating, and text as clean JSON.
Feed catalog and review-intelligence workflows, or re-run to track new reviews, chart movement, and catalog changes over time.
FAQ
Send a search query or Apple Books id to Crawlora's Apple Books endpoints and get ebook and audiobook catalog, review, and chart data as structured JSON — no Apple ID or app registration required. Collect public data and respect Apple's terms.
Yes. /apple-books/audiobook/{id}/reviews returns customer reviews and pages beyond the first page via page and limit query parameters, up to 20 reviews per page.
Collecting publicly accessible catalog, review, and chart data is generally permissible if you respect Apple's terms of use, robots directives, rate limits, and applicable law. This is for public data you are authorized to collect.