reapxdev commited on
Commit
5f64a4e
·
verified ·
1 Parent(s): 6b4c2d2

2,692 rows from 38 collector runs

Browse files
Files changed (4) hide show
  1. README.md +72 -0
  2. dataset.json +27 -0
  3. lemmy-scraper.csv +0 -0
  4. lemmy-scraper.jsonl +0 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ language:
4
+ - en
5
+ pretty_name: "Lemmy Scraper \u00b7 Communities, Posts, Comments & Instances"
6
+ size_categories:
7
+ - 1K<n<10K
8
+ tags:
9
+ - "reapx"
10
+ - "web-scraping"
11
+ - "open-data"
12
+ - "lemmy-scraper"
13
+ - "lemmy"
14
+ - "communities"
15
+ - "posts"
16
+ - "comments"
17
+ - "instances"
18
+ configs:
19
+ - config_name: default
20
+ data_files:
21
+ - split: train
22
+ path: lemmy-scraper.jsonl
23
+ ---
24
+
25
+ ![reapX — public sources in, addressable records out](https://reapx.dev/reapx.gif)
26
+
27
+ # Lemmy Scraper · Communities, Posts, Comments & Instances
28
+
29
+ Scrape Lemmy communities, posts, comments, and instance metadata across the Fediverse. Structured data export by instance domain, community name, and sort type.
30
+
31
+ | | |
32
+ | --- | --- |
33
+ | Rows in this dataset | 2,692 |
34
+ | Fields | 32 |
35
+ | Collector runs behind it | 38 |
36
+ | Most recent observation | 2026-08-04 |
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
+ ## Provenance
44
+
45
+ Each row carries `_run_id` and `_dataset_id`, naming the collector run that produced it, so any
46
+ row can be traced back to the run that observed it. Rows observed by more than one run are
47
+ deduplicated on content; 8 duplicate observations were collapsed.
48
+
49
+ ## Files
50
+
51
+ - `lemmy-scraper.jsonl` — one JSON object per row, the canonical form
52
+ - `lemmy-scraper.csv` — the same rows flattened; nested values are JSON-encoded within their cell
53
+ so they round-trip
54
+ - `dataset.json` — schema.org `Dataset` metadata
55
+
56
+ ## Loading it
57
+
58
+ ```python
59
+ from datasets import load_dataset
60
+ ds = load_dataset("reapxdev/lemmy-scraper", split="train")
61
+ ```
62
+
63
+ ## Related
64
+
65
+ - All sources: <https://reapx.dev/data/> · machine-readable index: <https://reapx.dev/llms.txt>
66
+ - The collector is a public Apify Actor; agents reach it through <https://mcp.apify.com>
67
+
68
+ ## Licence
69
+
70
+ Collected from public sources. This metadata and the published pages are
71
+ [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/); the underlying records remain under
72
+ 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/lemmy-scraper/",
5
+ "name": "Lemmy Scraper \u00b7 Communities, Posts, Comments & Instances",
6
+ "description": "Scrape Lemmy communities, posts, comments, and instance metadata across the Fediverse. Structured data export by instance domain, community name, and sort type.",
7
+ "url": "https://reapx.dev/data/lemmy-scraper/",
8
+ "identifier": "lemmy-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-04",
17
+ "variableMeasured": "",
18
+ "distribution": [
19
+ {
20
+ "@type": "DataDownload",
21
+ "encodingFormat": "text/html",
22
+ "contentUrl": "https://reapx.dev/data/lemmy-scraper/"
23
+ }
24
+ ],
25
+ "measurementTechnique": "Apify Actor reapx/lemmy-scraper",
26
+ "sameAs": "https://apify.com/reapx/lemmy-scraper"
27
+ }
lemmy-scraper.csv ADDED
The diff for this file is too large to render. See raw diff
 
lemmy-scraper.jsonl ADDED
The diff for this file is too large to render. See raw diff