# Action & Adventure LibriVox Audiobooks

**Use case:** 

Extract LibriVox Audiobooks data filtered by Action & Adventure. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "genre": "Action & Adventure",
  "extended": true
}
```

## Output

```json
{
  "librivoxId": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "authors": {
    "label": "Authors"
  },
  "primaryAuthor": {
    "label": "Author",
    "format": "text"
  },
  "language": {
    "label": "Language",
    "format": "text"
  },
  "copyrightYear": {
    "label": "Copyright Year",
    "format": "text"
  },
  "numSections": {
    "label": "Sections",
    "format": "number"
  },
  "totalTime": {
    "label": "Runtime",
    "format": "text"
  },
  "totalTimeSeconds": {
    "label": "Seconds",
    "format": "number"
  },
  "description": {
    "label": "Description"
  },
  "descriptionHtml": {
    "label": "Description html"
  },
  "genres": {
    "label": "Genres",
    "format": "object"
  },
  "translators": {
    "label": "Translators"
  },
  "urlLibrivox": {
    "label": "LibriVox",
    "format": "link"
  },
  "urlRss": {
    "label": "Url rss"
  },
  "urlZipFile": {
    "label": "ZIP",
    "format": "link"
  },
  "urlProject": {
    "label": "Url project"
  },
  "urlInternetArchive": {
    "label": "Archive.org",
    "format": "link"
  },
  "urlTextSource": {
    "label": "Url text source"
  },
  "sectionsCount": {
    "label": "Sections count"
  },
  "sections": {
    "label": "Sections"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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