Audible Scraper avatar
Audible Scraper

Pricing

$30.00/month + usage

Go to Store
Audible Scraper

Audible Scraper

Developed by

mscraper

mscraper

Maintained by Community

Extract data from Amazon's audiobook and podcast service Audible. Extract data straight from Audible Best Sellers. Scrape prices, descriptions, ratings, reviews, and other data from the results, which you can export in a number of dataset formats.

0.0 (0)

Pricing

$30.00/month + usage

2

Total users

50

Monthly users

2

Runs succeeded

>99%

Last modified

9 months ago

You can access the Audible Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

$echo '{
< "startUrls": [
< {
< "url": "https://www.audible.com/adblbestsellers?overrideBaseCountry=true&ipRedirectOverride=true"
< }
< ],
< "proxy": {
< "useApifyProxy": true,
< "apifyProxyCountry": "US"
< },
< "maxPageNumber": 0
<}' |
<apify call mscraper/audible-scraper --silent --output-dataset

Audible Scraper API through CLI

The Apify CLI is the official tool that allows you to use Audible Scraper locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

$npm i -g apify-cli
$apify login

Other API clients include: