Gumroad Profile Products Scraper 🛍️

Gumroad Profile Products Scraper 🛍️

Scrape products data from any Gumroad creator profile page. Extract product details including name, price, description, ratings and more. Perfect for market research and competitor analysis.

ECOMMERCEINTEGRATIONSOTHERApify

Extract detailed product information from any Gumroad creator's profile page. This powerful scraper helps you gather valuable data about digital products, courses, and other items sold on Gumroad.

🎯 Use Cases

  • Market research and competitor analysis
  • Track pricing strategies
  • Monitor product launches
  • Analyze product descriptions and marketing copy
  • Research successful creators in your niche
  • Build product databases

✨ Features

  • Scrape multiple Gumroad profile URLs in one run
  • Extract comprehensive product details:
    • Product name and unique ID
    • Price and currency
    • Description
    • Ratings and reviews count
    • Product type (digital/physical)
    • Sales limitations
    • Thumbnail images
    • Pay-what-you-want status
    • Subscription details (if applicable)
  • Automatic pagination handling
  • Proxy support for reliable scraping
  • Customizable maximum items limit
  • Real-time data export

🔢 Output

The actor provides detailed JSON output for each product, including:

  • Profile URL source
  • Timestamp of scraping
  • Complete product information
  • Pricing details
  • Product metadata

💡 Tips

  • Use proxy configuration for better reliability
  • Adjust maxItems parameter based on your needs
  • Multiple profile URLs can be processed in a single run
  • Results are automatically stored in dataset

Input Example

A full explanation of an input example in JSON.

1{
2    "profileUrls": [
3        "https://tallguytycoon.gumroad.com"
4    ],
5    "maxItems": 30
6}

Output sample

The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

1[
2    {
3        "profileUrl": "https://tallguytycoon.gumroad.com",
4        "scrapedAt": "2025-01-30T02:53:23.432Z",
5        "product": {
6            "id": "fLCkBbHgJv7Ly_K1HSwk5w==",
7            "permalink": "QjOzJ",
8            "name": "Fundamentals of Stock Options: Understanding Options and How they Work (On Demand)",
9            "seller": null,
10            "ratings": {
11                "count": 0,
12                "average": 0
13            },
14            "thumbnail_url": "https://public-files.gumroad.com/crp5vqaoh4zehfirz9lfl9ow3zca",
15            "native_type": "digital",
16            "quantity_remaining": null,
17            "is_sales_limited": false,
18            "price_cents": 3000,
19            "currency_code": "usd",
20            "is_pay_what_you_want": false,
21            "url": "https://tallguytycoon.gumroad.com/l/QjOzJ?layout=profile",
22            "duration_in_months": null,
23            "recurrence": null,
24            "description": "About This WebinarIn this webinar you will learn how you can utilize stock options to increase in..."
25        }
26    },
27    ...
28]

Frequently Asked Questions

Is it legal to scrape job listings or public data?

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.

Do I need to code to use this scraper?

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.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

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!