Audible Book Search Scraper 📚 avatar
Audible Book Search Scraper 📚

Pricing

$19.99/month + usage

Go to Store
Audible Book Search Scraper 📚

Audible Book Search Scraper 📚

Developed by

EasyApi

EasyApi

Maintained by Community

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. 🎧📚

0.0 (0)

Pricing

$19.99/month + usage

0

Total users

3

Monthly users

2

Runs succeeded

>99%

Last modified

2 months ago

🔍 What does Audible Book Search Scraper do?

This actor scrapes detailed information about audiobooks from Audible search results. It's perfect for publishers, researchers, and anyone interested in audiobook market analysis.

✨ Features

  • 📑 Scrapes comprehensive audiobook details from Audible search results
  • 🔄 Supports multiple search URLs
  • 📊 Extracts rich metadata including titles, authors, narrators, ratings, and pricing
  • ⚡ High-performance scrolling pagination
  • 🛡️ Built-in proxy support
  • 🎯 Configurable maximum items limit

📋 Output Data Structure

For each audiobook, the actor extracts:

  • Title and subtitle
  • Author and narrator information
  • Runtime duration
  • Release date
  • Language
  • Ratings (stars and count)
  • Regular and member pricing
  • Product image URL
  • Product page URL
  • ASIN (Amazon Standard Identification Number)

💡 Use Cases

  • Market research and price monitoring
  • Content availability tracking
  • Author and narrator popularity analysis
  • Audiobook catalog compilation
  • Competitive analysis

🔧 Input Parameters

The actor accepts the following parameters:

  • searchUrls: Array of Audible search URLs to scrape
  • maxItems: Maximum number of items to scrape (optional)
  • proxyConfiguration: Proxy settings (optional)

📝 Limitations

  • Respects Audible's terms of service
  • Rate limiting implemented for responsible scraping
  • Some content may require authentication

Input Example

A full explanation of an input example in JSON.

{
"searchUrls": [
"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"
],
"maxItems": 50
}

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.

[
{
"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",
"title": "Love, Mom",
"subtitle": "",
"author": "Iliana Xander",
"narrator": "Kira FixxLaura HorowitzWalker WilliamsMelissa RedmondPetrea BurchardTravis Horner",
"runtime": "Length: 9 hrs and 37 mins",
"releaseDate": "02-11-25",
"language": "English",
"ratings": {
"stars": 4.5,
"count": 124
},
"price": {
"regular": "$19.95",
"member": "$19.95"
},
"imageUrl": "https://m.media-amazon.com/images/I/51Ik2GxbfAL._SL500_.jpg",
"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",
"asin": "B0DWNGJFPV"
},
...
]