开发者工具
NPM Packages Scraper - Versions, Authors & Scores
Scrape npm packages by keyword with version, keywords, author, publisher, links and quality, popularity and maintenance scores. Export to JSON, CSV or Excel.
npm-packages-scraper.json 200 OK
{ "name": "@actions/http-client", "version": "4.0.1", "description": "Actions Http Client", "keywords": ["github","actions","http"], "publisher": "GitHub Actions", "date": "2026-04-21T21:42:26.809Z", "npmUrl": "https://www.npmjs.com/package/@actions/http-cl…", "homepage": "https://github.com/actions/toolkit/tree/main/p…", "repository": "git+https://github.com/actions/toolkit.git" }
你会得到什么
每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
返回的字段
NameVersionDescriptionKeywordsPublisherDateNpm UrlHomepageRepositoryBugsScore FinalScore QualityScore PopularityScore Maintenance
示例输出
一条真实的示例记录,正是你收到的结构。
| Name | Version | Description | Keywords |
|---|---|---|---|
| @actions/http-client | 4.0.1 | Actions Http Client | ["github","actions","http"] |
| @digitalbazaar/http-client | 4.3.0 | An opinionated, isomorphic HTTP c… | ["http","isomorphic","http client… |
| @hapi/wreck | 18.1.2 | HTTP Client Utilities | ["utilities","http","client"] |
GET /npm-packages-scraper
{ "name": "@actions/http-client", "version": "4.0.1", "description": "Actions Http Client", "keywords": ["github","actions","http"], "publisher": "GitHub Actions", "date": "2026-04-21T21:42:26.809Z", "npmUrl": "https://www.npmjs.com/package/@actions/http-cl…", "homepage": "https://github.com/actions/toolkit/tree/main/p…", "repository": "git+https://github.com/actions/toolkit.git" }
相关爬虫
常见问题
What do the scores mean?
Each package includes quality, popularity and maintenance scores from 0 to 1, plus a combined final score, so you can rank packages by health.
Can I get more than the first page of results?
Yes. Set Max Items higher and the scraper pages through the results for you.
Which fields are numeric?
All four scores are parsed as numbers so you can sort and filter directly.
How fresh is the data?
Versions and scores are read live at run time, so each record reflects the moment of the run (see observedAt).