# Scrape Free Digital Products - Gumroad

**Use case:** 

Find free and pay-what-you-want products on Gumroad with Product, Type, Price, Rating, Sales and Creator. No login required.

## Input

```json
{
  "searchQueries": [
    "template"
  ],
  "sort": "recommended",
  "freeOnly": true,
  "maxResults": 100,
  "includeProductDetails": true,
  "includeCreatorLeads": true,
  "enrichCreatorEmails": false,
  "monitorMode": false,
  "monitorKey": "default",
  "maxConcurrency": 8,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "name": {
    "label": "Product",
    "format": "text"
  },
  "productType": {
    "label": "Type",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "ratingAverage": {
    "label": "Rating",
    "format": "number"
  },
  "ratingCount": {
    "label": "Ratings",
    "format": "number"
  },
  "salesCount": {
    "label": "Sales",
    "format": "number"
  },
  "sellerName": {
    "label": "Creator",
    "format": "text"
  },
  "sellerIsVerified": {
    "label": "Verified",
    "format": "boolean"
  },
  "url": {
    "label": "Product URL",
    "format": "link"
  }
}
```

## About this Actor

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