# Total Downloads Hex.pm | Elixir and Erlang Packages

**Use case:** 

Extract Hex.pm | Elixir and Erlang Packages data filtered by Total Downloads. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "sortBy": "downloads",
  "maxItems": 10
}
```

## Output

```json
{
  "name": {
    "label": "📦 Package",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "latestVersion": {
    "label": "🏷 Version",
    "format": "text"
  },
  "description": {
    "label": "📝 Description",
    "format": "text"
  },
  "totalDownloads": {
    "label": "⬇️ Total Downloads",
    "format": "number"
  },
  "recentDownloads": {
    "label": "📈 Recent Downloads",
    "format": "number"
  },
  "licenses": {
    "label": "Licenses"
  },
  "insertedAt": {
    "label": "Inserted at"
  },
  "updatedAt": {
    "label": "Updated at"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Hex.pm Scraper | Elixir and Erlang Packages](https://apify.com/parseforge/hex-pm-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/hex-pm-scraper) to learn more, explore other use cases, and run it yourself.