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 details including sales counts, descriptions, prices, and seller info from 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

2 days ago

Last modified

Share

This actor extracts Product details from Gumroad. It works on individual product pages to collect deep metadata including sales volume, pricing structures, and seller information. The scraper captures all public data points visible on the product detail view.


Want more from Gumroad?

This actor covers Products only. The full Gumroad Scraper browser extension also includes Products, Reviews 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


Data Fields

Field NameDescriptionExample
Product NameThe title of the product"Digital Art Brush Pack"
PermalinkThe unique URL slug"brush-pack-v1"
Product URLFull link to the product"https://gumroad.com/l/brush-pack-v1"
Long URLCanonical URL of the product"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://gumroad.com/avatar/123.png"
Seller Profile URLLink to seller store page"https://gumroad.com/artstudio"
Main Cover IDID of the primary cover image"cover_001"
All ImagesList of all product image URLs["img1.jpg", "img2.jpg"]
Thumbnail URLSmall preview image link"https://gumroad.com/thumb/123.png"
Is PublishedBoolean status of producttrue
Is Stream OnlyIf content is only for streamingfalse
StreamableIf content can be streamedtrue
Sales CountTotal number of sales450
SummaryShort product summary"Professional brushes for Procreate."
DescriptionFull HTML or text description"This pack includes 50 brushes..."
Ratings CountTotal number of ratings85
Average RatingMean star rating4.8
Rating PercentagesBreakdown of star ratings{"5": 90, "4": 10}
Currency CodeThree-letter currency code"USD"
Price (Cents)Price in smallest currency unit1500
Price DisplayFormatted price string"$15"
Rental Price (Cents)Price for rental if applicable500
Pay What You Want Suggested Price (Cents)Suggested donation amount1000
Eligible For Installment PlansIf installments are allowedfalse
Allow Installment PlanIf seller enabled installmentsfalse
Installment Plan DetailsDetails of payment schedulenull
Is Legacy SubscriptionIf using old subscription modelfalse
Is Tiered MembershipIf product has multiple tierstrue
Is PhysicalIf product is a physical goodfalse
Is Multiseat LicenseIf license covers multiple usersfalse
Product TypeCategory of the product"digital_product"
Is Quantity EnabledIf buyers can select quantityfalse
Free Trial DurationLength of trial in days7
RecurrencesSubscription billing cycles"monthly"
Product OptionsAvailable variants or options["Standard", "Extended"]
Is Compliance BlockedIf product is restrictedfalse
AttributesMetadata tags for the product{"software": "Procreate"}
AnalyticsInternal tracking data{}
Has Third Party AnalyticsIf external tracking is usedtrue
Refund PolicyText of the refund terms"No refunds on digital goods."
Bundle ProductsIDs of products in bundle[]
Public FilesList of accessible file names["brushes.zip"]
Audio Previews EnabledIf audio clips are playablefalse

Input

  • urls: Array of Gumroad product page URLs.
  • maxItems: Maximum number of items to process per URL.

Example Input

{
"urls": ["https://gumroad.com/l/example-product"],
"maxItems": 1
}

Example Output

[
{
"productName": "Minimalist Wallpaper Pack",
"permalink": "minimal-walls",
"productUrl": "https://gumroad.com/l/minimal-walls",
"sellerName": "DesignCo",
"salesCount": 1200,
"averageRating": 5.0,
"priceCents": 1000,
"currencyCode": "USD",
"isPhysical": false
},
{
"productName": "Python Scripting Guide",
"permalink": "python-guide",
"productUrl": "https://gumroad.com/l/python-guide",
"sellerName": "CodeMaster",
"salesCount": 350,
"averageRating": 4.7,
"priceCents": 2500,
"currencyCode": "USD",
"isPhysical": false
}
]

Disclaimer

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