PyPI (Python) Packages Scraper
Pricing
$3.00 / 1,000 package scrapeds
PyPI (Python) Packages Scraper
Scrape PyPI Python packages by name-search or top-downloads. Returns full metadata: name, version, summary, author, license, downloads, dependencies, project URLs, classifiers. Pay per package returned.
Pricing
$3.00 / 1,000 package scrapeds
Rating
0.0
(0)
Developer
Gio
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
PyPI Packages Scraper
Scrape PyPI (Python Package Index) packages by name search or top-downloads. Each result is enriched with full metadata from the PyPI JSON API.
Use cases
- Find Python packages matching a keyword
- Build a database of Python ecosystem (top 15k packages)
- Track competitors / dependencies / license compliance
Input
query— substring match on package name (case-insensitive). Empty = top by downloads.maxItems— number of packages to return (1–500)
Output
Each item: { name, version, summary, author, license, homePage, projectUrls, requiresPython, classifiers, requires, downloads30d, url, scrapedAt }
Pricing
$0.003 / package returned. Errors counted as scraped.
How it works
Uses the community top-pypi-packages dataset (15,000 packages by 30-day downloads, refreshed daily) for discovery, then enriches each with https://pypi.org/pypi/{name}/json (no auth, no anti-bot).