# Open Library Authors Latest Results

**Use case:** 

Latest Results of Open Library Authors. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 25,
  "query": "Shakespeare",
  "includeWorks": true,
  "maxWorksPerAuthor": 20
}
```

## Output

```json
{
  "photoUrl": {
    "label": "Photo URL",
    "format": "image"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "authorKey": {
    "label": "Author Key",
    "format": "text"
  },
  "personalName": {
    "label": "Personal Name",
    "format": "text"
  },
  "bio": {
    "label": "Biography",
    "format": "text"
  },
  "workCount": {
    "label": "Work Count",
    "format": "number"
  },
  "wikidataId": {
    "label": "Wikidata ID",
    "format": "text"
  },
  "goodreadsId": {
    "label": "Goodreads ID",
    "format": "text"
  },
  "viafId": {
    "label": "VIAF ID",
    "format": "text"
  },
  "librarythingId": {
    "label": "LibraryThing ID",
    "format": "text"
  },
  "amazonId": {
    "label": "Amazon ID",
    "format": "text"
  },
  "isniId": {
    "label": "ISNI ID",
    "format": "text"
  },
  "imdbId": {
    "label": "IMDb ID",
    "format": "text"
  },
  "lcNafId": {
    "label": "LC NAF ID",
    "format": "text"
  },
  "gndId": {
    "label": "GND ID",
    "format": "text"
  },
  "latestRevision": {
    "label": "Latest Revision",
    "format": "number"
  },
  "alternateNames": {
    "label": "Alternate Names",
    "format": "array"
  },
  "photoUrls": {
    "label": "Photo URLs",
    "format": "array"
  },
  "links": {
    "label": "Links",
    "format": "array"
  },
  "works": {
    "label": "Works",
    "format": "array"
  },
  "url": {
    "label": "Author URL",
    "format": "link"
  },
  "authorCreatedAt": {
    "label": "Author Created At",
    "format": "date"
  },
  "authorLastModified": {
    "label": "Author Last Modified",
    "format": "date"
  },
  "birthDate": {
    "label": "Birth Date",
    "format": "date"
  },
  "deathDate": {
    "label": "Death Date",
    "format": "date"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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