
Audible Search Results Scraper ๐ง
Pricing
$19.99/month + usage
Go to Store

Audible Search Results Scraper ๐ง
Scrape audiobook details from Audible search results including titles, authors, narrators, ratings, and more. Perfect for market research, content analysis, and tracking audiobook trends.
0.0 (0)
Pricing
$19.99/month + usage
0
Total users
2
Monthly users
1
Runs succeeded
>99%
Last modified
6 months ago
๐ฏ Features
- Scrapes detailed audiobook information from Audible search results
- Supports multiple search URLs for batch processing
- Handles pagination automatically
- Extracts comprehensive audiobook metadata:
- Title and link
- Author and narrator details
- Series information
- Runtime length
- Release date
- Language
- Ratings
- Cover image URL
- Price
๐ Use Cases
- Market research and competitive analysis
- Track narrator/author popularity
- Monitor audiobook pricing trends
- Content discovery and curation
- Publishing industry insights
๐ง Input Parameters
Parameter | Type | Description |
---|---|---|
searchUrls | Array | List of Audible search URLs to scrape |
maxItems | Integer | Maximum number of items to scrape |
proxyConfiguration | Object | Proxy settings for the scraper |
โ๏ธ Technical Details
- Implements smart pagination handling
- Includes automatic retry mechanisms
- Optimized for reliable data extraction
- Respects Audible's robots.txt and rate limits
๐ก Tips
- Use specific search queries for better results
- Adjust maxItems based on your needs
- Consider using proxy configuration for large-scale scraping
Input Example
A full explanation of an input example in JSON.
{"searchUrls": ["https://www.audible.com/search?k=teddy+hamilton"],"maxItems": 30}
Output sample
The results will be wrapped into a dataset which you can always find in theย Storageย tab. Here's an excerpt from the data you'd get if you apply the input parameters above:
And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.
[{"title": "Illicit","author": "Brynne Asher","narrator": "Jason Clarke","series": "The Agents","length": "Length: 10 hrs and 52 mins","releaseDate": "Release date: 12-09-24","language": "Language: English","rating": "4.5 out of 5 stars","imageUrl": "https://m.media-amazon.com/images/I/51vU6aKQ0xL._SL500_.jpg","link": "https://www.audible.com/pd/Illicit-Audiobook/B0DNKJPV3P?qid=1733903528&sr=1-21&ref_pageloadid=CXM1FU29B2Sw9BPq&pf_rd_p=83218cca-c308-412f-bfcf-90198b687a2f&pf_rd_r=9Z8D0JH4BNK7G52Z297N&plink=F87ErJp7hGlbm3iv&pageLoadId=hlDTITTpYocjzay0&creativeId=0d6f6720-f41c-457e-a42b-8c8dceb62f2c&ref=a_search_c3_lProduct_2_1","price": "Regular price: $24.95"},{"title": "The Genesis 6 Conspiracy, Part II: How Understanding Prehistory and Giants Helps Define End-Time Prophecy","author": "Gary Wayne","narrator": "Mel Jackson","series": "Gary Wayneโs Genesis 6 Conspiracy","length": "Length: 31 hrs and 40 mins","releaseDate": "Release date: 12-09-24","language": "Language: English","rating": "Not rated yet","imageUrl": "https://m.media-amazon.com/images/I/41tdKR3ewpL._SL500_.jpg","link": "https://www.audible.com/pd/The-Genesis-6-Conspiracy-Part-II-How-Understanding-Prehistory-and-Giants-Helps-Define-End-Time-Prophecy-Audiobook/B0DPN8QWCN?qid=1733903528&sr=1-22&ref_pageloadid=CXM1FU29B2Sw9BPq&pf_rd_p=83218cca-c308-412f-bfcf-90198b687a2f&pf_rd_r=9Z8D0JH4BNK7G52Z297N&plink=F87ErJp7hGlbm3iv&pageLoadId=hlDTITTpYocjzay0&creativeId=0d6f6720-f41c-457e-a42b-8c8dceb62f2c&ref=a_search_c3_lProduct_2_2","price": "Regular price: $29.95"},...]