NuGet Package Stats
Pricing
$0.0005 / actor start
Go to Apify Store
NuGet Package Stats
Fetch NuGet (.NET) package metadata and statistics: version, total downloads, authors, license, dependencies, and release history via the official NuGet API.
Pricing
$0.0005 / actor start
Rating
0.0
(0)
Developer
Bruno Finger
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Fetches NuGet (.NET) package metadata and statistics via the official NuGet API: version, total downloads, authors, license, project URL, tags, dependencies, and release history.
Input
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
packages | array[string] | yes | — | List of NuGet package IDs. |
includeDependencies | boolean | no | false | Include dependency information per version. |
includeVersions | boolean | no | false | Include all versions/releases with publish dates. |
Output
Each dataset item contains: name, version, description, authors, totalDownloads, license, projectUrl, repositoryUrl, tags, iconUrl, isLatestVersion, isPrerelease, and optionally versions (with dependencies).
Usage
{"packages": ["Newtonsoft.Json", "Serilog", "Dapper"]}