PyPIStats Python Package Stats Scraper
Pricing
from $7.69 / 1,000 results
PyPIStats Python Package Stats Scraper
Track how often Python packages are pulled from PyPI using PyPIStats. Each package returns the recent totals for the last day, last week, and last month, plus category breakdowns by date. Useful for gauging library popularity, tracking adoption, and comparing packages.
Pricing
from $7.69 / 1,000 results
Rating
0.0
(0)
Developer
ParseForge
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
12 days ago
Last modified
Categories
Share
📦 PyPIStats Downloads Scraper
Export PyPI package download statistics from PyPIStats. No key, no login.
What it scrapes
- Recent mode: last day / week / month download totals, one row per package.
- Overall mode: the full daily download time series (category, date, downloads) per package.
Input
| Field | Type | Description |
|---|---|---|
packages | array | PyPI package names (e.g. numpy, requests, flask). |
statType | select | recent (day/week/month totals) or overall (daily time series). |
maxItems | integer | How many records to return. Free plan is capped at 10. |
Output fields
Recent: package, statType, last_day, last_week, last_month, scrapedAt, error.
Overall: package, statType, category, date, downloads, scrapedAt, error.
Source
PyPIStats public API: https://pypistats.org/api/packages/<pkg>/<statType>. Keyless. The API
rate-limits by IP; the actor retries with backoff automatically.
Disclaimer: independent tool, not affiliated with PyPIStats / PyPI. Only publicly available data is collected.