# Orm npm Packages Scraper

**Use case:** 

Scrape npm packages for orm with version, description, keywords, publisher and quality scores for evaluation.

## Input

```json
{
  "searchQuery": "orm",
  "maxItems": 50
}
```

## Output

```json
{
  "name": {
    "label": "Package"
  },
  "version": {
    "label": "Version"
  },
  "description": {
    "label": "Description"
  },
  "keywords": {
    "label": "Keywords"
  },
  "publisher": {
    "label": "Publisher"
  },
  "date": {
    "label": "Published"
  },
  "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.