Whop Content Rewards Scraper
Pricing
from $1.10 / 1,000 campaigns
Whop Content Rewards Scraper
Scrape the Whop Content Rewards directory: reward per 1K views, budget left, burn rate, days of runway, creators, payout per creator and a 0-100 opportunity score. Filter and sort. JSON, CSV, Excel.
Pricing
from $1.10 / 1,000 campaigns
Rating
0.0
(0)
Developer
ParseBird
Maintained by CommunityActor stats
1
Bookmarked
2
Total users
1
Monthly active users
20 hours ago
Last modified
Categories
Share
Whop Content Rewards Scraper
Scrape the Whop Content Rewards directory (contentrewards.com) into structured, ranked data — reward per 1,000 views, budget left, daily burn rate, days of runway, creator count, payout per creator, and a documented 0–100 opportunity score.
| Pull the whole clipping and UGC board in one run, then filter by reward rate, remaining budget, competition, proof of payout and runway — or sort every campaign by a single opportunity score. Export JSON, CSV, Excel. |
Copy to your AI assistant
Copy this block into ChatGPT, Claude, Cursor, or any LLM to start using this actor.
Apify Actor: parsebird/whop-content-rewards-scraper — scrapes the Whop Content Rewards directory (contentrewards.com/discover, one server-rendered fetch, ~500 campaigns) and derives burn-rate / competition metrics + a 0-100 opportunity score, then filters and sorts. Call: ApifyClient("TOKEN").actor("parsebird/whop-content-rewards-scraper").call(run_input={"status":"active","minRewardPerThousand":2,"minPayoutPerCreatorUsd":5,"maxCreators":300,"minEstimatedDaysLeft":3,"sortBy":"opportunity","maxItems":25}). Inputs: status ("active"|"all"), minRewardPerThousand, minBudgetLeftUsd, maxProgressPercentage, maxCreators, minPayoutPerCreatorUsd, minEstimatedDaysLeft, minOpportunityScore, platforms[] (tiktok|instagram|youtube|x|facebook), campaignTypes[] (clipping|ugc|both), categories[], searchText, sortBy (budgetLeft|opportunity|reward|payoutPerCreator|burn|daysLeft|fewestCreators|newest|progress), maxItems (you are only charged for returned results). Output per campaign: title, brand, opportunityScore, rewardPerThousandViews, totalBudgetUsd, budgetSpentUsd, budgetLeftUsd, dailyBurnUsd, estimatedDaysLeft, budgetPace (draining|healthy|slow|stalled), payoutPerCreatorUsd, viewsPerCreator, estimatedViewsRemaining, progressPercentage, ageDays, status, campaignType, category, platforms[], creators, successRatePct, totalViews, engagement, fundedAt, campaignUrl, description, raw{}. Any field the site does not publish comes back null, never a fabricated zero. API docs: https://docs.apify.com/api/v2 Token: https://console.apify.com/settings/integrations
What does Whop Content Rewards Scraper do?
The Whop Content Rewards Scraper reads the public campaign directory that powers Whop Content Rewards — the same information an unauthenticated visitor sees — in a single request, then does the maths the directory does not:
- 💰 Budget math —
budgetLeftUsd(the "is it still worth posting" number),dailyBurnUsdsince funding,estimatedDaysLeftof runway,budgetPacebucket - 🏆 Competition signals —
creators,payoutPerCreatorUsd(proof someone is getting paid),viewsPerCreator,estimatedViewsRemaining - 📊 One score —
opportunityScore, a transparent 0–100 composite (see below) so you can rank ~500 campaigns instead of eyeballing them - 🎯 Filters — reward rate, budget left, progress, creator cap, payout proof, runway, score, platform, campaign type, category, free-text search
- ↕️ Sorts —
budgetLeft,opportunity,reward,payoutPerCreator,burn,daysLeft,fewestCreators,newest,progress
Any field the site does not publish for a campaign comes back null — never a fabricated zero.
Run it on a schedule, pull results through the Apify API, and connect it to Make, Zapier, Google Sheets or Slack. Export to JSON, CSV, Excel or HTML.
Input parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
status | string | No | active | active or all (includes ended/paused campaigns the directory still lists). |
minRewardPerThousand | number | No | — | Minimum USD paid per 1,000 views. |
minBudgetLeftUsd | number | No | — | Minimum unspent budget. |
maxProgressPercentage | number | No | — | Maximum share of budget already consumed. |
maxCreators | number | No | — | Cap the competition (e.g. 300 = campaigns clippers have not piled into). |
minPayoutPerCreatorUsd | number | No | — | Proof of payout — average USD earned per creator so far. |
minEstimatedDaysLeft | number | No | — | Skip campaigns that will drain within this many days at the current burn rate. |
minOpportunityScore | number | No | — | One number instead of five filters. |
platforms | array | No | — | tiktok, instagram, youtube, x, facebook — keep campaigns accepting at least one. |
campaignTypes | array | No | — | clipping, ugc, both. |
categories | array | No | — | Entertainment, Music, Personal Brand, Product, Technology, Gaming, Slideshow, Logo, Other. |
searchText | string | No | — | Case-insensitive match on title, brand, description, category. |
sortBy | string | No | budgetLeft | Order of returned campaigns (best first). |
maxItems | integer | No | — | Maximum campaigns to return. You are only charged for returned results. |
Example — the low-competition, proven-payer query
{"status": "active","minRewardPerThousand": 2,"minPayoutPerCreatorUsd": 5,"maxCreators": 300,"minEstimatedDaysLeft": 3,"sortBy": "opportunity","maxItems": 25}
Output example
{"title": "Call of Duty MW4 - DMZ Clipping","brand": "Call of Duty","opportunityScore": 63.4,"rewardPerThousandViews": 1.5,"totalBudgetUsd": 40000,"budgetSpentUsd": 4447,"budgetLeftUsd": 35553,"dailyBurnUsd": 4000,"estimatedDaysLeft": 52.5,"budgetPace": "healthy","payoutPerCreatorUsd": 12.5,"viewsPerCreator": 7250,"estimatedViewsRemaining": 140000000,"progressPercentage": 11,"ageDays": 10,"status": "active","campaignType": "clipping","category": "Gaming","platforms": ["tiktok", "instagram", "youtube"],"creators": 845,"successRatePct": 82,"totalViews": 2900000,"engagement": 12.1,"fundedAt": "2026-06-01T12:00:00.000Z","campaignUrl": "https://whop.com/mw4-dmz-clipping/","description": "full rules text — hook / format / whitelist requirements","raw": { "totalBudget": "$40,000", "budgetSpent": "$4,447", "pricePerView": "$1.50", "viewCount": "2.9M" }}
Data fields
| Field | Notes |
|---|---|
title, brand, category, campaignType | clipping / ugc / both |
opportunityScore | 0–100 composite, or null when reward rate or budget is missing |
rewardPerThousandViews | USD per 1,000 views |
totalBudgetUsd, budgetSpentUsd, budgetLeftUsd | budgetLeftUsd is computed |
dailyBurnUsd | USD/day paid out since funding |
estimatedDaysLeft | runway at the current burn rate — uncapped; a huge number means stalled, null means nothing is being paid out |
budgetPace | draining (<3d) / healthy (3–60d) / slow (60–180d) / stalled |
payoutPerCreatorUsd | average USD an entered creator has earned so far |
viewsPerCreator, estimatedViewsRemaining | competition / feasibility signals |
progressPercentage, ageDays | % of budget consumed; days since funding |
creators, successRatePct, totalViews, engagement | campaign stats as published |
platforms | array of accepted platforms |
status | active, or ended/paused with status: "all" |
fundedAt | ISO timestamp — spot fresh campaigns |
campaignUrl | link straight to the Whop campaign |
description | rules text as shown on the directory |
raw | the original strings exactly as displayed on the site |
How the opportunity score works
Deliberately simple, documented, and reproducible so you can argue with it:
- 35% reward rate — $/1K views, saturating at $5/1K
- 25% budget headroom — budget left, saturating at $25,000
- 25% low competition —
100 / (100 + creators), so 100 creators = half marks. Capped at half marks while a campaign has never paid anyone: an empty board that has paid $0 is untested, not uncontested, and the data cannot tell those apart - 15% payout velocity — full marks for 3–60 days of runway; penalised both when a campaign drains within a day and when it is effectively stalled (a big budget nobody is being paid from is not an opportunity)
Campaigns with no reward rate or no budget data score null rather than a misleading number. Unproven campaigns are not hidden — a fresh board with a good rate and real budget is a genuine opportunity and still ranks; it just does not outrank a campaign that is provably paying out.
How it works
- One request to the public Content Rewards directory returns the whole campaign list (server-rendered, no login, ~500 campaigns).
- Repeated cards from featured collections are de-duplicated by campaign ID.
- Burn rate, runway, payout-per-creator and the opportunity score are computed from the published metrics.
- Your filters are applied, the list is sorted, and
maxItemstrims it — you are charged only for what is returned.
How much does it cost?
| Event | Free | Bronze | Silver | Gold |
|---|---|---|---|---|
campaign | $0.0014 | $0.0013 | $0.0012 | $0.0011 |
One event per campaign returned. A full board pull (~500 campaigns) costs about $0.70 on the Free plan; a filtered query of 25 costs a few cents.
Related actors
FAQ
Where does the data come from? The public Whop Content Rewards directory at contentrewards.com — the same campaign cards an unauthenticated visitor sees. No login, no private API.
How many campaigns are there? Around 400–500 active campaigns on a typical day. One run collects all of them before filtering.
Why is estimatedDaysLeft sometimes huge or null?
It is uncapped on purpose. A huge number means a large budget is barely being paid out (stalled); null means the burn rate is zero. Both show up as budgetPace: "stalled".
Why did a campaign score high with almost no budget left?
The score rewards a high reward rate, low competition and proven payouts even when headroom is near zero. Add minBudgetLeftUsd if you want to exclude nearly-drained campaigns.
Can I get ended campaigns?
Set status to all. The directory only lists a small number of ended/paused campaigns, so most results will still be active.
Can I schedule it?
Yes. Use Apify Schedules to re-run daily and track new campaigns via fundedAt or sortBy: "newest".
Something looks wrong. Open an issue on the Issues tab with your input and the run URL.
Legal and compliance
This actor collects publicly available campaign listing data from the Whop Content Rewards directory. It does not log in, access private accounts, or bypass paywalls. You are responsible for using the exported data in compliance with Whop's terms and applicable laws. Use it for lawful purposes such as market research and campaign selection. See Apify's guide on the legality of web scraping.