NuGet Package Stats avatar

NuGet Package Stats

Pricing

$0.0005 / actor start

Go to Apify Store
NuGet Package Stats

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

Bruno Finger

Maintained by Community

Actor 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

FieldTypeRequiredDefaultDescription
packagesarray[string]yesList of NuGet package IDs.
includeDependenciesbooleannofalseInclude dependency information per version.
includeVersionsbooleannofalseInclude 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"]
}