PyPI Package Stats avatar

PyPI Package Stats

Pricing

$0.0005 / actor start

Go to Apify Store
PyPI Package Stats

PyPI Package Stats

Fetch PyPI package metadata and download stats: version, author, license, dependencies, release history, and more. Uses the official PyPI JSON API — no scraping needed.

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

a day ago

Last modified

Categories

Share

Fetches Python package metadata and statistics from the official PyPI JSON API: version, author, license, summary, classifiers, dependencies, release history, and more.

Input

FieldTypeRequiredDefaultDescription
packagesarray[string]yesList of PyPI package names.
includeDependenciesbooleannofalseInclude runtime dependencies (requires_dist).
includeReleasesbooleannofalseInclude full release history with upload times.

Output

Each dataset item contains: name, version, summary, author, authorEmail, license, homePage, projectUrls, requiresPython, keywords, classifiers, releaseCount, latestVersion, and optionally requiresDist and releases.

Usage

{
"packages": ["requests", "fastapi", "django"]
}