# Any ArtifactHub Helm Charts

**Use case:** 

Extract ArtifactHub Helm Charts data filtered by Any. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "search": "nginx",
  "maxItems": 10,
  "kind": "",
  "official": false,
  "verifiedPublisher": false
}
```

## Output

```json
{
  "name": {
    "label": "📌 Name",
    "format": "text"
  },
  "version": {
    "label": "Version",
    "format": "text"
  },
  "appVersion": {
    "label": "AppVersion",
    "format": "text"
  },
  "repositoryName": {
    "label": "RepositoryName",
    "format": "text"
  },
  "stars": {
    "label": "⭐ Stars",
    "format": "number"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "signed": {
    "label": "Signed",
    "format": "boolean"
  },
  "verifiedPublisher": {
    "label": "Verified",
    "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 [ArtifactHub Helm Charts Scraper](https://apify.com/parseforge/artifacthub-helm-charts-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/artifacthub-helm-charts-scraper) to learn more, explore other use cases, and run it yourself.