Audible Audiobook Search Scraper
Pricing
from $4.99 / 1,000 results
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
from $4.99 / 1,000 results
Rating
0.0
(0)
Developer
codingfrontend
Maintained by CommunityActor stats
0
Bookmarked
3
Total users
2
Monthly active users
a month 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