# Internet Archive audio metadata scraper

**Use case:** 

Scrape Internet Archive audio results for classic radio, speeches, music, creators, dates, download counts, and descriptions.

## Input

```json
{
  "searchQueries": [
    "old time radio",
    "public domain speeches"
  ],
  "mediaType": "audio",
  "sortBy": "date desc",
  "maxResults": 75
}
```

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