# Newest Archive.org Uploads for Any Search Term

**Use case:** 

Track recently added archive.org items for any topic, sorted newest first by upload date, each with its title, date and direct link. Great for monitoring.

## Input

```json
{
  "query": "climate change",
  "mediaType": "",
  "sort": "publicdate",
  "maxItems": 100,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "creator": {
    "label": "Creator",
    "format": "text"
  },
  "mediaType": {
    "label": "Media type",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "text"
  },
  "downloads": {
    "label": "Downloads",
    "format": "number"
  },
  "url": {
    "label": "Item URL",
    "format": "link"
  }
}
```

## About this Actor

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