# @aws-sdk Packages — Versions & Downloads

**Use case:** 

Every package published under the @aws-sdk npm organisation, with version, downloads, dependents, dependencies and maintainers.

## Input

```json
{
  "searchQueries": [
    "keywords:graphql",
    "author:sindresorhus"
  ],
  "packageNames": [
    "express",
    "@types/node"
  ],
  "keyword": "testing",
  "maintainer": "sindresorhus",
  "scope": "aws-sdk",
  "minWeeklyDownloads": 10000,
  "minDependents": 100,
  "excludeDeprecated": true,
  "includeVersionDetail": true,
  "maxPackages": 250,
  "requestsPerSecond": 5
}
```

## Output

```json
{
  "packageName": {
    "label": "Package name",
    "format": "string"
  },
  "version": {
    "label": "Latest version",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "weeklyDownloads": {
    "label": "Weekly downloads",
    "format": "integer"
  },
  "dependentCount": {
    "label": "Dependent packages",
    "format": "integer"
  },
  "license": {
    "label": "License",
    "format": "string"
  },
  "lastPublishedAt": {
    "label": "Last published",
    "format": "string"
  },
  "npmUrl": {
    "label": "npm page",
    "format": "string"
  }
}
```

## About this Actor

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