# pub.dev Package Scoring Data Export

**Use case:** 

Data Export of pub.dev Package Scoring. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 100,
  "searchQuery": "http"
}
```

## Output

```json
{
  "package": {
    "label": "📦 Package",
    "format": "text"
  },
  "grantedPoints": {
    "label": "🏅 Points",
    "format": "number"
  },
  "maxPoints": {
    "label": "🎯 Max Points",
    "format": "number"
  },
  "likeCount": {
    "label": "❤️ Likes",
    "format": "number"
  },
  "popularityScore": {
    "label": "📈 Popularity",
    "format": "number"
  },
  "tags": {
    "label": "🏷️ Tags",
    "format": "array"
  },
  "lastUpdated": {
    "label": "🕒 Updated",
    "format": "date"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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