# Python Items in Internet Archive

**Use case:** 

Search Internet Archive items about Python and export titles, creators, dates, media types, identifiers, and item links.

## Input

```json
{
  "query": "title:python",
  "mediaType": "texts",
  "maxResults": 3
}
```

## Output

```json
{
  "identifier": {
    "label": "Identifier",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "creator": {
    "label": "Creator",
    "format": "text"
  },
  "date": {
    "label": "Date",
    "format": "date"
  },
  "media_type": {
    "label": "Media Type",
    "format": "text"
  },
  "downloads": {
    "label": "Downloads",
    "format": "number"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "subjects": {
    "label": "Subjects",
    "format": "text"
  },
  "item_url": {
    "label": "Item Url",
    "format": "link"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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