# Docker Hub | Container Image Metadata Data Export

**Use case:** 

Data Export of Docker Hub | Container Image Metadata. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 100,
  "searchQuery": "nginx"
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "namespace": {
    "label": "Namespace",
    "format": "text"
  },
  "fullName": {
    "label": "Full Name",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "pullCount": {
    "label": "Pull Count",
    "format": "number"
  },
  "starCount": {
    "label": "Star Count",
    "format": "number"
  },
  "isOfficial": {
    "label": "Official",
    "format": "boolean"
  },
  "isPrivate": {
    "label": "Private",
    "format": "boolean"
  },
  "lastUpdated": {
    "label": "Last Updated",
    "format": "text"
  },
  "categories": {
    "label": "Categories",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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