# Internet Archive collection discovery workflow

**Use case:** 

Compare books, movies, and software on Internet Archive by running multiple topical searches with normalized metadata output.

## Input

```json
{
  "searchQueries": [
    "vintage computer magazines",
    "silent film",
    "open source software manuals"
  ],
  "mediaType": "",
  "sortBy": "downloads desc",
  "maxResults": 100
}
```

## 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.