Collect reviews from Gumroad products efficiently. Scrapes detailed review data including ratings, review text, and seller responses. Perfect for market research and product analysis. Supports bulk collection from multiple products and integrates with Gumroad Scraper for automated collection.
This project is an Apify actor designed to collect reviews from Gumroad products. It gathers product reviews, ratings, and seller responses.
You can obtain product IDs in two ways:
This integration allows you to:
1{ 2 "productIds": [ 3 "pf3xHPbL3q31UNRjtHy2rw==", 4 "ah5Mb5uRMWAZOK485mWJZg==" 5 ], 6 "sourceDataset": null, 7 "proxyConfiguration": { 8 "useApifyProxy": true, 9 "groups": [ 10 "RESIDENTIAL" 11 ] 12 } 13}
The collected data is saved to the Apify dataset. The output data includes the following fields:
product_id
: Product IDid
: Review IDrating
: Rating scoremessage
: Review textrater
: Information about the user who made the review:
name
: User nameavatar_url
: Profile picture URLpurchase_id
: Purchase IDis_new
: Is it a new review?response
: Seller's response1{ 2 "id": "BBmL83x7nZz25M4dv2UO-w==", 3 "rating": 2, 4 "message": "Nice avatar but absolutely no information on whats needed in order to upload this to your account. Its not hard to put in the product description "you need to download blah blah blah"", 5 "rater": { 6 "avatar_url": "https://public-files.gumroad.com/bvdgn8m4id9rzpul1eugfxr8qsaa", 7 "name": "Rhythm Blade" 8 }, 9 "purchase_id": "D-puxUUuL9nIpXmDy3qcyw==", 10 "is_new": false, 11 "response": { 12 "message": "Hello, im sorry you found it difficult to upload wraith. We have provided step by step upload instructions at the checkout page with hyperlinks to the download pages of the required dependencies.
If you still need help, you can open a ticket in my server and me or sleightly can assist you there.", 13 "created_at": { 14 "date": "2024-12-27T15:57:18Z", 15 "humanized": "about 1 month ago" 16 } 17 }, 18 "product_id": "kVdo2ZzaLbmO2KJ5syM5QQ==" 19}
This example output shows the structured data of a single review. The actual output will be a list of similar objects for all processed reviews.
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!