Audiobook Scraper - Ratings, Narrators & Prices
Pricing
from $3.00 / 1,000 audiobook scrapeds
Audiobook Scraper - Ratings, Narrators & Prices
Search audiobooks by topic, title, author or narrator across 10 regional stores. Every row has authors, narrators, overall/performance/story ratings, runtime, price, language, categories and a summary. No login.
Pricing
from $3.00 / 1,000 audiobook scrapeds
Rating
0.0
(0)
Developer
Goutam Soni
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
Share
Audiobook Scraper
Search audiobooks at scale and get the details that actually decide a listen: who narrates it, how it is rated for performance and story separately, how long it runs, and what it costs in each regional store. No login and no API key.
What it does
- Search by anything - topic, title, author, or narrator. One search runs per query.
- Narrator data - the full narrator list, not just the author. This is usually the deciding factor for listeners and is rarely available elsewhere.
- Three separate ratings - overall, performance, and story, each with the rating count, so you can tell a great book from a great reading.
- Ten regional stores - catalog, currency and pricing differ per marketplace, so you can compare the same title across regions.
- Direct IDs - fetch specific audiobooks by catalog ID and skip search entirely.
- Pagination - results are collected 50 at a time up to your cap, stopping cleanly when the catalog runs out.
Common uses: audiobook market and pricing research, narrator and publisher analysis, catalog building, and rating comparisons across regions.
Input
| Field | Type | Description |
|---|---|---|
searchQueries | array | Topics, titles, authors or narrators to search. |
asins | array | Specific catalog IDs to fetch directly. |
marketplace | string | us, uk, de, fr, it, es, in, ca, au, jp. |
maxResultsPerQuery | integer | Cap per query. Default 50, up to 5000. |
includeDetails | boolean | Fetch summary, categories, runtime and price. Default true. |
proxyConfiguration | object | Optional. Runs fine without a proxy. |
At least one of searchQueries or asins is required.
Example input
{"searchQueries": ["mystery", "business"],"marketplace": "us","maxResultsPerQuery": 150,"includeDetails": true}
Output
Each item is one audiobook.
{"asin": "B0EXAMPLE1","title": "An Example Audiobook","subtitle": "A Practical Guide","marketplace": "us","authors": ["Jane Doe"],"narrators": ["John Smith"],"publisher": "Acme Audio","rating": 4.8,"ratingCount": 3184,"performanceRating": 4.8,"storyRating": 4.7,"price": 14.99,"currency": "USD","listPrice": 16.98,"creditPrice": 1.0,"runtimeMinutes": 335,"language": "english","categories": ["Personal Development", "Personal Success"],"summary": "A practical guide to building better habits...","isAdult": false,"formatType": "unabridged","coverImage": "https://example.com/cover.jpg","releaseDate": "2018-10-16","url": "https://www.audible.com/pd/B0EXAMPLE1"}
Titles with no rating yet, or fields a given store does not publish, come back as null or an empty list, so the shape is always the same.
Notes
- No login and no API key. Set your queries and run.
- Turn off
includeDetailsfor a faster, lighter run when you only need titles, authors, narrators and ratings. - Switch
marketplaceto compare pricing and availability for the same title across regions. - Deep searches stop automatically once the catalog stops returning new titles, so you are never charged for repeats.
Privacy
To improve our actors we collect anonymized usage telemetry (run stats and input patterns). No personal account data is collected.