# Open Library Author Bibliography — Full Export

**Use case:** 

Scrape the full open library author bibliography dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract open library author bibliography for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "authors": [
    "J.R.R. Tolkien",
    "Ursula K. Le Guin",
    "Philip K. Dick"
  ],
  "maxItems": 200,
  "maxWorksPerAuthor": 50
}
```

## Output

```json
{
  "author_olid": {
    "label": "Author Olid",
    "format": "string"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "birth_date": {
    "label": "Birth Date",
    "format": "string"
  },
  "death_date": {
    "label": "Death Date",
    "format": "string"
  },
  "work_count": {
    "label": "Work Count",
    "format": "integer"
  },
  "top_work": {
    "label": "Top Work",
    "format": "string"
  },
  "top_subjects": {
    "label": "Top Subjects",
    "format": "string"
  },
  "open_library_url": {
    "label": "Open Library Url",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Open Library Author Bibliography Scraper](https://apify.com/jungle_synthesizer/openlibrary-author-bibliography-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/openlibrary-author-bibliography-scraper) to learn more, explore other use cases, and run it yourself.