# Whop Marketplace Scraper & Monitor (`luminar/whop-marketplace-scraper-monitor`) Actor

Search public Whop products, collect buyer-ready details, and track reliable marketplace changes with stable IDs and explicit coverage.

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

## Pricing

from $0.75 / 1,000 whop products

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

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

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
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.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — 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

Search public Whop products, collect buyer-ready product details, and track meaningful marketplace changes without building your own crawler or comparison database.

### 🚀 Start in 60 seconds

The default searches public Whop software products. Copy this input, press **Start**, and open the Dataset:

```json
{"workflow":"collect","queries":["software"],"detailLevel":"core","maxResults":100}
```

Every delivered product has a stable Whop-backed identity, canonical URL, title and company. Missing optional public fields stay `null`; nothing is guessed.

### 🎯 Choose the right workflow

| Goal | Choose | Result |
|---|---|---|
| Export current products | `collect` + `core` | Fast normalized product rows |
| Add price, category, activity, reviews and media | `collect` + `detailed` | Full public product rows |
| Track marketplace changes | `monitor` | Delivered `NEW`, `UPDATED` and confirmed `ENDED` rows |

For monitoring, schedule repeat runs with the same queries, URLs, filters, limits and `stateNamespace`. The first run creates a baseline by default; later comparable complete runs check that same scope. One missing observation never ends a product.

### 📦 What you get

| Group | Fields |
|---|---|
| Identity | `stableId`, `productId`, `route`, `url` |
| Product | `title`, `headline`, `description`, `marketplaceStatus`, `businessType`, `industryType` |
| Company | `companyId`, `companyTitle`, `companyUrl`, verification |
| Demand | `activeUsersCount`, `reviewsAverage`, `publishedReviewsCount` |
| Offer | `planId`, `priceUsd`, `currency`, `billingPeriod`, trial and free/paid flags |
| Media and audit | `logoUrl`, `galleryUrls`, `createdAt`, `observedAt`, `sourceTargets` |

```json
{"recordType":"product","stableId":"whop:product:prod_9q9fnaKmuUPee","productId":"prod_9q9fnaKmuUPee","url":"https://whop.com/custom-fitness-coaching","title":"Coaching","companyTitle":"Femboy Fitness","activeUsersCount":102,"reviewsAverage":4.96,"sourceClass":"PUBLIC_FIRST_PARTY"}
```

![Actual Whop marketplace product rows with stable IDs and explicit coverage](./assets/readme/whop-products-dataset.png)

### 🎛️ Input guide

- `queries` searches by buyer keywords such as `software`, `fitness` or `trading`.
- `productUrls` resolves exact public Whop product routes. Exact URLs do not silently add the default query.
- `detailLevel` keeps the low-cost core default or adds one public detail response per product.
- Verification, rating, active-user and price filters require Detailed mode because those fields come from the detail response.
- Result, page, detail and buyer-charge limits cap spend. A stopped walk reports `CAPPED`.
- Duplicate products merge by stable Whop product identity.

### 💰 Pricing

Core rows cost **$0.75 per 1,000 products**, 25% below the current direct marketplace leader's advertised **$1.00 per 1,000 results**.

| Paid event | Price |
|---|---:|
| Core Whop product | $0.75 / 1,000 |
| Detailed Whop product | $1.50 / 1,000 |
| Verified collection target | $0.002 / target |
| Comparable monitoring scan | $0.004 / scan |
| Delivered product change | $0.75 / 1,000 |

Detailed replaces the Core row price. Failed or blocked targets are free. Monitoring pays its scan only when coverage is complete and comparable. Coverage rows are free.

### ✅ Coverage you can trust

Every run returns a coverage row and an `OUTPUT` summary.

- `COMPLETE` — the requested public window stabilized within your limits.
- `EMPTY_CONFIRMED` — the public source explicitly returned no matches.
- `FILTERED` — collection completed, but filters make absence non-comparable.
- `CAPPED` — a declared limit stopped the full walk.
- `PARTIAL`, `BLOCKED`, `FAILED` — never treat missing products as ended.

State commits only after paid delivery succeeds. `ENDED` requires two consecutive comparable `COMPLETE` absences.

### 🔌 API and automation

Use the same JSON in the Apify API, CLI, schedules, webhooks or integrations. Read current rows from the Dataset, buyer fields from the `products` view, changes from `changes`, coverage from `coverage`, and the compact receipt from `OUTPUT`. For repeat monitoring, keep the input stable and reuse `stateNamespace`.

### ⚠️ Not yet supported

Private memberships, purchases, customer data, login-only dashboards, outbound alerts, Content Rewards campaigns and fields Whop does not publicly publish.

### ❓ FAQ and support

**Why is a field `null`?** Whop did not publish it; the Actor does not infer it.

**Why are there zero changes?** A successful unchanged comparison correctly returns zero paid change rows. Check the coverage row.

