# Webpack & Bundler NPM Download Statistics Export

**Use case:** 

Get comprehensive download statistics for Webpack, Vite, Rollup, and esbuild. Includes package details, dependencies, and versions.

## Input

```json
{
  "searchTerms": [
    "webpack",
    "vite",
    "rollup",
    "esbuild"
  ],
  "packageNames": [],
  "maintainer": "",
  "scope": "",
  "keywords": [],
  "maxResultsPerSearch": 25,
  "fetchPackageDetails": true,
  "fetchDownloadsStats": true,
  "fetchDownloadsHistory": false,
  "downloadsHistoryRange": "last-month",
  "fetchReadme": false,
  "minMonthlyDownloads": 0,
  "includeDeprecated": true,
  "minVersionPublishDate": null,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "name": {
    "label": "Package",
    "format": "text"
  },
  "version": {
    "label": "Version",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "license": {
    "label": "License",
    "format": "text"
  },
  "weeklyDownloads": {
    "label": "Weekly DL",
    "format": "number"
  },
  "monthlyDownloads": {
    "label": "Monthly DL",
    "format": "number"
  },
  "dependentsCount": {
    "label": "Dependents",
    "format": "number"
  },
  "publishedAt": {
    "label": "Published",
    "format": "date"
  },
  "maintainersCount": {
    "label": "Maintainers Count",
    "format": "number"
  },
  "npmUrl": {
    "label": "NPM URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [NPM Package Scraper – Download Stats, Deps, Versions](https://apify.com/logiover/npm-package-intelligence-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/npm-package-intelligence-scraper) to learn more, explore other use cases, and run it yourself.