# NPM Package Version Audit for Express, Lodash, Axios

**Use case:** 

Analyze the version history and download statistics of key NPM packages like Express, Lodash, and Axios. Access detailed dependency data.

## Input

```json
{
  "searchTerms": [
    "scraper"
  ],
  "packageNames": [
    "express",
    "lodash",
    "axios",
    "moment",
    "dayjs",
    "date-fns"
  ],
  "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.