Whop Marketplace Scraper
Pricing
Pay per event
Whop Marketplace Scraper
Scrape public Whop marketplace communities, creators, prices, reviews, member signals, product bundles, and URLs for lead generation.
Pricing
Pay per event
Rating
0.0
(0)
Developer
Stas Persiianenko
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
7 days ago
Last modified
Share
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, orfitness - 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:
{"searchQueries": ["trading", "ecommerce"],"maxItems": 25,"includeDetails": true}
Start URLs
Use startUrls when you already have specific Whop URLs.
{"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
{"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
- Open the actor on Apify.
- Enter one or more Whop search queries.
- Set
maxItemsto a small number for your first run. - Keep
includeDetailsenabled for enriched marketplace records. - Run the actor.
- Export the dataset.
Tips for best results
- Use specific buyer-intent keywords such as
trading,fitness,ecommerce,ai, ordiscord. - Run several smaller searches instead of one very broad run.
- Keep
includeDetailson 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
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
from apify_client import ApifyClientclient = 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
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:
$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:
{"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.