1,660 rows from 50 collector runs
Browse files- README.md +71 -0
- dataset.json +27 -0
- wordpress-plugins-scraper.csv +0 -0
- wordpress-plugins-scraper.jsonl +0 -0
README.md
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
pretty_name: "WordPress Plugins Scraper \u00b7 Plugins, Installs & Ratings"
|
| 6 |
+
size_categories:
|
| 7 |
+
- 1K<n<10K
|
| 8 |
+
tags:
|
| 9 |
+
- "reapx"
|
| 10 |
+
- "web-scraping"
|
| 11 |
+
- "open-data"
|
| 12 |
+
- "wordpress-plugins-scraper"
|
| 13 |
+
- "wordpress"
|
| 14 |
+
- "plugins"
|
| 15 |
+
- "installs"
|
| 16 |
+
- "ratings"
|
| 17 |
+
configs:
|
| 18 |
+
- config_name: default
|
| 19 |
+
data_files:
|
| 20 |
+
- split: train
|
| 21 |
+
path: wordpress-plugins-scraper.jsonl
|
| 22 |
+
---
|
| 23 |
+
|
| 24 |
+

|
| 25 |
+
|
| 26 |
+
# WordPress Plugins Scraper · Plugins, Installs & Ratings
|
| 27 |
+
|
| 28 |
+
Scrape WordPress plugins directory by tags, search queries, author accounts, install bands, and rating filters. Extract ratings, active installs, tags, release details, and author links.
|
| 29 |
+
|
| 30 |
+
| | |
|
| 31 |
+
| --- | --- |
|
| 32 |
+
| Rows in this dataset | 1,660 |
|
| 33 |
+
| Fields | 23 |
|
| 34 |
+
| Collector runs behind it | 50 |
|
| 35 |
+
| Most recent observation | 2026-08-03 |
|
| 36 |
+
|
| 37 |
+
## What this is
|
| 38 |
+
|
| 39 |
+
Every row here was returned by a real run of a public collector. Nothing is generated from a
|
| 40 |
+
template over a keyword list: a row exists because a run observed it.
|
| 41 |
+
|
| 42 |
+
## Provenance
|
| 43 |
+
|
| 44 |
+
Each row carries `_run_id` and `_dataset_id`, naming the collector run that produced it, so any
|
| 45 |
+
row can be traced back to the run that observed it. Rows observed by more than one run are
|
| 46 |
+
deduplicated on content; 420 duplicate observations were collapsed.
|
| 47 |
+
|
| 48 |
+
## Files
|
| 49 |
+
|
| 50 |
+
- `wordpress-plugins-scraper.jsonl` — one JSON object per row, the canonical form
|
| 51 |
+
- `wordpress-plugins-scraper.csv` — the same rows flattened; nested values are JSON-encoded within their cell
|
| 52 |
+
so they round-trip
|
| 53 |
+
- `dataset.json` — schema.org `Dataset` metadata
|
| 54 |
+
|
| 55 |
+
## Loading it
|
| 56 |
+
|
| 57 |
+
```python
|
| 58 |
+
from datasets import load_dataset
|
| 59 |
+
ds = load_dataset("reapxdev/wordpress-plugins-scraper", split="train")
|
| 60 |
+
```
|
| 61 |
+
|
| 62 |
+
## Related
|
| 63 |
+
|
| 64 |
+
- All sources: <https://reapx.dev/data/> · machine-readable index: <https://reapx.dev/llms.txt>
|
| 65 |
+
- The collector is a public Apify Actor; agents reach it through <https://mcp.apify.com>
|
| 66 |
+
|
| 67 |
+
## Licence
|
| 68 |
+
|
| 69 |
+
Collected from public sources. This metadata and the published pages are
|
| 70 |
+
[CC BY 4.0](https://creativecommons.org/licenses/by/4.0/); the underlying records remain under
|
| 71 |
+
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/wordpress-plugins-scraper/",
|
| 5 |
+
"name": "WordPress Plugins Scraper \u00b7 Plugins, Installs & Ratings",
|
| 6 |
+
"description": "Scrape WordPress plugins directory by tags, search queries, author accounts, install bands, and rating filters. Extract ratings, active installs, tags, release details, and author links.",
|
| 7 |
+
"url": "https://reapx.dev/data/wordpress-plugins-scraper/",
|
| 8 |
+
"identifier": "wordpress-plugins-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": "",
|
| 18 |
+
"distribution": [
|
| 19 |
+
{
|
| 20 |
+
"@type": "DataDownload",
|
| 21 |
+
"encodingFormat": "text/html",
|
| 22 |
+
"contentUrl": "https://reapx.dev/data/wordpress-plugins-scraper/"
|
| 23 |
+
}
|
| 24 |
+
],
|
| 25 |
+
"measurementTechnique": "Apify Actor reapx/wordpress-plugins-scraper",
|
| 26 |
+
"sameAs": "https://apify.com/reapx/wordpress-plugins-scraper"
|
| 27 |
+
}
|
wordpress-plugins-scraper.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
wordpress-plugins-scraper.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|