Gumroad Product Scraper avatar

Gumroad Product Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Gumroad Product Scraper

Gumroad Product Scraper

Extract Gumroad product listings with prices, ratings, seller info, and thumbnails from search and category 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

a day ago

Last modified

Categories

Share

This actor extracts Products in a List from Gumroad. It captures essential product metadata, pricing, and seller information from search results, category pages, and profile listings. Use this tool to monitor marketplace trends and competitor pricing.

Data Fields

Field NameDescriptionExample
Product NameThe title of the product"Digital Art Brush Pack"
PermalinkUnique identifier for the product URL"art-brushes-v1"
Product URLDirect link to the product page"https://gumroad.com/l/art-brushes-v1"
Seller IDUnique ID of the merchant"123456789"
Seller NameDisplay name of the merchant"Creative Studio"
Seller Avatar URLLink to the seller profile image"https://gumroad.com/avatar/123.png"
Seller Profile URLLink to the seller profile page"https://creativestudio.gumroad.com"
Ratings CountTotal number of reviews45
Average RatingMean star rating (0-5)4.8
Thumbnail URLPrimary product image link"https://gumroad.com/thumb/123.jpg"
Product TypeCategory of the digital good"digital_product"
Is Sales LimitedBoolean indicating stock limitsfalse
Price (Cents)Product 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. Supports search results, category pages, and seller profiles.
  • 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 Kit Pro",
"permalink": "ui-kit-pro",
"productUrl": "https://gumroad.com/l/ui-kit-pro",
"sellerId": "987654",
"sellerName": "Design Systems Inc",
"sellerAvatarUrl": "https://gumroad.com/avatar/987.png",
"sellerProfileUrl": "https://designsystems.gumroad.com",
"ratingsCount": 120,
"averageRating": 4.9,
"thumbnailUrl": "https://gumroad.com/thumb/987.jpg",
"productType": "digital_product",
"isSalesLimited": false,
"priceCents": 2900,
"currencyCode": "USD",
"priceDisplay": "$29",
"isPayWhatYouWant": false,
"recurrence": null
},
{
"productName": "E-book: Coding Tips",
"permalink": "coding-tips-book",
"productUrl": "https://gumroad.com/l/coding-tips-book",
"sellerId": "112233",
"sellerName": "Dev Learner",
"sellerAvatarUrl": "https://gumroad.com/avatar/112.png",
"sellerProfileUrl": "https://devlearner.gumroad.com",
"ratingsCount": 12,
"averageRating": 4.2,
"thumbnailUrl": "https://gumroad.com/thumb/112.jpg",
"productType": "digital_product",
"isSalesLimited": true,
"priceCents": 0,
"currencyCode": "USD",
"priceDisplay": "$0+",
"isPayWhatYouWant": true,
"recurrence": null
}
]

Want more from Gumroad?

This actor only covers Products in a List. The full Gumroad Scraper browser extension also includes Product Details, 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.