# Quay.io Container Tags Latest Results

**Use case:** 

Latest Results of Quay.io Container Tags. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "repository": "coreos/etcd",
  "maxItems": 25,
  "onlyActiveTags": true
}
```

## Output

```json
{
  "repository": {
    "label": "📦 Repository",
    "format": "text"
  },
  "name": {
    "label": "🏷️ Tag",
    "format": "text"
  },
  "manifestDigest": {
    "label": "🔐 Digest",
    "format": "text"
  },
  "size": {
    "label": "💾 Size",
    "format": "number"
  },
  "lastModified": {
    "label": "🕒 Modified",
    "format": "date"
  },
  "expiration": {
    "label": "⏳ Expiration",
    "format": "date"
  },
  "isCurrent": {
    "label": "✅ Current",
    "format": "boolean"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Quay.io Container Tags Scraper](https://apify.com/parseforge/quay-io-tags-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/quay-io-tags-scraper) to learn more, explore other use cases, and run it yourself.