reapxdev commited on
Commit
5116cdc
·
verified ·
1 Parent(s): ddefda6

24,226 rows from 66 collector runs

Browse files
Files changed (5) hide show
  1. .gitattributes +2 -0
  2. README.md +92 -0
  3. dataset.json +27 -0
  4. mastodon-scraper.csv +3 -0
  5. mastodon-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
+ mastodon-scraper.jsonl filter=lfs diff=lfs merge=lfs -text
62
+ mastodon-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: "Mastodon Scraper"
6
+ size_categories:
7
+ - 10K<n<100K
8
+ tags:
9
+ - "reapx"
10
+ - "web-scraping"
11
+ - "open-data"
12
+ - "mastodon-scraper"
13
+ - "mastodon"
14
+ - "posts"
15
+ - "accounts"
16
+ - "hashtags"
17
+ - "instances"
18
+ configs:
19
+ - config_name: default
20
+ data_files:
21
+ - split: train
22
+ path: mastodon-scraper.jsonl
23
+ ---
24
+
25
+ # Mastodon Scraper
26
+
27
+ Read public Mastodon posts by hashtag, instance timeline, trending or account, and get one structured row per post with the author, engagement counts, hashtags, media and outbound links.
28
+
29
+ | | |
30
+ | --- | --- |
31
+ | Rows in this dataset | 24,226 |
32
+ | Fields | 67 |
33
+ | Collector runs behind it | 66 |
34
+ | Most recent observation | 2026-08-03 |
35
+ | Browsable presentation | [https://reapx.dev/data/mastodon-scraper/](https://reapx.dev/data/mastodon-scraper/) — 7,188 entity pages |
36
+ | Run the collector yourself | [https://apify.com/reapx/mastodon-scraper](https://apify.com/reapx/mastodon-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 `handle` is published as
44
+ 7,188 entity pages at [https://reapx.dev/data/mastodon-scraper/](https://reapx.dev/data/mastodon-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; 156 duplicate observations were collapsed.
53
+
54
+ ## Files
55
+
56
+ - `mastodon-scraper.jsonl` — one JSON object per row, the canonical form
57
+ - `mastodon-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/mastodon-scraper", split="train")
66
+ ```
67
+
68
+ ## A sample of the published entities
69
+
70
+ - [2137.social/13](https://reapx.dev/data/mastodon-scraper/2137-social-13/)
71
+ - [defcon.social/jay52_tx](https://reapx.dev/data/mastodon-scraper/defcon-social-jay52-tx/)
72
+ - [freeradical.zone/babble_endanger](https://reapx.dev/data/mastodon-scraper/freeradical-zone-babble-endanger/)
73
+ - [infosec.exchange/davidbombal](https://reapx.dev/data/mastodon-scraper/infosec-exchange-davidbombal/)
74
+ - [mas.to/maniandthenonos](https://reapx.dev/data/mastodon-scraper/mas-to-maniandthenonos/)
75
+ - [mastodon.scot/technorow](https://reapx.dev/data/mastodon-scraper/mastodon-scot-technorow/)
76
+ - [mastodon.social/GetMusic](https://reapx.dev/data/mastodon-scraper/mastodon-social-getmusic/)
77
+ - [mastodon.social/purrpurr](https://reapx.dev/data/mastodon-scraper/mastodon-social-purrpurr/)
78
+ - [mastodon.world/ShopTanADaiThanh](https://reapx.dev/data/mastodon-scraper/mastodon-world-shoptanadaithanh/)
79
+ - [nexirift.com/ichimatsuKsDenki969](https://reapx.dev/data/mastodon-scraper/nexirift-com-ichimatsuksdenki969/)
80
+ - [punk.photos/j.jilka](https://reapx.dev/data/mastodon-scraper/punk-photos-j-jilka/)
81
+ - [sunny.garden/ZebraFeatherAH](https://reapx.dev/data/mastodon-scraper/sunny-garden-zebrafeatherah/)
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/mastodon-scraper/",
5
+ "name": "Mastodon Scraper \u2014 Posts, Accounts, Hashtags & Instances",
6
+ "description": "Read public Mastodon posts by hashtag, instance timeline, trending or account, and get one structured row per post with the author, engagement counts, hashtags, media and outbound links.",
7
+ "url": "https://reapx.dev/data/mastodon-scraper/",
8
+ "identifier": "mastodon-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": "handle",
18
+ "distribution": [
19
+ {
20
+ "@type": "DataDownload",
21
+ "encodingFormat": "text/html",
22
+ "contentUrl": "https://reapx.dev/data/mastodon-scraper/"
23
+ }
24
+ ],
25
+ "measurementTechnique": "Apify Actor reapx/mastodon-scraper",
26
+ "sameAs": "https://apify.com/reapx/mastodon-scraper"
27
+ }
mastodon-scraper.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a01a278d4d7e74330d207acbb8ee0e49ec2091c58834a973812748d7ac500eed
3
+ size 21217260
mastodon-scraper.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97e6edd5f5d85f2d0593dc4434437acce52e9512f894806acf78178a242106c1
3
+ size 34300728