# Classic Literature Titles from Open Library

**Use case:** 

Scrape bibliographic information for classic literature from Open Library.

## Input

```json
{
  "maxBooks": 50,
  "searchQuery": "classic literature"
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "authorNames": {
    "label": "Authors"
  },
  "firstPublishYear": {
    "label": "First Published"
  },
  "editionCount": {
    "label": "Editions"
  },
  "isbn": {
    "label": "ISBN"
  },
  "publishers": {
    "label": "Publishers"
  },
  "ratingsAverage": {
    "label": "Rating"
  },
  "ratingsCount": {
    "label": "Rating count"
  },
  "pageCountMedian": {
    "label": "Pages"
  },
  "subjects": {
    "label": "Subjects"
  },
  "coverUrl": {
    "label": "Cover"
  },
  "url": {
    "label": "URL"
  }
}
```

## About this Actor

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