# Open Library Editions Latest Results

**Use case:** 

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

## Input

```json
{
  "maxItems": 25,
  "isbns": "9780544003415\n9780142418222\n9780261103573",
  "workKey": "",
  "language": "",
  "publisher": ""
}
```

## Output

```json
{
  "coverUrl": {
    "label": "Cover",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "subtitle": {
    "label": "Subtitle",
    "format": "text"
  },
  "publishersText": {
    "label": "Publisher",
    "format": "text"
  },
  "publishDate": {
    "label": "Published",
    "format": "text"
  },
  "isbn13": {
    "label": "ISBN-13",
    "format": "text"
  },
  "isbn10": {
    "label": "ISBN-10",
    "format": "text"
  },
  "numberOfPages": {
    "label": "Pages",
    "format": "number"
  },
  "format": {
    "label": "Format",
    "format": "text"
  },
  "languagesText": {
    "label": "Languages",
    "format": "text"
  },
  "openLibraryUrl": {
    "label": "Open Library",
    "format": "link"
  }
}
```

## About this Actor

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