# Nginx Artifact Hub Packages

**Use case:** 

Explore nginx with Artifact Hub Packages Scraper - Helm and OCI Data. Run the tested configuration and export structured results as JSON, CSV, or Excel.

## Input

```json
{
  "query": "nginx",
  "maxResults": 3
}
```

## Output

```json
{
  "package_id": {
    "label": "Package Id",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "normalized_name": {
    "label": "Normalized Name",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "version": {
    "label": "Version",
    "format": "text"
  },
  "app_version": {
    "label": "App Version",
    "format": "text"
  },
  "stars": {
    "label": "Stars",
    "format": "text"
  },
  "deprecated": {
    "label": "Deprecated",
    "format": "text"
  },
  "signed": {
    "label": "Signed",
    "format": "text"
  },
  "signatures": {
    "label": "Signatures",
    "format": "text"
  },
  "security_summary": {
    "label": "Security Summary",
    "format": "text"
  },
  "repository": {
    "label": "Repository",
    "format": "text"
  },
  "repository_url": {
    "label": "Repository Url",
    "format": "link"
  },
  "publisher": {
    "label": "Publisher",
    "format": "text"
  },
  "verified_publisher": {
    "label": "Verified Publisher",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Artifact Hub Packages Scraper - Helm and OCI Data](https://apify.com/benthepythondev/artifacthub-packages-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/artifacthub-packages-scraper) to learn more, explore other use cases, and run it yourself.