**Can a failed run remove products?** No. Unsafe coverage never advances state, and ENDED requires two comparable complete misses.

For support, share the run ID, input without secrets, coverage status and `OUTPUT` summary. Never share account cookies or credentials.

Whop is a trademark of its respective owner. This independent Actor is not affiliated with or endorsed by Whop.

# Actor input Schema

## `workflow` (type: `string`):

Collect returns current product rows. Track changes creates or compares a persistent baseline.

## `queries` (type: `array`):

Keywords to search in the public Whop marketplace, for example software, trading or fitness.

## `productUrls` (type: `array`):

Optional exact public Whop product URLs such as https://whop.com/product-route.

## `detailLevel` (type: `string`):

Full details add description, category, price plan, verification, active users, reviews, creation time and media when published.

## `keywordsAny` (type: `array`):

Keep products matching at least one term in title, headline, description, company or category.

## `excludeKeywords` (type: `array`):

Remove products matching any term.

## `verifiedOnly` (type: `boolean`):

Detailed mode only. Keep products or companies marked verified by Whop.

## `priceType` (type: `string`):

Detailed mode only. Filter by public plan availability.

## `minPriceUsd` (type: `number`):

Detailed mode only. Minimum public initial USD price.

## `maxPriceUsd` (type: `number`):

Detailed mode only. Maximum public initial USD price.

## `minRating` (type: `number`):

Detailed mode only. Minimum public average review rating.

## `minActiveUsers` (type: `integer`):

Detailed mode only. Minimum source-published active user count.

## `firstRunBehavior` (type: `string`):

Seed-only avoids a first-run change flood.

## `stateNamespace` (type: `string`):

Separates independent baselines. Keep unchanged for repeat runs of the same scope.

## `maxResults` (type: `integer`):

Maximum unique products across all targets.

## `maxResultsPerTarget` (type: `integer`):

Maximum products returned for each query or URL.

## `maxPagesPerTarget` (type: `integer`):

Public search pages walked per query.

## `maxDetailRequests` (type: `integer`):

Maximum products enriched in Detailed mode. Must cover maxResults when Detailed is selected.

## `maxBuyerChargeUsd` (type: `number`):

Fail before collection if the maximum PPE charge could exceed this amount.

## Actor input object example

```json
{
  "workflow": "collect",
  "queries": [
    "software"
  ],
  "detailLevel": "core",
  "verifiedOnly": false,
  "priceType": "all",
  "firstRunBehavior": "seed_only",
  "stateNamespace": "default",
  "maxResults": 100,
  "maxResultsPerTarget": 100,
  "maxPagesPerTarget": 3,
  "maxDetailRequests": 25,
  "maxBuyerChargeUsd": 5
}
```

# Actor output Schema

## `dataset` (type: `string`):

All product, change and coverage rows.

## `products` (type: `string`):

Buyer-focused public Whop product fields.

## `changes` (type: `string`):

NEW, UPDATED and confirmed ENDED changes.

## `coverage` (type: `string`):

Completeness and monitoring safety.

## `runSummary` (type: `string`):

Counts, field coverage, limits and billing events.

# 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 = {
    "workflow": "collect",
    "queries": [
        "software"
    ],
    "detailLevel": "core",
    "verifiedOnly": false,
    "priceType": "all",
    "firstRunBehavior": "seed_only",
    "stateNamespace": "default",
    "maxResults": 100,
    "maxResultsPerTarget": 100,
    "maxPagesPerTarget": 3,
    "maxDetailRequests": 25,
    "maxBuyerChargeUsd": 5
};

// Run the Actor and wait for it to finish
const run = await client.actor("luminar/whop-marketplace-scraper-monitor").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 = {
    "workflow": "collect",
    "queries": ["software"],
    "detailLevel": "core",
    "verifiedOnly": False,
    "priceType": "all",
    "firstRunBehavior": "seed_only",
    "stateNamespace": "default",
    "maxResults": 100,
    "maxResultsPerTarget": 100,
    "maxPagesPerTarget": 3,
    "maxDetailRequests": 25,
    "maxBuyerChargeUsd": 5,
}

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

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

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

```

## CLI example

```bash
echo '{
  "workflow": "collect",
  "queries": [
    "software"
  ],
  "detailLevel": "core",
  "verifiedOnly": false,
  "priceType": "all",
  "firstRunBehavior": "seed_only",
  "stateNamespace": "default",
  "maxResults": 100,
  "maxResultsPerTarget": 100,
  "maxPagesPerTarget": 3,
  "maxDetailRequests": 25,
  "maxBuyerChargeUsd": 5
}' |
apify call luminar/whop-marketplace-scraper-monitor --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,luminar/whop-marketplace-scraper-monitor"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/iUaBbHhsd2RpicG91/builds/DvcvVYPDwLcgs9C3A/openapi.json
