Gumroad Product Details Scraper avatar

Gumroad Product Details Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Gumroad Product Details Scraper

Gumroad Product Details Scraper

Extract product names, sales counts, prices, ratings, and seller details from individual Gumroad product pages. Powered by Gumroad Scraper.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Nifty

Nifty

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Introduction

This actor extracts Product Details from Gumroad. It collects metadata from individual product pages including sales volume, pricing structures, seller information, and rating distributions. It is designed for market research and competitor analysis on the Gumroad platform.

Data Fields

Field NameDescriptionExample
Product NameThe title of the product"Digital Art Brush Pack"
PermalinkThe unique URL slug"brush-pack-v1"
Product URLThe full URL of the product"https://gumroad.com/l/brush-pack-v1"
Long URLThe canonical URL"https://seller.gumroad.com/l/brush-pack-v1"
Seller IDUnique identifier for the seller"123456789"
Seller NameDisplay name of the creator"ArtStudio Pro"
Seller Avatar URLLink to seller profile image"https://public-files.gumroad.com/avatar.png"
Seller Profile URLLink to seller store page"https://artstudio.gumroad.com"
Main Cover IDID of the primary cover image"cover_001"
All ImagesArray of all product image URLs["url1", "url2"]
Thumbnail URLSmall preview image link"https://public-files.gumroad.com/thumb.png"
Is PublishedBoolean status of the listingtrue
Is Stream OnlyIf the content is video stream onlyfalse
StreamableIf the content can be streamedtrue
Sales CountTotal number of sales450
SummaryShort product summary"High quality brushes for Procreate."
DescriptionFull HTML or text description"Detailed description of the pack..."
Ratings CountTotal number of reviews85
Average RatingMean star rating4.8
Rating PercentagesBreakdown of star ratings{"5": 80, "4": 5}
Currency CodeThree-letter currency code"USD"
Price (Cents)Price in smallest currency unit2500
Price DisplayFormatted price string"$25"
Rental Price (Cents)Price for rentals if applicable0
Pay What You Want Suggested Price (Cents)Suggested price for PWYW1000
Eligible For Installment PlansIf installments are allowedfalse
Allow Installment PlanIf installments are activefalse
Installment Plan DetailsTerms of payment plansnull
Is Legacy SubscriptionIf using old subscription modelfalse
Is Tiered MembershipIf product has membership tiersfalse
Is PhysicalIf product is a physical goodfalse
Is Multiseat LicenseIf license covers multiple userstrue
Product TypeCategory of the product"digital_product"
Is Quantity EnabledIf buyers can select quantityfalse
Free Trial DurationLength of trial in days0
RecurrencesSubscription billing cyclesnull
Product OptionsAvailable variants or versions["Standard", "Extended"]
Is Compliance BlockedIf product is restrictedfalse
AttributesCustom product attributes{"software": "Procreate"}
AnalyticsInternal analytics data{}
Has Third Party AnalyticsIf external tracking is usedtrue
Refund PolicyText of the refund policy"No refunds on digital goods."
Bundle ProductsList of products in bundle[]
Public FilesList of accessible files["readme.pdf"]
Audio Previews EnabledIf audio previews are activefalse

Input

  • urls: Array of Gumroad product page URLs. Example: https://gumroad.com/l/example-product.
  • maxItems: Maximum number of items to process per URL. Default is 100.

Example Input

{
"urls": ["https://gumroad.com/l/digital-product-sample"],
"maxItems": 10
}

Example Output

[
{
"productName": "Advanced Shader Pack",
"permalink": "shader-pack",
"productUrl": "https://gumroad.com/l/shader-pack",
"sellerName": "Graphics Master",
"salesCount": 1200,
"averageRating": 4.9,
"priceCents": 1500,
"currencyCode": "USD",
"isPhysical": false
},
{
"productName": "Python Automation Script",
"permalink": "python-script",
"productUrl": "https://gumroad.com/l/python-script",
"sellerName": "Code Solutions",
"salesCount": 350,
"averageRating": 4.5,
"priceCents": 4900,
"currencyCode": "USD",
"isPhysical": false
}
]

Want more from Gumroad?

This actor only covers Product Details. The full Gumroad Scraper browser extension also includes Products in a List, Reviews in a List with unlimited personal use, real-time scraping with your logged-in sessions, CSV/Excel/JSON export, field customization, and scheduled monitoring.

Get the Gumroad Scraper extension

Disclaimer

This tool extracts publicly available data. Users are responsible for compliance with applicable terms of service.