# Express NPM Package — Full Details and Downloads

**Use case:** 

Get complete npm package metadata for Express including downloads, versions, dependencies, and maintainers.

## Input

```json
{
  "mode": "package",
  "query": "",
  "package_name": "express",
  "period": "last-month",
  "max_results": 25,
  "include_downloads": true
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "h1s": {
    "label": "H1s",
    "format": "array"
  },
  "h2s": {
    "label": "H2s",
    "format": "array"
  },
  "h3s": {
    "label": "H3s",
    "format": "array"
  }
}
```

## About this Actor

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