Gumroad Scraper | Products | Sales | Digital Goods
Pricing
from $4.00 / 1,000 results
Gumroad Scraper | Products | Sales | Digital Goods
Extract Gumroad product listings with pricing and sales data for digital product market research
Pricing
from $4.00 / 1,000 results
Rating
0.0
(0)
Developer
Ahmed Jasarevic
Maintained by CommunityActor stats
0
Bookmarked
5
Total users
0
Monthly active users
2 days ago
Last modified
Categories
Share
Gumroad Scraper — Products, Sales & Digital Goods
Scrape Gumroad digital product listings, prices, sales counts, ratings and sellers from any category or niche — for market research, competitive analysis and digital-product lead generation.
Main Use Cases
- Digital product market research — analyze pricing, sales counts and ratings across categories
- Competitive analysis — track what top sellers in your niche offer and how they price
- Product & seller lead gen — discover successful Gumroad sellers for partnerships or outreach
- Niche catalog building — collect products in tech, business, 3D, design, photography and more
- Price & sales monitoring — watch sales counts and pricing trends over time
How It Works
Pick a category from the Gumroad taxonomy (Tech, Business, Music, Film, Photography, Education, Books, Design, 3D, and more), and the actor collects matching products with their name, price, currency, sales count, average rating, seller info, thumbnail and product URL — returned as clean structured records.
Build Digital-Product Databases Without the Official Gumroad API
Gumroad doesn't offer a public product-catalog API. This actor walks the storefront categories directly and returns consistent, research-ready records for every product — ideal for building a digital-goods database or competitor watchlist.
Explore Niche Markets by Category
Choose exactly the segment you care about — from software_development and business_and_money to 3d_assets, photo_preset, courses, brushes, fonts, mockups, canva, figma, vr_chat and dozens more — so every run is targeted and relevant.
Input
| Field | Type | Required | Default | Notes |
|---|---|---|---|---|
category | string | — | "" | Gumroad category/niche key (e.g. software_development, 3d_assets, photo_preset, courses, fonts). |
section_search | string | — | hidden | Advanced category-tree configuration (hidden field). |
Output
Each dataset record is one Gumroad product:
| Field | Description |
|---|---|
name | Product name |
price | Price (number) |
currency | Currency code |
sales_count | Number of sales |
ratings.average | Average rating |
seller.name | Seller name |
thumbnail_url | Product image URL |
url | Product page URL |
native_type | Product type/label |
Example Input
{"category": "software_development"}
Example Output
{"name": "Web Dev Starter Kit","price": 29.0,"currency": "USD","sales_count": 1240,"ratings": { "average": 4.8 },"seller": { "name": "JaneCreates" },"thumbnail_url": "https://gumroad.com/thumb.jpg","url": "https://gumroad.com/l/webdev","native_type": "Product"}
Integrations & Automation
- Export to CSV / Google Sheets / your DB from the dataset
- Schedule weekly runs to monitor sales counts and pricing across your niche
- Webhook results into your research pipeline or CRM
Recurring usage tip: run weekly to capture sales-count deltas and pricing changes for benchmark products.
Related Actors
dtrungle/gumroad-scraper— Gumroad products and sales datadtrungle/gumroad-product-search— Gumroad search-based collectionspdrummer1/gumroad-scraper— Gumroad product extractionmaxcopell/gumroad-rankings— Gumroad bestseller/top-product datam1024796851/gumroad-creators— Gumroad creator data
FAQ
Why use this actor instead of an official Gumroad API?
Gumroad offers no public catalog API for browsing all products by category and pulling sales counts and ratings. This actor reads the public storefront directly, giving you research-ready data without building a manual scraper.
What are alternatives to this actor / Gumroad data?
Gumroad's own search/discovery pages, third-party product indexes, and other Gumroad scrapers on Apify (see Related Actors). For seller-side metrics you'd need access to a seller's own dashboard — this actor only reads public catalog data.
What categories are supported?
It covers a broad taxonomy: software development, web design, mobile apps, productivity tools, business & money, marketing, music/sample packs/VSTs, film, photography, education, books, comics, drawing/painting, design/branding/fonts/mockups/Canva/Figma, 3D assets/modeling/animation/VR-Chain, and more.
Do I need to choose a category?
No — category defaults to empty. Leaving it broad returns a wider product set; choosing a niche makes the run more targeted.
Can I track sales over time?
Yes — schedule recurring runs and compare sales_count values between runs to estimate momentum.
SEO Keywords
gumroad scraper, gumroad product data, digital products data, gumroad sales tracker, gumroad category scraper, gumroad seller data, gumroad market research, digital goods database, gumroad competitive analysis, gumroad pricing data, gumroad api alternative, gumroad product search, digital product lead gen, gumroad ratings data, indie digital products, gumroad niche research, gumroad product list, gumroad export, gumroad creators data, digital product market data
For AI Agents & LLM Apps
Returns one record per Gumroad product — name, price, currency, sales count, rating, seller, thumbnail and URL.
Minimal working input:
{"category": "software_development"}
Output field list (dataset): name, price, currency, sales_count, ratings.average, seller.name, thumbnail_url, url, native_type.
Behaviors an agent should know:
categoryselects the niche; leave empty for a broader catalog.- Sales/rating fields are the latest snapshot at scrape time — for trends, compare across scheduled runs.
thumbnail_urlis a URL string; fetch it separately if you need the image file.
Billing: pay-per-event (compute-based); keep a category narrow to control run size and cost.
Legal & Compliance Disclaimer
This actor is an independent tool and is not affiliated with, endorsed by, or sponsored by Gumroad. It accesses only publicly available storefront data; it does not bypass logins, access private dashboards, or expose seller-specific metrics beyond what's public. Users are responsible for complying with Gumroad's Terms of Service and applicable data-protection law when using or redistributing the scraped data.