# Gumroad digital product competitor workflow

**Use case:** 

Compare Gumroad ebooks, templates, and courses across keywords with product details, prices, ratings, and seller metadata.

## Input

```json
{
  "searchQueries": [
    "marketing ebook",
    "figma template",
    "ai prompt pack"
  ],
  "startUrls": [],
  "maxResults": 150,
  "fetchProductDetails": true,
  "sortBy": "most_reviewed"
}
```

## Output

```json
{
  "name": {
    "label": "Product Name",
    "format": "text"
  },
  "priceUsd": {
    "label": "Price (USD)",
    "format": "number"
  },
  "productType": {
    "label": "Type",
    "format": "text"
  },
  "ratingAverage": {
    "label": "Rating",
    "format": "number"
  },
  "ratingCount": {
    "label": "Reviews",
    "format": "number"
  },
  "sellerName": {
    "label": "Seller",
    "format": "text"
  },
  "isPayWhatYouWant": {
    "label": "PWYW",
    "format": "boolean"
  },
  "productUrl": {
    "label": "URL",
    "format": "link"
  },
  "thumbnailUrl": {
    "label": "Thumbnail",
    "format": "image"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Gumroad Product Scraper](https://apify.com/automation-lab/gumroad-product-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/gumroad-product-scraper) to learn more, explore other use cases, and run it yourself.