# Scrape Top-Rated Products Under $20 - Gumroad

**Use case:** 

Find top-rated Gumroad products priced under $20 with Product, Rating, Ratings, Price, Sales and Creator. No login required.

## Input

```json
{
  "searchQueries": [
    "icons"
  ],
  "sort": "highest_rated",
  "maxPrice": 20,
  "minRating": 4,
  "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.