# Bitnami Artifact Hub Package Extractor

**Use case:** 

Extract Bitnami Artifact Hub package details, security signals, container images, links, and versions for catalog workflows.

## Input

```json
{
  "searchQueries": [
    "nginx",
    "postgresql"
  ],
  "packageUrls": [
    "https://artifacthub.io/packages/helm/bitnami/nginx",
    "https://artifacthub.io/packages/helm/bitnami/postgresql"
  ],
  "packageKind": "helm",
  "maxItems": 20,
  "enrichDetails": true,
  "includeReadme": false,
  "includeAvailableVersions": true
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "repositoryName": {
    "label": "Repository"
  },
  "verifiedPublisher": {
    "label": "Verified"
  },
  "officialRepository": {
    "label": "Official"
  },
  "deprecated": {
    "label": "Deprecated"
  },
  "signed": {
    "label": "Signed"
  },
  "signatures": {
    "label": "Signatures"
  },
  "securityCritical": {
    "label": "Critical"
  },
  "securityHigh": {
    "label": "High"
  },
  "securityMedium": {
    "label": "Medium"
  },
  "securityLow": {
    "label": "Low"
  },
  "securityUnknown": {
    "label": "Unknown"
  },
  "allContainerImagesWhitelisted": {
    "label": "Images whitelisted"
  },
  "containersImages": {
    "label": "Container images"
  },
  "packageUrl": {
    "label": "Package URL"
  }
}
```

## About this Actor

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