# Internet Archive public domain history books scraper

**Use case:** 

Search Internet Archive texts for public domain history books with titles, creators, dates, downloads, and item metadata.

## Input

```json
{
  "searchQueries": [
    "public domain history books"
  ],
  "mediaType": "texts",
  "sortBy": "downloads desc",
  "maxResults": 50
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "creator": {
    "label": "Creator",
    "format": "text"
  },
  "mediaType": {
    "label": "Type",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "text"
  },
  "downloads": {
    "label": "Downloads",
    "format": "number"
  },
  "collection": {
    "label": "Collection",
    "format": "text"
  },
  "thumbnailUrl": {
    "label": "Thumbnail",
    "format": "image"
  },
  "detailsUrl": {
    "label": "Details URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Internet Archive Scraper](https://apify.com/automation-lab/internet-archive-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/internet-archive-scraper) to learn more, explore other use cases, and run it yourself.