Whop Content Rewards Scraper avatar

Whop Content Rewards Scraper

Pricing

from $1.10 / 1,000 campaigns

Go to Apify Store
Whop Content Rewards Scraper

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

ParseBird

Maintained by Community

Actor 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 mathbudgetLeftUsd (the "is it still worth posting" number), dailyBurnUsd since funding, estimatedDaysLeft of runway, budgetPace bucket
  • 🏆 Competition signalscreators, payoutPerCreatorUsd (proof someone is getting paid), viewsPerCreator, estimatedViewsRemaining
  • 📊 One scoreopportunityScore, 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
  • ↕️ SortsbudgetLeft, 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

ParameterTypeRequiredDefaultDescription
statusstringNoactiveactive or all (includes ended/paused campaigns the directory still lists).
minRewardPerThousandnumberNoMinimum USD paid per 1,000 views.
minBudgetLeftUsdnumberNoMinimum unspent budget.
maxProgressPercentagenumberNoMaximum share of budget already consumed.
maxCreatorsnumberNoCap the competition (e.g. 300 = campaigns clippers have not piled into).
minPayoutPerCreatorUsdnumberNoProof of payout — average USD earned per creator so far.
minEstimatedDaysLeftnumberNoSkip campaigns that will drain within this many days at the current burn rate.
minOpportunityScorenumberNoOne number instead of five filters.
platformsarrayNotiktok, instagram, youtube, x, facebook — keep campaigns accepting at least one.
campaignTypesarrayNoclipping, ugc, both.
categoriesarrayNoEntertainment, Music, Personal Brand, Product, Technology, Gaming, Slideshow, Logo, Other.
searchTextstringNoCase-insensitive match on title, brand, description, category.
sortBystringNobudgetLeftOrder of returned campaigns (best first).
maxItemsintegerNoMaximum 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

FieldNotes
title, brand, category, campaignTypeclipping / ugc / both
opportunityScore0–100 composite, or null when reward rate or budget is missing
rewardPerThousandViewsUSD per 1,000 views
totalBudgetUsd, budgetSpentUsd, budgetLeftUsdbudgetLeftUsd is computed
dailyBurnUsdUSD/day paid out since funding
estimatedDaysLeftrunway at the current burn rate — uncapped; a huge number means stalled, null means nothing is being paid out
budgetPacedraining (<3d) / healthy (3–60d) / slow (60–180d) / stalled
payoutPerCreatorUsdaverage USD an entered creator has earned so far
viewsPerCreator, estimatedViewsRemainingcompetition / feasibility signals
progressPercentage, ageDays% of budget consumed; days since funding
creators, successRatePct, totalViews, engagementcampaign stats as published
platformsarray of accepted platforms
statusactive, or ended/paused with status: "all"
fundedAtISO timestamp — spot fresh campaigns
campaignUrllink straight to the Whop campaign
descriptionrules text as shown on the directory
rawthe 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 competition100 / (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

  1. One request to the public Content Rewards directory returns the whole campaign list (server-rendered, no login, ~500 campaigns).
  2. Repeated cards from featured collections are de-duplicated by campaign ID.
  3. Burn rate, runway, payout-per-creator and the opportunity score are computed from the published metrics.
  4. Your filters are applied, the list is sorted, and maxItems trims it — you are charged only for what is returned.

How much does it cost?

EventFreeBronzeSilverGold
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.

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.

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.