A powerful scraper that extracts comprehensive audiobook information from Audible search results, including titles, authors, narrators, ratings, and pricing. Perfect for market research, price monitoring, and content analysis. π§π
This actor scrapes detailed information about audiobooks from Audible search results. It's perfect for publishers, researchers, and anyone interested in audiobook market analysis.
For each audiobook, the actor extracts:
The actor accepts the following parameters:
searchUrls
: Array of Audible search URLs to scrapemaxItems
: Maximum number of items to scrape (optional)proxyConfiguration
: Proxy settings (optional)A full explanation of an input example in JSON.
1{ 2 "searchUrls": [ 3 "https://www.audible.com/search?keywords=love&k=love&sprefix=%2Cna-audible-us%2C1564&i=na-audible-us&url=search-alias%3Dna-audible-us&ref=nb_sb_noss_2" 4 ], 5 "maxItems": 50 6}
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.
1[ 2 { 3 "searchUrl": "https://www.audible.com/search?keywords=love&k=love&sprefix=%2Cna-audible-us%2C1564&i=na-audible-us&url=search-alias%3Dna-audible-us&ref=nb_sb_noss_2", 4 "title": "Love, Mom", 5 "subtitle": "", 6 "author": "Iliana Xander", 7 "narrator": "Kira FixxLaura HorowitzWalker WilliamsMelissa RedmondPetrea BurchardTravis Horner", 8 "runtime": "Length: 9 hrs and 37 mins", 9 "releaseDate": "02-11-25", 10 "language": "English", 11 "ratings": { 12 "stars": 4.5, 13 "count": 124 14 }, 15 "price": { 16 "regular": "$19.95", 17 "member": "$19.95" 18 }, 19 "imageUrl": "https://m.media-amazon.com/images/I/51Ik2GxbfAL._SL500_.jpg", 20 "productUrl": "/pd/Love-Mom-Audiobook/B0DWNGJFPV?qid=1740470252&sr=1-1&ref_pageloadid=not_applicable&pf_rd_p=83218cca-c308-412f-bfcf-90198b687a2f&pf_rd_r=SFZHHFRA3RYT9SW63C5P&plink=CK6z6aZVo1dNt8N0&pageLoadId=LB7EHAb7sZk7gPuP&creativeId=0d6f6720-f41c-457e-a42b-8c8dceb62f2c&ref=a_search_c3_lProduct_1_1", 21 "asin": "B0DWNGJFPV" 22 }, 23 ... 24]
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool β just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. Youβll be guided to input a search term and get structured results. No setup needed!