Datasets:
17,067 rows from 95 collector runs
Browse files- .gitattributes +2 -0
- README.md +92 -0
- dataset.json +27 -0
- npm-package-scraper.csv +3 -0
- npm-package-scraper.jsonl +3 -0
.gitattributes
CHANGED
|
@@ -58,3 +58,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
npm-package-scraper.jsonl filter=lfs diff=lfs merge=lfs -text
|
| 62 |
+
npm-package-scraper.csv filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,92 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
pretty_name: "npm Package Scraper"
|
| 6 |
+
size_categories:
|
| 7 |
+
- 10K<n<100K
|
| 8 |
+
tags:
|
| 9 |
+
- "reapx"
|
| 10 |
+
- "web-scraping"
|
| 11 |
+
- "open-data"
|
| 12 |
+
- "npm-package-scraper"
|
| 13 |
+
- "package"
|
| 14 |
+
- "versions"
|
| 15 |
+
- "downloads"
|
| 16 |
+
- "deps"
|
| 17 |
+
- "maintainers"
|
| 18 |
+
configs:
|
| 19 |
+
- config_name: default
|
| 20 |
+
data_files:
|
| 21 |
+
- split: train
|
| 22 |
+
path: npm-package-scraper.jsonl
|
| 23 |
+
---
|
| 24 |
+
|
| 25 |
+
# npm Package Scraper
|
| 26 |
+
|
| 27 |
+
Search the npm registry and get one structured row per package, with the latest version, weekly and monthly downloads, dependent count, dependencies, publish history, licence and maintainers.
|
| 28 |
+
|
| 29 |
+
| | |
|
| 30 |
+
| --- | --- |
|
| 31 |
+
| Rows in this dataset | 17,067 |
|
| 32 |
+
| Fields | 61 |
|
| 33 |
+
| Collector runs behind it | 95 |
|
| 34 |
+
| Most recent observation | 2026-08-03 |
|
| 35 |
+
| Browsable presentation | [https://reapx.dev/data/npm-package-scraper/](https://reapx.dev/data/npm-package-scraper/) — 9,571 entity pages |
|
| 36 |
+
| Run the collector yourself | [https://apify.com/reapx/npm-package-scraper](https://apify.com/reapx/npm-package-scraper) |
|
| 37 |
+
|
| 38 |
+
## What this is
|
| 39 |
+
|
| 40 |
+
Every row here was returned by a real run of a public collector. Nothing is generated from a
|
| 41 |
+
template over a keyword list: a row exists because a run observed it.
|
| 42 |
+
|
| 43 |
+
A browsable presentation of the subset that carries an addressable `packageName` is published as
|
| 44 |
+
9,571 entity pages at [https://reapx.dev/data/npm-package-scraper/](https://reapx.dev/data/npm-package-scraper/), one page per entity. **This dataset is
|
| 45 |
+
the larger of the two** — rows whose payload has no field that can address a page are here and
|
| 46 |
+
are not published there.
|
| 47 |
+
|
| 48 |
+
## Provenance
|
| 49 |
+
|
| 50 |
+
Each row carries `_run_id` and `_dataset_id`, naming the collector run that produced it, so any
|
| 51 |
+
row can be traced back to the run that observed it. Rows observed by more than one run are
|
| 52 |
+
deduplicated on content; 63 duplicate observations were collapsed.
|
| 53 |
+
|
| 54 |
+
## Files
|
| 55 |
+
|
| 56 |
+
- `npm-package-scraper.jsonl` — one JSON object per row, the canonical form
|
| 57 |
+
- `npm-package-scraper.csv` — the same rows flattened; nested values are JSON-encoded within their cell
|
| 58 |
+
so they round-trip
|
| 59 |
+
- `dataset.json` — schema.org `Dataset` metadata
|
| 60 |
+
|
| 61 |
+
## Loading it
|
| 62 |
+
|
| 63 |
+
```python
|
| 64 |
+
from datasets import load_dataset
|
| 65 |
+
ds = load_dataset("reapxdev/npm-package-scraper", split="train")
|
| 66 |
+
```
|
| 67 |
+
|
| 68 |
+
## A sample of the published entities
|
| 69 |
+
|
| 70 |
+
- [0http](https://reapx.dev/data/npm-package-scraper/0http/)
|
| 71 |
+
- [@aws-sdk/client-personalize](https://reapx.dev/data/npm-package-scraper/aws-sdk-client-personalize/)
|
| 72 |
+
- [command-code](https://reapx.dev/data/npm-package-scraper/command-code/)
|
| 73 |
+
- [errlop](https://reapx.dev/data/npm-package-scraper/errlop/)
|
| 74 |
+
- [graphile-llm](https://reapx.dev/data/npm-package-scraper/graphile-llm/)
|
| 75 |
+
- [@kilocode/cli-linux-x64-baseline](https://reapx.dev/data/npm-package-scraper/kilocode-cli-linux-x64-baseline/)
|
| 76 |
+
- [mviz](https://reapx.dev/data/npm-package-scraper/mviz/)
|
| 77 |
+
- [parcel-plugin-codegen](https://reapx.dev/data/npm-package-scraper/parcel-plugin-codegen/)
|
| 78 |
+
- [react-native-lightbox-v2](https://reapx.dev/data/npm-package-scraper/react-native-lightbox-v2/)
|
| 79 |
+
- [sequelize-tokenify](https://reapx.dev/data/npm-package-scraper/sequelize-tokenify/)
|
| 80 |
+
- [tailwindcss-animated](https://reapx.dev/data/npm-package-scraper/tailwindcss-animated/)
|
| 81 |
+
- [umi-webpack-bundle-analyzer](https://reapx.dev/data/npm-package-scraper/umi-webpack-bundle-analyzer/)
|
| 82 |
+
|
| 83 |
+
## Related
|
| 84 |
+
|
| 85 |
+
- All sources: <https://reapx.dev/data/> · machine-readable index: <https://reapx.dev/llms.txt>
|
| 86 |
+
- The collector is a public Apify Actor; agents reach it through <https://mcp.apify.com>
|
| 87 |
+
|
| 88 |
+
## Licence
|
| 89 |
+
|
| 90 |
+
Collected from public sources. This metadata and the published pages are
|
| 91 |
+
[CC BY 4.0](https://creativecommons.org/licenses/by/4.0/); the underlying records remain under
|
| 92 |
+
the terms of their originating source.
|
dataset.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"@context": "https://schema.org",
|
| 3 |
+
"@type": "Dataset",
|
| 4 |
+
"@id": "https://reapx.dev/data/npm-package-scraper/",
|
| 5 |
+
"name": "npm Package Scraper \u2014 Versions, Downloads, Deps & Maintainers",
|
| 6 |
+
"description": "Search the npm registry and get one structured row per package, with the latest version, weekly and monthly downloads, dependent count, dependencies, publish history, licence and maintainers.",
|
| 7 |
+
"url": "https://reapx.dev/data/npm-package-scraper/",
|
| 8 |
+
"identifier": "npm-package-scraper",
|
| 9 |
+
"license": "https://creativecommons.org/licenses/by/4.0/",
|
| 10 |
+
"creator": {
|
| 11 |
+
"@type": "Organization",
|
| 12 |
+
"name": "reapx",
|
| 13 |
+
"url": "https://reapx.dev"
|
| 14 |
+
},
|
| 15 |
+
"isAccessibleForFree": true,
|
| 16 |
+
"dateModified": "2026-08-03",
|
| 17 |
+
"variableMeasured": "packageName",
|
| 18 |
+
"distribution": [
|
| 19 |
+
{
|
| 20 |
+
"@type": "DataDownload",
|
| 21 |
+
"encodingFormat": "text/html",
|
| 22 |
+
"contentUrl": "https://reapx.dev/data/npm-package-scraper/"
|
| 23 |
+
}
|
| 24 |
+
],
|
| 25 |
+
"measurementTechnique": "Apify Actor reapx/npm-package-scraper",
|
| 26 |
+
"sameAs": "https://apify.com/reapx/npm-package-scraper"
|
| 27 |
+
}
|
npm-package-scraper.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9fd0c1502f1848a3ea3176d0df24da6bb450368a0e9d99d2d7d13fd6445bc005
|
| 3 |
+
size 13214120
|
npm-package-scraper.jsonl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cee0a69d5b871cf2f5e3f98839af5abe07930b218f01a31aa69624bc02f89f00
|
| 3 |
+
size 21478939
|