# Top Business Books Collection from Open Library

**Use case:** 

Retrieve a comprehensive list of top business books. Get titles, ISBNs, ratings, covers, and publication details for research and reading.

## Input

```json
{
  "mode": "subject",
  "subject": "business",
  "sort": "readinglog",
  "trendingPeriod": "daily",
  "maxResults": 300,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "authors": {
    "label": "Authors",
    "format": "string"
  },
  "firstPublishYear": {
    "label": "First Published",
    "format": "number"
  },
  "ratingsAverage": {
    "label": "Rating (avg)",
    "format": "number"
  },
  "ratingsCount": {
    "label": "Ratings Count",
    "format": "number"
  },
  "editionCount": {
    "label": "Editions",
    "format": "number"
  },
  "publishers": {
    "label": "Publishers",
    "format": "string"
  },
  "subjects": {
    "label": "Subjects",
    "format": "string"
  },
  "isbn": {
    "label": "ISBN",
    "format": "string"
  },
  "language": {
    "label": "Language",
    "format": "string"
  },
  "coverUrl": {
    "label": "Cover",
    "format": "string"
  },
  "openLibraryUrl": {
    "label": "Open Library URL",
    "format": "string"
  },
  "key": {
    "label": "Work Key",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "mode": {
    "label": "Mode",
    "format": "string"
  }
}
```

## About this Actor

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