# Whop Paid Community Lead Scraper

**Use case:** 

Build Whop paid-community lead lists with creator URLs, pricing, ratings, reviews, products, and marketplace metadata.

## Input

```json
{
  "searchQueries": [
    "trading",
    "fitness",
    "ai"
  ],
  "startUrls": [
    {
      "url": "https://whop.com/discover/search/?q=trading"
    }
  ],
  "maxItems": 75,
  "includeDetails": true
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "url": {
    "label": "Whop URL",
    "format": "link"
  },
  "description": {
    "label": "Description"
  },
  "creatorName": {
    "label": "Creator"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Reviews"
  },
  "joinedCount": {
    "label": "Joined"
  },
  "prices": {
    "label": "Prices"
  },
  "products": {
    "label": "Products"
  },
  "sourceType": {
    "label": "Source type"
  },
  "searchQuery": {
    "label": "Search query"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [Whop Marketplace Scraper](https://apify.com/automation-lab/whop-marketplace-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/whop-marketplace-scraper) to learn more, explore other use cases, and run it yourself.