Gumroad Products Scraper
Pricing
from $2.00 / 1,000 results
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
Maintained by CommunityActor stats
1
Bookmarked
2
Total users
0
Monthly active users
a day ago
Last modified
Categories
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 Name | Description | Example |
|---|---|---|
| Product Name | The title of the product | "Digital Art Brush Pack" |
| Permalink | Unique identifier for the product URL | "art-brushes-01" |
| Product URL | Direct link to the product page | "https://gumroad.com/l/art-brushes-01" |
| Seller ID | Unique ID of the seller | "123456789" |
| Seller Name | Display name of the creator | "Creative Studio" |
| Seller Avatar URL | URL to the seller's profile image | "https://gumroad.com/avatars/user.png" |
| Seller Profile URL | Link to the seller's Gumroad profile | "https://creativestudio.gumroad.com" |
| Ratings Count | Total number of reviews | 45 |
| Average Rating | Mean star rating | 4.8 |
| Thumbnail URL | Primary product image URL | "https://gumroad.com/images/thumb.jpg" |
| Product Type | Category of the item | "digital_product" |
| Is Sales Limited | Boolean for stock limits | false |
| Price (Cents) | Price in smallest currency unit | 1500 |
| Currency Code | ISO currency code | "usd" |
| Price Display | Formatted price string | "$15" |
| Is Pay What You Want | If the product allows custom pricing | true |
| Recurrence | Subscription 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.