Gumroad Reviews Scraper avatar

Gumroad Reviews Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Gumroad Reviews Scraper

Gumroad Reviews Scraper

Extract customer reviews from Gumroad product pages including ratings, messages, and rater details. 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

a day ago

Last modified

Share

This actor extracts Reviews from Gumroad product pages. It captures customer feedback, ratings, and rater information directly from the reviews section of any product URL. The data is returned in a structured format for analysis or monitoring.


Want more from Gumroad?

This actor covers Reviews only. The full Gumroad Scraper browser extension also includes Products 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
Review IDUnique identifier for the review1234567
RatingNumeric star rating5
MessageText content of the reviewThis course changed my life.
Rater NameName of the customerJane Doe
Rater Avatar URLLink to the rater profile imagehttps://gumroad.com/avatar.png
Purchase IDIdentifier for the transactionABC-123
Is NewBoolean indicating recent statustrue
ResponseSeller response textThank you for the feedback!
VideoURL to video review contenthttps://gumroad.com/video.mp4

Input

  • urls: Array of Gumroad product page URLs containing a reviews section.
  • maxItems: Maximum number of reviews to extract per product URL. Default is 100.

Example Input

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

Example Output

[
{
"reviewId": "98765",
"rating": 5,
"message": "Excellent quality and fast delivery.",
"raterName": "Alice Smith",
"raterAvatarUrl": "https://gumroad.com/avatars/alice.jpg",
"purchaseId": "GUM-998877",
"isNew": false,
"response": "Glad you liked it!",
"video": null
},
{
"reviewId": "98766",
"rating": 4,
"message": "Very helpful guide.",
"raterName": "Bob Jones",
"raterAvatarUrl": "https://gumroad.com/avatars/bob.jpg",
"purchaseId": "GUM-112233",
"isNew": true,
"response": null,
"video": "https://gumroad.com/reviews/video/123.mp4"
}
]

Disclaimer

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