# NPM Packages for React State Management

**Use case:** 

Explore top NPM packages for managing state in React applications.

## Input

```json
{
  "maxPackages": 50,
  "searchQuery": "react state management",
  "includeStats": true
}
```

## Output

```json
{
  "name": {
    "label": "Package"
  },
  "version": {
    "label": "Version"
  },
  "description": {
    "label": "Description"
  },
  "keywords": {
    "label": "Keywords"
  },
  "publisher": {
    "label": "Publisher"
  },
  "date": {
    "label": "Published"
  },
  "downloadsLastMonth": {
    "label": "Downloads (month)"
  },
  "downloadsLastWeek": {
    "label": "Downloads (week)"
  },
  "license": {
    "label": "License"
  },
  "npmUrl": {
    "label": "Link"
  },
  "scoreFinal": {
    "label": "Score"
  },
  "scoreQuality": {
    "label": "Quality"
  },
  "scorePopularity": {
    "label": "Popularity"
  }
}
```

## About this Actor

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