# Nginx Docker Images Scraper for Popularity Metrics

**Use case:** 

Scrape Nginx Docker images with popularity metrics and descriptions.

## Input

```json
{
  "maxImages": 50,
  "searchQuery": "nginx"
}
```

## Output

```json
{
  "repoName": {
    "label": "Image"
  },
  "shortDescription": {
    "label": "Description"
  },
  "starCount": {
    "label": "Stars"
  },
  "pullCount": {
    "label": "Pulls"
  },
  "isOfficial": {
    "label": "Official"
  },
  "isAutomated": {
    "label": "Automated"
  },
  "repoOwner": {
    "label": "Owner"
  },
  "repoUrl": {
    "label": "Link"
  },
  "categories": {
    "label": "Categories"
  },
  "latestTag": {
    "label": "Latest Tag"
  },
  "architectures": {
    "label": "Architectures"
  },
  "tagCount": {
    "label": "Tag Count"
  },
  "lastUpdated": {
    "label": "Last Updated"
  }
}
```

## About this Actor

This example demonstrates how to use [Docker Hub Images Scraper - Stars, Pulls & Descriptions](https://apify.com/scrapers_lat/dockerhub-images-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/dockerhub-images-scraper) to learn more, explore other use cases, and run it yourself.