開発ツール
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・スプレッドシート・データベースにそのまま使えます。
- 結果ごとに 1 レコード、重複排除・正規化済み
- JSON・CSV・Excel の安定したスキーマ、または Apify API で読み取り
- クラウドで従量課金。インストールも保守も不要
返される項目
NameVersionDescriptionKeywordsPublisherDateNpm UrlHomepageRepositoryBugsScore FinalScore QualityScore PopularityScore Maintenance
出力サンプル
実際の 1 レコード例。受け取る形そのままです。
| 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).