# Scrape Creator Leads by Niche - Gumroad

**Use case:** 

Build a creator lead list from Gumroad by niche with Creator, Subdomain, Website, Twitter/X, Products and Lead score. Ready-to-use contact list.

## Input

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

## Output

```json
{
  "name": {
    "label": "Creator",
    "format": "text"
  },
  "subdomain": {
    "label": "Subdomain",
    "format": "text"
  },
  "isVerified": {
    "label": "Verified",
    "format": "boolean"
  },
  "productCount": {
    "label": "Products",
    "format": "number"
  },
  "twitterUrl": {
    "label": "Twitter/X",
    "format": "link"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  },
  "profileUrl": {
    "label": "Profile",
    "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.