# Silent Era Movie Metadata from Internet Archive

**Use case:** 

Retrieve metadata for silent films from the 1920s. Get details including title, creator, and public date for up to 200 items.

## Input

```json
{
  "query": "silent film 1920s",
  "collection": "",
  "mediaType": "movies",
  "creator": "",
  "subject": "",
  "dateFrom": "",
  "dateTo": "",
  "fields": [
    "identifier",
    "title",
    "creator",
    "date",
    "publicdate",
    "mediatype",
    "collection",
    "description"
  ],
  "sort": "",
  "fetchFiles": false,
  "maxItems": 200,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "identifier": {
    "label": "Identifier",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "creator": {
    "label": "Creator",
    "format": "text"
  },
  "mediatype": {
    "label": "Media Type",
    "format": "text"
  },
  "date": {
    "label": "Date",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "text"
  },
  "downloads": {
    "label": "Downloads",
    "format": "number"
  },
  "itemSize": {
    "label": "Size (bytes)",
    "format": "number"
  },
  "collection": {
    "label": "Collection",
    "format": "text"
  },
  "format": {
    "label": "Formats",
    "format": "text"
  },
  "subject": {
    "label": "Subject",
    "format": "text"
  },
  "language": {
    "label": "Language",
    "format": "text"
  },
  "fileCount": {
    "label": "Files",
    "format": "number"
  },
  "detailsUrl": {
    "label": "Details URL",
    "format": "link"
  }
}
```

## About this Actor

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