# Quay.io Container Images Latest Results

**Use case:** 

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

## Input

```json
{
  "maxItems": 25,
  "namespace": "coreos"
}
```

## Output

```json
{
  "namespace": {
    "label": "Namespace",
    "format": "text"
  },
  "name": {
    "label": "📌 Name",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "kind": {
    "label": "Kind",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "is_public": {
    "label": "Public",
    "format": "boolean"
  },
  "sourceUrl": {
    "label": "🔗 Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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