# Scrape Top-Rated History Audiobooks Japan

**Use case:** 

Extract highly-rated history audiobooks from Audible Japan to understand audience preferences and content quality benchmarks. Use customer ratings to identify p

## Input

```json
{
  "mode": "byCategory",
  "searchQuery": "atomic habits",
  "locale": "jp",
  "asins": [],
  "startUrls": [],
  "category": "history",
  "categories": [],
  "sortBy": "customer-rating",
  "releaseDate": "any",
  "format": "audiobook",
  "minRating": 4,
  "isPlus": false,
  "isAudibleOriginal": false,
  "fetchDetail": false,
  "enrichWithAudnex": true,
  "maxItems": 15,
  "proxyConfiguration": {}
}
```

## Output

```json
{
  "asin": {
    "label": "Asin"
  },
  "title": {
    "label": "Title"
  },
  "authors": {
    "label": "Authors"
  },
  "narrators": {
    "label": "Narrators"
  },
  "runtimeMinutes": {
    "label": "Runtime minutes"
  },
  "rating": {
    "label": "Rating"
  },
  "ratingCount": {
    "label": "Rating count"
  },
  "regularPrice": {
    "label": "Regular price"
  },
  "priceCurrency": {
    "label": "Price currency"
  },
  "audibleUrl": {
    "label": "Audible url"
  }
}
```

## About this Actor

This example demonstrates how to use [Audible Scraper](https://apify.com/crawlerbros/audible-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/audible-scraper) to learn more, explore other use cases, and run it yourself.