Whop Community & Creator Marketplace Scraper
Pricing
from $5.00 / 1,000 results
Whop Community & Creator Marketplace Scraper
Extract Whop community/creator listings: title, member count, reviews & rating, creator pitch, owner, verified status, prices and categories. Discovers newest listings via Whop's official RSS feed or scrapes any product URL you provide
Pricing
from $5.00 / 1,000 results
Rating
0.0
(0)
Developer
Ahmed Jasarevic
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
15 hours ago
Last modified
Categories
Share
What does this Actor do?
Whop Community & Creator Marketplace Scraper extracts structured data from Whop — the creator economy marketplace for paid communities, courses, software and digital products. It captures community/product listings with title, member count, reviews & rating, creator pitch, owner, verified status, prices, and categories (business type + industry type).
The Actor automatically discovers the newest product listings from Whop's official "newest arrivals" RSS feed, or you can give it any whop.com product URLs to scrape directly. All extraction runs through plain HTTP (no browser) — fast and cheap on Apify compute — and routes through Apify Proxy with Residential IPs to avoid Cloudflare rate limiting.
Why use this Actor?
Built for the creator-economy ecosystem:
- Creator-economy agencies — build prospect lists of creators/communities to pitch services to.
- Affiliate managers — find high-velocity paid communities to partner with; price & member data helps size the opportunity.
- Digital-product market researchers — benchmark pricing models ($5 one-time vs $9.99/month vs £500 mentorship), recurring-revenue plans and category trends.
- Investors scouting creator businesses — surface verified owners, member counts, ratings and monetization structures across the marketplace.
It complements existing Stan.store, Gumroad and Skool actors: Whop is a distinct, fast-growing marketplace with its own creator businesses.
How to use this Actor
- Open the Actor on Apify and click Start.
- Leave "Product URLs" empty to scrape the latest 100 listings from Whop's newest-arrivals RSS feed, or paste specific whop.com product URLs (e.g.
https://whop.com/kai-prop-lab/kai-prop-lab-one-time-slip/). - Optionally set Max products (free users are capped at 10) and a Category filter.
- Wait for the run to finish, then download the dataset as JSON, CSV, HTML or Excel.
Input
| Field | Type | Description |
|---|---|---|
startUrls | array | Optional whop.com product page URLs. Empty = auto-discovery via the official RSS feed. |
maxItems | integer | Max products to scrape (default 100, max 1000). Free users are capped at 10. |
categories | array | Optional filter by Whop industryType (e.g. sports_picks_group, forex_trading, trading_education_group). Empty = keep all. |
proxy | proxy | Apify Proxy config. Residential recommended. |
Output
Each dataset item is one Whop product listing:
{"productId": "prod_pAjveCdc1kBs8","title": "One-Time Slip","url": "https://whop.com/kai-prop-lab/kai-prop-lab-one-time-slip/","headline": "One ready-to-use WNBA slip","shortDescription": "4-6 Picks","memberCount": 0,"rating": 5,"reviewCount": 1,"verified": false,"owner": {"id": "biz_OEpIvNjXKJsyKg","name": "Kai's Prop Lab","route": "kai-prop-lab","url": "https://whop.com/kai-prop-lab/","creatorPitch": "Kai's Prop Lab delivers data-driven WNBA prop picks...","logo": "https://assets-2-prod.whop.com/..."},"price": {"planId": "plan_ST428mI7xMGss","free": false,"initialPrice": "$5.00","initialPriceAmount": 5,"renewalPriceAmount": 0,"period": "for 1 day","planType": "one_time","currency": "usd"},"businessType": "paid_group","industryType": "prop_bets_group","marketplaceStatus": "live_marketplace","galleryImages": ["https://img-v2-prod.whop.com/..."],"publishedAt": "Thu, 13 Aug 2026 07:13:57 GMT","source": "rss_newest_arrivals"}
You can download the dataset in various formats such as JSON, HTML, CSV, or Excel.
Main data fields
| Field | Description |
|---|---|
title / productId / url | Product listing identity and link |
headline / shortDescription / description | The creator's sales pitch / listing copy |
memberCount | Active member count (Whop's activeUsersCount) |
rating / reviewCount / reviewCounts | Reviews summary (avg rating + counts by star) |
verified | Whether the owner account is verified by Whop |
owner | Owner object: id, name, route, profile URL, creator pitch, logo |
price | Default plan: initial price, renewal price, period, plan type (one_time/renewal/free), currency |
businessType / industryType | Whop's category taxonomy |
marketplaceStatus / visibility | Listing status flags |
galleryImages / publishedAt / source | Media, discovery source and publish date |
Pricing / Cost estimation
Scraping is plain HTTP through CheerioCrawler, so a run of 100 products costs ~1 compute unit (well under $0.50 with typical Apify pricing; exact cost depends on your plan and whether Residential proxies are used). Free Apify users get a 10-item preview. Residential proxy bandwidth for a 100-product run is a few MB at most.
Tips / Advanced options
- Speed: leave concurrency at the default; the Actor is already tuned (concurrency 4, 3 retries, 60s timeouts).
- Larger datasets: the RSS feed exposes the newest ~100 listings. To scale beyond that, feed it more product URLs (from category pages, affiliate dashboards or your own lists).
- Category filtering: use
categoriesto keep only specificindustryTypevalues — useful for "all trading communities" or "all coaching" research sets. - Pricing insight:
price.planTypedistinguishes one-time purchases, renewals (subscriptions) and free plans;price.billingPeriodDaysgives the subscription cadence.
FAQ, disclaimers and support
- Is this allowed? The Actor uses Whop's public RSS feed and publicly visible product pages. Please respect Whop's Terms of Service and robots.txt (
/api/and/discover/search/*are excluded) and use the data responsibly. - Known limitation: Whop's browse/search pages are client-rendered behind an authenticated API, so category browsing is implemented as a post-filter on discovered listings rather than server-side category scraping.
- Changes: Whop's Next.js pages can change; if extraction breaks, the JSON-LD structured-data block acts as a fallback so core fields (title, brand, description, rating) still land.
- For feedback, issues or custom scraping needs, open an issue on the Actor's Issues tab.