開発ツール
PyPI Python Packages Scraper - Versions, Authors & Licenses
Scrape Python packages by name or keyword: version, summary, author and maintainer contacts, license, repository links, requires-python, release date, keywords, classifiers and dependencies. Export to JSON, CSV or Excel.
pypi-packages-scraper.json 200 OK
{ "name": "Flask", "version": "3.1.3", "summary": "A simple framework for building complex web ap…", "maintainerEmail": "Pallets <[email protected]>", "license": "BSD-3-Clause", "requiresPython": ">=3.9", "releaseDate": "2026-02-19T05:00:56.027585Z", "projectUrl": "https://pypi.org/project/Flask/", "documentationUrl": "https://flask.palletsprojects.com/" }
得られるもの
各実行で、型が揃ったきれいなレコードを返します。CRM・スプレッドシート・データベースにそのまま使えます。
- 結果ごとに 1 レコード、重複排除・正規化済み
- JSON・CSV・Excel の安定したスキーマ、または Apify API で読み取り
- クラウドで従量課金。インストールも保守も不要
返される項目
NameVersionSummaryMaintainer EmailLicenseRequires PythonRelease DateProject UrlDocumentation UrlRepository UrlChangelog UrlFunding UrlKeywordsClassifiers
出力サンプル
実際の 1 レコード例。受け取る形そのままです。
| Name | Version | Summary | Maintainer Email |
|---|---|---|---|
| Flask | 3.1.3 | A simple framework for building c… | Pallets <contact@palletsprojects.… |
| numpy | 2.5.1 | Fundamental package for array com… | NumPy Developers <numpy-discussio… |
| requests | 2.34.2 | Python HTTP for Humans. | Ian Stapleton Cordasco <graffatco… |
| fastapi | 0.139.2 | FastAPI framework, high performan… | |
| FastAPI-AutoCRUD | 0.1.5 | A powerful, enterprise-level Fast… |
GET /pypi-packages-scraper
{ "name": "Flask", "version": "3.1.3", "summary": "A simple framework for building complex web ap…", "maintainerEmail": "Pallets <[email protected]>", "license": "BSD-3-Clause", "requiresPython": ">=3.9", "releaseDate": "2026-02-19T05:00:56.027585Z", "projectUrl": "https://pypi.org/project/Flask/", "documentationUrl": "https://flask.palletsprojects.com/" }
関連スクレイパー
よくある質問
Can I look up several packages at once?
Yes. Package Names and Search Queries are both lists, so one run can cover many packages and searches.
How does the keyword search work?
Each query is matched against package names across the whole index, ranked best-first, and the top matches are fetched with full metadata.
Do I get author and maintainer contacts?
Yes, when the package publishes them: author, maintainer and their email addresses are captured as standard.
How fresh is the data?
Versions and metadata are read live at run time, so each record reflects the moment of the run (see observedAt).