# Gumroad Notion template scraper

**Use case:** 

Scrape Gumroad Notion templates with prices, ratings, seller details, product types, descriptions, and review signals.

## Input

```json
{
  "searchQueries": [
    "notion template"
  ],
  "startUrls": [],
  "maxResults": 50,
  "fetchProductDetails": true,
  "sortBy": "featured"
}
```

## 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.