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
Each Crawlora platform API is designed around a specific data surface. Instead of exposing a generic fetch endpoint, Crawlora combines endpoint-specific request logic, managed infrastructure, parsing, normalization, billing, and Playground-tested examples.
Request behavior is tuned for the target platform and endpoint type.
Supported endpoints can use managed proxy routing to improve reliability and reduce infrastructure work.
Dynamic pages can be routed through managed browser instances where JavaScript rendering is required.
Challenge pages and unusable upstream responses are detected and surfaced clearly.
Results are returned as documented JSON instead of raw HTML.
Test the same route from Docs and Playground before production integration.
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.
/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.
/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.
/apple-books/book/{id}/similarReturns the related books shown on the Apple Books catalog page.
/apple-books/author/{id}Returns author metadata and their full ebook (and audiobook, where available) bibliography from Apple Books' public catalog page.
/apple-books/series/{id}Returns series metadata and the full ordered list of books in the series from Apple Books' public catalog page.
/apple-books/chartsReturns Apple Books chart rankings from Apple's public marketing-tools RSS JSON feed. Supported collections are `top-free` and `top-paid`.
/apple-books/audiobook/searchReturns normalized Apple Books audiobooks from Apple's public iTunes Search API.
/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).
/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.
/apple-books/audiobook/{id}/similarReturns the related audiobooks shown on the Apple Books catalog page.
/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.
Related APIs
Media & Streaming
Research streaming catalogs, title availability, providers, offers, seasons, episodes, and release changes from JustWatch with normalized JSON.
Media & Streaming
Collect ESPN sports scores, teams, standings, rankings, rosters, athletes, game summaries, and news as normalized JSON for sports data workflows.
Media & Streaming
Collect SofaScore live sports events, teams, players, standings, lineups, odds, incidents, statistics, and head-to-head data as normalized JSON.
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.