Audible Audiobook Search Scraper
Pricing
Pay per usage
Go to Apify Store
Audible Audiobook Search Scraper
Extract comprehensive audiobook information from Audible search results, including titles, authors, narrators, ratings, pricing, series, and more.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
codingfrontend
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
Share
Extract comprehensive audiobook data from Audible search results at scale. Perfect for market research, price monitoring, and content analysis. ๐ง๐
Features
- Rich metadata โ ASIN, title, authors, narrators, series, ratings, price, runtime, release date
- Multi-country support โ US, UK, DE, FR, IN, AU, CA, ES, IT, JP
- Pagination โ automatically iterates through pages to reach
maxItems - Deduplication โ no duplicate books across pages
- Sort options โ by relevance, title, author, rating, or release date
Input Parameters
| Field | Type | Default | Description |
|---|---|---|---|
query | string | (required) | Search keywords (e.g. "harry potter", "Stephen King") |
maxItems | integer | 50 | Maximum audiobooks to extract (1โ500) |
country | string | "us" | Country domain: us, uk, de, fr, in, au, ca, es, it, jp |
sortBy | string | "relevance" | Sort by: relevance, title, rating-high-to-low, release-date |
proxyConfiguration | object | โ | Residential proxy recommended |
Example INPUT.json
{"query": "self improvement bestsellers","maxItems": 50,"country": "us","sortBy": "rating-high-to-low"}
Output Fields
| Field | Type | Description |
|---|---|---|
position | integer | Rank in results (1-based) |
asin | string | Amazon Standard Identification Number |
title | string | Audiobook title |
productUrl | string | Direct link to the audiobook page |
authors | array | List of author names |
narrators | array | List of narrator names |
series | string | Book series name (if applicable) |
rating | number | Average rating (1โ5) |
ratingsCount | integer | Number of ratings |
price | number | Price in local currency |
currency | string | Currency symbol |
length | string | Runtime (e.g. "12 hrs and 30 mins") |
releaseDate | string | Release date |
language | string | Audio language |
summary | string | Short description/summary |
coverImageUrl | string | Cover image URL |
publisher | string | Publisher name |
hasWhispersync | boolean | Whether Whispersync is available |
isAudibleOriginal | boolean | Whether it's an Audible Original |
searchQuery | string | Search query used |
country | string | Country code used |
scrapedAt | string | ISO 8601 timestamp |
Example Output
{"position": 1,"asin": "B017V4IM1G","title": "Harry Potter and the Sorcerer's Stone","productUrl": "https://www.audible.com/pd/B017V4IM1G","authors": ["J.K. Rowling"],"narrators": ["Jim Dale"],"series": "Harry Potter","rating": 4.9,"ratingsCount": 152340,"price": 17.18,"currency": "$","length": "8 hrs and 18 mins","releaseDate": "11-20-15","language": "English","summary": "Harry Potter has never even heard of Hogwarts...","publisher": "Scholastic Audio","hasWhispersync": true,"isAudibleOriginal": false,"scrapedAt": "2025-05-01T12:00:00.000Z"}
Use Cases
- Market research โ analyze audiobook trends and bestsellers
- Price monitoring โ track pricing across categories
- Competitive analysis โ study popular authors and publishers
- Content strategy โ find gaps in the audiobook market
- Academic research โ study consumer preferences in audio content