# Whop Marketplace Scraper (`automation-lab/whop-marketplace-scraper`) Actor

Scrape public Whop marketplace communities, creators, prices, reviews, member signals, product bundles, and URLs for lead generation.

- **URL**: https://apify.com/automation-lab/whop-marketplace-scraper.md
- **Developed by:** [Stas Persiianenko](https://apify.com/automation-lab) (community)
- **Categories:** Marketing, Business
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

Pay per event

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## Whop Marketplace Scraper

Extract public Whop marketplace data from Discover search pages and public community/product pages. Use it to monitor paid communities, creator businesses, courses, software offers, pricing, reviews, member signals, and product bundles without logging in.

### What does Whop Marketplace Scraper do?

Whop Marketplace Scraper collects public marketplace metadata from `whop.com` pages.

It can start from:

- Whop Discover search queries such as `trading`, `ecommerce`, or `fitness`
- Public Whop Discover/search URLs
- Public `/joined/...` community pages
- Public product/community URLs visible without authentication

The actor outputs clean rows with names, URLs, descriptions, creators, ratings, reviews, joined counts, online counts, prices, product names, images, source URLs, and timestamps.

### Who is it for?

Creator-economy agencies use this scraper to map Whop categories and identify paid-community operators.

Business development teams use it to build lead lists from fast-growing paid communities.

Market-intelligence teams use it to monitor pricing, positioning, and review signals across offers.

Affiliate operators use it to find Whop sellers and communities worth contacting.

Investors and analysts use it to track emerging creator businesses and software communities.

### Why use this actor?

Whop pages are dynamic and include a lot of marketplace signal in rendered public pages. This actor turns those public pages into structured data that can be exported to CSV, JSON, Excel, Google Sheets, BI tools, or CRM enrichment workflows.

### Public-data boundary

This actor only scrapes public Whop marketplace metadata.

It does not:

- Log in
- Use private accounts
- Download paid content
- Access member-only videos, courses, chats, or files
- Bypass payment or access controls

### Data you can extract

| Field | Description |
| --- | --- |
| `url` | Public Whop page URL |
| `canonicalUrl` | Canonical public URL from metadata |
| `slug` | Whop slug when available |
| `name` | Community/product name |
| `description` | Public page description |
| `creatorName` | Public creator/company name |
| `creatorUrl` | Public creator profile URL |
| `location` | Public location signal when visible |
| `rating` | Public rating |
| `reviewCount` | Number of public reviews |
| `joinedCount` | Public joined/member count signal |
| `onlineCount` | Public online count signal |
| `prices` | Public price snippets |
| `products` | Public product names listed on the page |
| `imageUrl` | Public image URL from metadata |
| `sourceUrl` | Search or page URL that produced the row |
| `sourceType` | `search`, `discover`, `profile`, or `product` |
| `searchQuery` | Search query used, when applicable |
| `scrapedAt` | ISO timestamp |

### How much does it cost to scrape Whop marketplace data?

This actor uses pay-per-event pricing. You pay a small start fee per run and a per-item charge for records saved to the dataset. Keep `maxItems` low for test runs, then increase it when the output matches your workflow.

### Input options

#### Search queries

Use `searchQueries` to scrape Whop search result pages. Example:

```json
{
  "searchQueries": ["trading", "ecommerce"],
  "maxItems": 25,
  "includeDetails": true
}
````

#### Start URLs

Use `startUrls` when you already have specific Whop URLs.

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

#### Maximum records

`maxItems` controls the maximum number of output rows across all queries and URLs.

#### Detail enrichment

`includeDetails` opens each public Whop page to extract ratings, reviews, joined counts, prices, products, creator metadata, and images. Turn it off for a fast URL-discovery pass.

### Output example

```json
{
  "url": "https://whop.com/joined/limitless/",
  "canonicalUrl": "https://whop.com/limitless/",
  "slug": "limitless",
  "name": "LIMITLE$$",
  "description": "Profitability based on REAL market mechanics...",
  "creatorName": "Chicago",
  "rating": 4.8,
  "reviewCount": 289,
  "joinedCount": 32288,
  "prices": ["$20.00 / month", "$127.00 / month", "Free"],
  "products": ["Simplified Orderflow Indicators Bundle", "LIMITLESS+"],
  "sourceType": "search",
  "searchQuery": "trading"
}
```

### How to run

1. Open the actor on Apify.
2. Enter one or more Whop search queries.
3. Set `maxItems` to a small number for your first run.
4. Keep `includeDetails` enabled for enriched marketplace records.
5. Run the actor.
6. Export the dataset.

### Tips for best results

- Use specific buyer-intent keywords such as `trading`, `fitness`, `ecommerce`, `ai`, or `discord`.
- Run several smaller searches instead of one very broad run.
- Keep `includeDetails` on when you need ratings, reviews, prices, and product names.
- Use direct URLs when monitoring known competitors or creator businesses.

### Common workflows

#### Creator lead generation

Search for niches, export creator URLs, and enrich the list in a CRM.

#### Pricing intelligence

Track public prices and product bundles across Whop communities.

#### Review monitoring

Collect rating and review-count signals to identify high-trust communities.

#### Category mapping

Run multiple queries to compare offers across paid communities, courses, software, and services.

### Integrations

Export results to:

- Google Sheets
- Airtable
- HubSpot
- Salesforce
- Clay
- BigQuery
- Snowflake
- CSV/Excel dashboards

### API usage with Node.js

```js
import { ApifyClient } from 'apify-client';

const client = new ApifyClient({ token: process.env.APIFY_TOKEN });
const run = await client.actor('automation-lab/whop-marketplace-scraper').call({
  searchQueries: ['trading'],
  maxItems: 25,
  includeDetails: true,
});
console.log(run.defaultDatasetId);
```

### API usage with Python

```python
from apify_client import ApifyClient

client = ApifyClient('YOUR_APIFY_TOKEN')
run = client.actor('automation-lab/whop-marketplace-scraper').call(run_input={
    'searchQueries': ['trading'],
    'maxItems': 25,
    'includeDetails': True,
})
print(run['defaultDatasetId'])
```

### API usage with cURL

```bash
curl -X POST 'https://api.apify.com/v2/acts/automation-lab~whop-marketplace-scraper/runs?token=YOUR_APIFY_TOKEN' \
  -H 'Content-Type: application/json' \
  -d '{"searchQueries":["trading"],"maxItems":25,"includeDetails":true}'
```

### MCP usage

Use the Apify MCP server with Claude Code, Claude Desktop, Cursor, or any MCP-compatible client to run this Whop scraper from chat.

Quick Claude Code setup:

```bash
claude mcp add apify https://mcp.apify.com/?tools=automation-lab/whop-marketplace-scraper --header "Authorization: Bearer YOUR_APIFY_TOKEN"
```

Claude Desktop / JSON MCP server setup:

```json
{
  "mcpServers": {
    "apify": {
      "url": "https://mcp.apify.com/?tools=automation-lab/whop-marketplace-scraper",
      "headers": {
        "Authorization": "Bearer YOUR_APIFY_TOKEN"
      }
    }
  }
}
```

Example prompts:

- Scrape Whop trading communities and summarize pricing patterns.
- Find Whop communities with strong review and joined-count signals.
- Compare product bundles for ecommerce-related Whop offers.

### FAQ

#### Does this Whop scraper require login?

No. It only reads public Whop marketplace, Discover/search, community, and product metadata that is visible without logging in.

#### Can I scrape private Whop courses, videos, chats, or paid content?

No. Private/member-only content, downloads, videos, chats, and payment-gated areas are intentionally out of scope.

#### What should I use as search queries?

Use buyer or niche keywords such as `trading`, `ecommerce`, `fitness`, `ai`, `discord`, or direct Whop URLs for known communities.

#### Why are prices, products, or review fields sometimes missing?

Whop pages vary. The actor only saves signals that are publicly visible on the page at scrape time.

### Troubleshooting

#### Why did I get fewer results than expected?

Whop search pages expose a finite set of public results for each query. Try additional keywords or direct Discover URLs.

#### Why are some fields empty?

Some Whop pages do not publish every signal. Empty fields mean the signal was not visible publicly on that page.

#### Can this scrape private content?

No. The actor is intentionally limited to public marketplace metadata.

### Legality

This actor extracts publicly visible metadata. You are responsible for using the data in compliance with applicable laws, Whop terms, and privacy requirements. Do not use it to access private/member-only content.

### Related scrapers

- https://apify.com/automation-lab/substack-scraper
- https://apify.com/automation-lab/producthunt-scraper
- https://apify.com/automation-lab/shopify-store-leads-scraper

### Release notes

Initial version focuses on public Whop Discover/search pages and public community/detail metadata.

### Limits

The actor does not currently output separate product rows. Product names and prices are arrays on each community/profile row.

### Feedback

If you need extra public fields, request them with an example Whop URL and expected output.

# Actor input Schema

## `searchQueries` (type: `array`):

Keywords to search on Whop Discover. Each query becomes a public /discover/search/?q=... page.

## `startUrls` (type: `array`):

Optional Whop Discover, search, /joined/... community, or product URLs to scrape.

## `maxItems` (type: `integer`):

Maximum marketplace/community records to save across all searches and URLs.

## `includeDetails` (type: `boolean`):

Visit each public Whop community/product page to enrich listings with ratings, review counts, member counts, prices, products, creator, and image metadata.

## Actor input object example

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

# Actor output Schema

## `overview` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "searchQueries": [
        "trading",
        "ecommerce"
    ],
    "startUrls": [
        {
            "url": "https://whop.com/discover/search/?q=trading"
        }
    ],
    "maxItems": 20,
    "includeDetails": true
};

// Run the Actor and wait for it to finish
const run = await client.actor("automation-lab/whop-marketplace-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "searchQueries": [
        "trading",
        "ecommerce",
    ],
    "startUrls": [{ "url": "https://whop.com/discover/search/?q=trading" }],
    "maxItems": 20,
    "includeDetails": True,
}

# Run the Actor and wait for it to finish
run = client.actor("automation-lab/whop-marketplace-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "searchQueries": [
    "trading",
    "ecommerce"
  ],
  "startUrls": [
    {
      "url": "https://whop.com/discover/search/?q=trading"
    }
  ],
  "maxItems": 20,
  "includeDetails": true
}' |
apify call automation-lab/whop-marketplace-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=automation-lab/whop-marketplace-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Whop Marketplace Scraper",
        "description": "Scrape public Whop marketplace communities, creators, prices, reviews, member signals, product bundles, and URLs for lead generation.",
        "version": "0.1",
        "x-build-id": "lWaAvTQuTMOsk9PyT"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/automation-lab~whop-marketplace-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-automation-lab-whop-marketplace-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/automation-lab~whop-marketplace-scraper/runs": {
            "post": {
                "operationId": "runs-sync-automation-lab-whop-marketplace-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/automation-lab~whop-marketplace-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-automation-lab-whop-marketplace-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "searchQueries": {
                        "title": "Search queries",
                        "type": "array",
                        "description": "Keywords to search on Whop Discover. Each query becomes a public /discover/search/?q=... page.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "startUrls": {
                        "title": "Start URLs",
                        "type": "array",
                        "description": "Optional Whop Discover, search, /joined/... community, or product URLs to scrape.",
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    },
                    "maxItems": {
                        "title": "Maximum Whop records",
                        "minimum": 1,
                        "maximum": 1000,
                        "type": "integer",
                        "description": "Maximum marketplace/community records to save across all searches and URLs.",
                        "default": 20
                    },
                    "includeDetails": {
                        "title": "Open detail pages",
                        "type": "boolean",
                        "description": "Visit each public Whop community/product page to enrich listings with ratings, review counts, member counts, prices, products, creator, and image metadata.",
                        "default": true
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
