# Any NuGet Packages

**Use case:** 

Extract NuGet Packages data filtered by Any. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "query": "",
  "owner": "",
  "author": "",
  "packageType": "",
  "prerelease": true,
  "semVerLevel": "2.0.0",
  "maxVersions": 50,
  "maxItems": 10
}
```

## Output

```json
{
  "iconUrl": {
    "label": "🖼️ Icon URL",
    "format": "image"
  },
  "id": {
    "label": "🆔 Package ID",
    "format": "text"
  },
  "url": {
    "label": "🔗 Package URL",
    "format": "link"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "latestVersion": {
    "label": "🏷️ Latest Version",
    "format": "text"
  },
  "description": {
    "label": "📝 Description",
    "format": "text"
  },
  "authors": {
    "label": "👤 Authors",
    "format": "array"
  },
  "owners": {
    "label": "👤 Owners",
    "format": "array"
  },
  "tags": {
    "label": "🏷️ Tags",
    "format": "array"
  },
  "packageTypes": {
    "label": "📂 Package Types",
    "format": "array"
  },
  "verified": {
    "label": "✅ Verified",
    "format": "boolean"
  },
  "totalDownloads": {
    "label": "📈 Total Downloads",
    "format": "number"
  },
  "projectUrl": {
    "label": "🔗 Project URL",
    "format": "link"
  },
  "licenseUrl": {
    "label": "📜 License URL",
    "format": "link"
  },
  "versionCount": {
    "label": "🔢 Version Count",
    "format": "number"
  },
  "firstVersion": {
    "label": "🏷️ First Version",
    "format": "text"
  },
  "versions": {
    "label": "📦 Versions",
    "format": "array"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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