# Open Library — 1970-1979 Books

**Use case:** 

Scrape books first published in the decade 1970s ([1970 TO 1979]) on Open Library.

## Input

```json
{
  "query": "python",
  "firstPublishYear": "[1970 TO 1979]",
  "maxItems": 100
}
```

## Output

```json
{
  "slug": {
    "label": "Book OLID Slug",
    "format": "string"
  },
  "title": {
    "label": "Book Title",
    "format": "string"
  },
  "authorName": {
    "label": "Primary Author Name",
    "format": "string"
  },
  "firstPublishYear": {
    "label": "First Publish Year",
    "format": "integer"
  },
  "editionCount": {
    "label": "Edition Count",
    "format": "integer"
  },
  "subject": {
    "label": "Subjects & Genres",
    "format": "array"
  },
  "hasFulltext": {
    "label": "Has Full Text",
    "format": "boolean"
  }
}
```

## About this Actor

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