# Name ascending Docker Hub Tags

**Use case:** 

Extract Docker Hub Tags data filtered by Name ascending. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "repository": "library/nginx",
  "maxItems": 10,
  "ordering": "name",
  "architecture": "",
  "osFilter": ""
}
```

## Output

```json
{
  "repository": {
    "label": "📦 Repository",
    "format": "text"
  },
  "name": {
    "label": "🏷️ Tag",
    "format": "text"
  },
  "fullSize": {
    "label": "💾 Size",
    "format": "number"
  },
  "lastUpdated": {
    "label": "🕒 Updated",
    "format": "date"
  },
  "digest": {
    "label": "🔐 Digest",
    "format": "text"
  },
  "architecture": {
    "label": "🧩 Arch",
    "format": "text"
  },
  "os": {
    "label": "💻 OS",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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