# Scrape Online Course Market Data - Gumroad

**Use case:** 

Research online courses sold on Gumroad with Product, Type, Price, Rating, Sales and Creator. Benchmark course pricing and demand.

## Input

```json
{
  "searchQueries": [
    "online course"
  ],
  "sort": "best_selling",
  "freeOnly": false,
  "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.