# Top TypeScript NPM Packages with High Downloads

**Use case:** 

Identify popular TypeScript NPM packages with over 100,000 monthly downloads, including their statistics, dependencies, and version details.

## Input

```json
{
  "searchTerms": [
    "typescript"
  ],
  "packageNames": [],
  "maintainer": "",
  "scope": "",
  "keywords": [
    "typescript"
  ],
  "maxResultsPerSearch": 50,
  "fetchPackageDetails": true,
  "fetchDownloadsStats": true,
  "fetchDownloadsHistory": false,
  "downloadsHistoryRange": "last-month",
  "fetchReadme": false,
  "minMonthlyDownloads": 100000,
  "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.