-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (48 loc) · 2.64 KB
/
Copy pathindex.html
File metadata and controls
53 lines (48 loc) · 2.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gumroad Market Data 2026 — 146K+ Digital Products Analyzed</title>
<meta name="description" content="Open dataset of 146,271 digital products analyzed on Gumroad. Revenue, pricing, and niche data maintained by InsightRaider.">
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
max-width: 800px;
margin: 0 auto;
padding: 2rem;
line-height: 1.6;
color: #333;
}
h1 { color: #1a1a2e; }
a { color: #e94560; text-decoration: none; }
a:hover { text-decoration: underline; }
.stats { display: flex; gap: 2rem; flex-wrap: wrap; margin: 1.5rem 0; }
.stat { background: #f8f9fa; padding: 1rem 1.5rem; border-radius: 8px; }
.stat strong { display: block; font-size: 1.5rem; color: #e94560; }
.links { margin-top: 2rem; }
.links a { display: inline-block; margin-right: 1.5rem; margin-bottom: 0.5rem; }
</style>
</head>
<body>
<h1>Gumroad Market Data 2026</h1>
<p>Real revenue data from 146,271 digital products across 43,884 sellers on Gumroad.</p>
<div class="stats">
<div class="stat"><strong>146,271</strong> Products analyzed</div>
<div class="stat"><strong>43,884</strong> Sellers tracked</div>
<div class="stat"><strong>18</strong> Categories covered</div>
<div class="stat"><strong>$206M+</strong> Estimated revenue</div>
</div>
<h2>About This Dataset</h2>
<p>This open dataset provides comprehensive market intelligence on the Gumroad digital product ecosystem. It includes revenue estimates, pricing analysis, seller distribution, and category breakdowns.</p>
<p>This dataset is maintained by <a href="https://insightraider.com">InsightRaider</a>, a market intelligence platform for digital product creators.</p>
<h2>Key Resources</h2>
<div class="links">
<a href="https://insightraider.com/blog/profitable-niches-2026">Read the full analysis: Profitable Niches 2026</a>
<a href="https://insightraider.com">Explore live data on InsightRaider</a>
<a href="https://github.com/Pinous/gumroad-market-data">View the dataset on GitHub</a>
</div>
<h2>License</h2>
<p>This dataset is licensed under <a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International (CC BY 4.0)</a>.</p>
</body>
</html>