PyPI Package Stats
Pricing
$0.0005 / actor start
Go to Apify Store
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
Maintained by CommunityActor 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
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
packages | array[string] | yes | — | List of PyPI package names. |
includeDependencies | boolean | no | false | Include runtime dependencies (requires_dist). |
includeReleases | boolean | no | false | Include 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"]}