Gumroad Product Scraper avatar
Gumroad Product Scraper

Pricing

$19.00/month + usage

Go to Store
Gumroad Product Scraper

Gumroad Product Scraper

Developed by

Louis Deconinck

Louis Deconinck

Maintained by Community

Scrape detailed info from individual Gumroad product listings. Perfect for market research and competitor analysis. Very easy to use. Just add URLs and get back info.

5.0 (1)

Pricing

$19.00/month + usage

2

Total users

1

Monthly users

1

Runs succeeded

>99%

Last modified

6 days ago

This actor scrapes product data from Gumroad product pages, allowing you to collect detailed information about products, sellers, and pricing.

Features

  • Scrapes product details from Gumroad product pages
  • Supports multiple product URLs

Use cases

  • Collect product data for analysis
  • Build Gumroad product feeds

Input Parameters

  • urls (Array) - List of Gumroad product URLs to scrape from.

Input Example

{
"urls": ["https://richburlew.gumroad.com/l/ootsgdgu", "https://lifemathmoney.gumroad.com/l/copy"]
}

Output Dataset

The actor stores results in a dataset, with each item containing the following fields:

  • product.id (String): A unique identifier assigned to each product on Gumroad
  • product.permalink (String): A short, unique URL identifier used in the product's web address
  • product.name (String): The full title/name of the product as displayed on Gumroad
  • product.seller (Object): Contains seller information including id, name, avatar_url, and profile_url
  • product.covers (Array): Array of cover images with details like URL, dimensions, and file type
  • product.thumbnail_url (String): The URL to the product's main preview image
  • product.quantity_remaining (Number): For limited products, shows remaining quantity
  • product.long_url (String): The complete URL to access the product's page
  • product.is_sales_limited (Boolean): Indicates if the product has limited quantity
  • product.ratings (Object): Contains rating information including count, average, and percentages
  • product.summary (String): Brief description of the product
  • product.description_html (String): Detailed HTML description of the product
  • product.currency_code (String): The currency code for pricing (e.g., "usd")
  • product.price_cents (Number): The product's price in cents
  • product.native_type (String): The type of product (e.g., "digital", "physical")
  • product.duration_in_months (Number): For subscription products, length of subscription
  • product.refund_policy (Object): Contains refund policy details
  • creator_profile (Object): Additional seller profile information

Output Example

{
"product": {
"id": "QWe-uT9GnGQFLTFP467PjA==",
"permalink": "ksipf",
"name": "Solomon Ruddell's Hippopotamus Defense Course",
"seller": {
"id": "7782301044551",
"name": "The Chess Giant",
"avatar_url": "https://public-files.gumroad.com/0zpcuv7c03lj1qpol8slsma5bih3",
"profile_url": "https://thechessgiant.gumroad.com/"
},
"collaborating_user": null,
"covers": [
{
"url": "https://public-files.gumroad.com/a4ux3wgonz7a1te9fk27uu5natwu",
"original_url": "https://public-files.gumroad.com/ja6dztjs01i93ra5dnz2j8ha6xfg",
"thumbnail": null,
"id": "a8599d029218cc841f01a007d5a907af",
"type": "image",
"filetype": "png",
"width": 670,
"height": 376,
"native_width": 3840,
"native_height": 2160
}
],
"main_cover_id": "a8599d029218cc841f01a007d5a907af",
"thumbnail_url": "https://public-files.gumroad.com/v2ql6rf6746rh6kxk4xnu0fhhibi",
"quantity_remaining": null,
"long_url": "https://thechessgiant.gumroad.com/l/hippopotamusdefensecourse",
"is_sales_limited": false,
"ratings": {
"count": 83,
"average": 4.9,
"percentages": [
0,
1,
2,
4,
93
]
},
"custom_button_text_option": "i_want_this_prompt",
"is_compliance_blocked": false,
"is_published": true,
"is_stream_only": false,
"streamable": true,
"sales_count": null,
"summary": "You'll get a six-hour video series available for immediate streaming and twenty-two PGNs matching the games and positions discussed in the course.",
"attributes": [],
"description_html": "<p>THE HIPPOPOTAMUS DEFENSE is an underrated yet proven system that will help you take your chess game to the next level. Top grandmasters have used it over the years with great success, including twice in World Championship matches. In this course, Solomon Ruddell walks you through the theory, strategy, moves, themes, and ideas of this comprehensive system. This is not a course filled with fluff or carried by entertainment or simple personality — after recently earning the Candidate Master (CM) AND National Master (NM) titles in tournaments where he used <em>nothing but the Hippo,</em> Solomon is prepared to answer your toughest questions and provide an expansive view of the entire system. We hope you enjoy this course and find it advantageous in your quest to improve as a player.</p>",
"currency_code": "usd",
"price_cents": 8999,
"rental_price_cents": null,
"pwyw": null,
"eligible_for_installment_plans": true,
"allow_installment_plan": false,
"installment_plan": null,
"is_legacy_subscription": false,
"is_tiered_membership": false,
"is_physical": false,
"custom_view_content_button_text": null,
"is_multiseat_license": false,
"native_type": "digital",
"preorder": null,
"duration_in_months": null,
"rental": null,
"is_quantity_enabled": false,
"free_trial": null,
"recurrences": null,
"options": [],
"analytics": {
"google_analytics_id": null,
"facebook_pixel_id": null,
"free_sales": true
},
"has_third_party_analytics": false,
"ppp_details": null,
"can_edit": false,
"refund_policy": {
"title": "No refunds allowed",
"fine_print": "<p>No Refunds Given After Purchase</p>",
"updated_at": "2025-04-09"
},
"bundle_products": [],
"public_files": [],
"audio_previews_enabled": true
},
"discount_code": null,
"purchase": null,
"wishlists": [],
"currency_code": "usd",
"show_ratings_filter": true,
"creator_profile": {
"external_id": "7782301044551",
"avatar_url": "https://public-files.gumroad.com/0zpcuv7c03lj1qpol8slsma5bih3",
"name": "The Chess Giant",
"twitter_handle": null,
"subdomain": "thechessgiant.gumroad.com"
},
"sections": [],
"main_section_index": 0
}