Audible Scraper avatar

Audible Scraper

Try Actor

$30.00/month

View all Actors
Audible Scraper

Audible Scraper

mscraper/audible-scraper
Try Actor

$30.00/month

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.

You can access the Audible Scraper programmatically from your own applications by using the Apify API. You can 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.

1echo '{
2  "startUrls": [
3    {
4      "url": "https://www.audible.com/adblbestsellers?overrideBaseCountry=true&ipRedirectOverride=true"
5    }
6  ],
7  "proxy": {
8    "useApifyProxy": true,
9    "apifyProxyCountry": "US"
10  },
11  "maxPageNumber": 0
12}' |
13apify 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

1npm i -g apify-cli
2apify login

Other API clients include:

Developer
Maintained by Community
Actor metrics
  • 22 monthly users
  • 1 star
  • 100.0% runs succeeded
  • Created in May 2023
  • Modified about 1 month ago
Categories