Ebook and audiobook catalog enrichment
Apple Booksエンドポイントを使えば、「Ebook and audiobook catalog enrichment」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
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.
エンドポイントファミリー
6
ドキュメント化されたパラメータ
57
サンプル数
12
ライブカタログスナップショット
稼働エンドポイント
12
メソッド
GET
必須パラメータ
23
スキーマ参照
12
{
"platform": "Apple Books",
"endpoint": "apple-books-search",
"method": "GET",
"path": "/apple-books/search",
"auth": "apiKey"
}ユースケース
Extract Apple Books ebook and audiobook search, catalog detail, reviews, similar titles, author, series, and chart data as structured JSON.
Apple Booksエンドポイントを使えば、「Ebook and audiobook catalog enrichment」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Apple Booksエンドポイントを使えば、「Customer review collection」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Apple Booksエンドポイントを使えば、「Chart and bestseller tracking」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
マネージド実行
各CrawloraプラットフォームAPIは、特定のデータサーフェスに合わせて設計されています。汎用的なfetchエンドポイントを公開する代わりに、エンドポイント固有のリクエストロジック、マネージドインフラ、パース、正規化、課金、そしてPlaygroundで検証済みのサンプルを組み合わせています。
対象プラットフォームとエンドポイントの種類に合わせてリクエスト挙動をチューニングしています。
対応エンドポイントはマネージドプロキシルーティングを利用でき、信頼性を高めながらインフラ運用の手間を減らせます。
JavaScriptレンダリングが必要な動的ページは、マネージドブラウザインスタンス経由で処理できます。
チャレンジページや利用不能な上流レスポンスを検知し、明確に通知します。
結果は生のHTMLではなく、ドキュメント化されたJSONで返されます。
本番統合の前に、DocsとPlaygroundから同じルートをテストできます。
カバレッジマップ
これらのカードは稼働中のエンドポイントカタログから生成されるため、このページはDocsとPlaygroundが使うAPIサーフェスをそのまま反映します。
/apple-books/audiobook/search
/apple-books/book/{id}
/apple-books/audiobook-series/{id}
/apple-books/author/{id}
/apple-books/charts
/apple-books/search
エンドポイントカタログ
/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.
関連API
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.
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.