reapxdev commited on
Commit
2bb4a8c
·
verified ·
1 Parent(s): 3aca7f4

14,776 rows from 84 collector runs

Browse files
Files changed (5) hide show
  1. .gitattributes +1 -0
  2. README.md +92 -0
  3. dataset.json +27 -0
  4. discogs-scraper.csv +0 -0
  5. discogs-scraper.jsonl +3 -0
.gitattributes CHANGED
@@ -58,3 +58,4 @@ 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
+ discogs-scraper.jsonl 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: "Discogs Scraper"
6
+ size_categories:
7
+ - 10K<n<100K
8
+ tags:
9
+ - reapx
10
+ - web-scraping
11
+ - open-data
12
+ - discogs-scraper
13
+ - discogs
14
+ - releases
15
+ - artists
16
+ - labels
17
+ - marketplace
18
+ configs:
19
+ - config_name: default
20
+ data_files:
21
+ - split: train
22
+ path: discogs-scraper.jsonl
23
+ ---
24
+
25
+ # Discogs Scraper
26
+
27
+ Search the Discogs music database and get one structured row per release, with artist, label, catalogue number, format, genre, collector counts, star rating and live marketplace price and stock.
28
+
29
+ | | |
30
+ | --- | --- |
31
+ | Rows in this dataset | 14,776 |
32
+ | Fields | 63 |
33
+ | Collector runs behind it | 84 |
34
+ | Most recent observation | 2026-08-03 |
35
+ | Browsable presentation | [https://reapx.dev/data/discogs-scraper/](https://reapx.dev/data/discogs-scraper/) — 656 entity pages |
36
+ | Run the collector yourself | [https://apify.com/reapx/discogs-scraper](https://apify.com/reapx/discogs-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
+ 656 entity pages at [https://reapx.dev/data/discogs-scraper/](https://reapx.dev/data/discogs-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; 3 duplicate observations were collapsed.
53
+
54
+ ## Files
55
+
56
+ - `discogs-scraper.jsonl` — one JSON object per row, the canonical form
57
+ - `discogs-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/discogs-scraper", split="train")
66
+ ```
67
+
68
+ ## A sample of the published entities
69
+
70
+ - [1995 epilepsy](https://reapx.dev/data/discogs-scraper/1995-epilepsy/)
71
+ - [Barry Can&#x27;t Swim](https://reapx.dev/data/discogs-scraper/barry-can-t-swim/)
72
+ - [Cirez D](https://reapx.dev/data/discogs-scraper/cirez-d/)
73
+ - [Dub Kult](https://reapx.dev/data/discogs-scraper/dub-kult/)
74
+ - [Gene Krupa](https://reapx.dev/data/discogs-scraper/gene-krupa/)
75
+ - [Indonesia](https://reapx.dev/data/discogs-scraper/indonesia/)
76
+ - [Kroma](https://reapx.dev/data/discogs-scraper/kroma/)
77
+ - [Michael Cassette](https://reapx.dev/data/discogs-scraper/michael-cassette/)
78
+ - [Pervenche](https://reapx.dev/data/discogs-scraper/pervenche/)
79
+ - [Seb Fontaine](https://reapx.dev/data/discogs-scraper/seb-fontaine/)
80
+ - [Teddy Wilson Trio](https://reapx.dev/data/discogs-scraper/teddy-wilson-trio/)
81
+ - [Tomoki Hirata](https://reapx.dev/data/discogs-scraper/tomoki-hirata/)
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/discogs-scraper/",
5
+ "name": "Discogs Scraper \u2014 Releases, Artists, Labels & Marketplace",
6
+ "description": "Search the Discogs music database and get one structured row per release, with artist, label, catalogue number, format, genre, collector counts, star rating and live marketplace price and stock.",
7
+ "url": "https://reapx.dev/data/discogs-scraper/",
8
+ "identifier": "discogs-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/discogs-scraper/"
23
+ }
24
+ ],
25
+ "measurementTechnique": "Apify Actor reapx/discogs-scraper",
26
+ "sameAs": "https://apify.com/reapx/discogs-scraper"
27
+ }
discogs-scraper.csv ADDED
The diff for this file is too large to render. See raw diff
 
discogs-scraper.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3151665dd3120a015503d42c46d4181a45165fd3c2e61d059317a45f4a16b853
3
+ size 11070824