开发者工具
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、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
返回的字段
NameVersionSummaryMaintainer EmailLicenseRequires PythonRelease DateProject UrlDocumentation UrlRepository UrlChangelog UrlFunding UrlKeywordsClassifiers
示例输出
一条真实的示例记录,正是你收到的结构。
| 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).