Gumroad Review Scraper avatar

Gumroad Review Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Gumroad Review Scraper

Gumroad Review Scraper

Extract customer reviews including ratings, messages, and rater details 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

1

Total users

0

Monthly active users

4 days ago

Last modified

Categories

Share

This actor extracts Reviews in a List from Gumroad. It collects customer feedback, star ratings, and rater profiles from individual product pages. The tool works on any gumroad.com product URL that contains a review section.

Data Fields

Field NameDescriptionExample
Review IDUnique identifier for the review"rev_123abc"
RatingNumerical star rating5
MessageText content of the review"Great product, very helpful."
Rater NameDisplay name of the reviewer"John Doe"
Rater Avatar URLLink to the reviewer profile image"https://gumroad.com/avatar.png"
Purchase IDUnique identifier for the transaction"pur_456def"
Is NewBoolean indicating if the review is recenttrue
ResponseSeller reply text"Thank you for your feedback!"
VideoURL to video review if available"https://gumroad.com/video.mp4"

Input

  • urls: Array of Gumroad product URL strings. The actor visits each page to find the review section.
  • maxItems: Maximum number of reviews to extract per URL. Default is 100.

Example Input

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

Example Output

[
{
"reviewId": "rev_88221",
"rating": 5,
"message": "Exactly what I needed for my workflow.",
"raterName": "Alice Smith",
"raterAvatarUrl": "https://public-files.gumroad.com/avatars/1.png",
"purchaseId": "p_99001",
"isNew": false,
"response": "Glad it helped, Alice!",
"video": null
},
{
"reviewId": "rev_88222",
"rating": 4,
"message": "Good quality but could use more documentation.",
"raterName": "Bob Jones",
"raterAvatarUrl": "https://public-files.gumroad.com/avatars/2.png",
"purchaseId": "p_99002",
"isNew": true,
"response": null,
"video": "https://gumroad.com/v/review-clip.mp4"
}
]

Want more from Gumroad?

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