Gumroad Products Scraper avatar

Gumroad Products Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Gumroad Products Scraper

Gumroad Products Scraper

Extract Gumroad products from search results, discover pages, and seller profiles with pricing and ratings. Powered by Gumroad Scraper.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Nifty

Nifty

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

0

Monthly active users

a day ago

Last modified

Share

This actor extracts Products from Gumroad search results, category pages, and seller profiles. It captures pricing, seller details, and product metadata from any page displaying a list of items.


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"
PermalinkUnique identifier for the product URL"art-brushes-01"
Product URLDirect link to the product page"https://gumroad.com/l/art-brushes-01"
Seller IDUnique ID of the seller"123456789"
Seller NameDisplay name of the creator"Creative Studio"
Seller Avatar URLURL to the seller's profile image"https://gumroad.com/avatars/user.png"
Seller Profile URLLink to the seller's Gumroad profile"https://creativestudio.gumroad.com"
Ratings CountTotal number of reviews45
Average RatingMean star rating4.8
Thumbnail URLPrimary product image URL"https://gumroad.com/images/thumb.jpg"
Product TypeCategory of the item"digital_product"
Is Sales LimitedBoolean for stock limitsfalse
Price (Cents)Price in smallest currency unit1500
Currency CodeISO currency code"usd"
Price DisplayFormatted price string"$15"
Is Pay What You WantIf the product allows custom pricingtrue
RecurrenceSubscription frequency if applicable"monthly"

Input

  • urls: Array of Gumroad URLs. Use search results, discover pages, or seller profile pages.
  • maxItems: Maximum number of products to extract per URL. Default is 100.

Example Input

{
"urls": ["https://gumroad.com/discover?query=design"],
"maxItems": 50
}

Example Output

[
{
"productName": "UI Design Kit",
"permalink": "ui-kit-pro",
"productUrl": "https://gumroad.com/l/ui-kit-pro",
"sellerId": "987654321",
"sellerName": "Design Systems Co",
"sellerAvatarUrl": "https://gumroad.com/avatars/design.png",
"sellerProfileUrl": "https://designsystems.gumroad.com",
"ratingsCount": 120,
"averageRating": 4.9,
"thumbnailUrl": "https://gumroad.com/images/ui-kit.jpg",
"productType": "digital_product",
"isSalesLimited": false,
"priceCents": 2500,
"currencyCode": "usd",
"priceDisplay": "$25",
"isPayWhatYouWant": false,
"recurrence": null
},
{
"productName": "Ebook: Mastering CSS",
"permalink": "css-ebook",
"productUrl": "https://gumroad.com/l/css-ebook",
"sellerId": "456123789",
"sellerName": "Web Dev Academy",
"sellerAvatarUrl": "https://gumroad.com/avatars/webdev.png",
"sellerProfileUrl": "https://webdev.gumroad.com",
"ratingsCount": 85,
"averageRating": 4.7,
"thumbnailUrl": "https://gumroad.com/images/css-book.jpg",
"productType": "digital_product",
"isSalesLimited": false,
"priceCents": 0,
"currencyCode": "usd",
"priceDisplay": "$0+",
"isPayWhatYouWant": true,
"recurrence": null
}
]

Disclaimer

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