Whop Content Rewards Scraper: Clipping & UGC Campaigns avatar

Whop Content Rewards Scraper: Clipping & UGC Campaigns

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Whop Content Rewards Scraper: Clipping & UGC Campaigns

Whop Content Rewards Scraper: Clipping & UGC Campaigns

Scrape the Whop Content Rewards directory: reward per 1K views, budget left, burn rate, platforms, payout type and campaign URLs. Builds a private archive of campaigns that have rotated off the public page, so you can benchmark CPM rates, track budget burn and catch new clipping campaigns.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

youssef farhan

youssef farhan

Maintained by Community

Actor stats

0

Bookmarked

54

Total users

24

Monthly active users

5 days ago

Last modified

Share

What does Whop Content Rewards Scraper do?

Whop Content Rewards Scraper turns the Whop Content Rewards directory into a structured, queryable dataset of live clipping and UGC campaigns: reward per 1,000 views, total budget, budget spent, budget left, burn rate, accepted platforms, payout type, creator count, application requirement, funding date, full rules text and a direct campaign URL. No login, no cookies, no API key.

It does one thing the Whop site itself will not do for you: it remembers. Whop shows logged-out visitors only a rotating page of featured campaigns. This Actor keeps a private archive on your own account, so every run adds to a history of campaigns, budgets and payout velocity that no longer exists anywhere else once a campaign scrolls off the page.

Because it runs on Apify you can export to JSON, CSV or Excel, call it as a Content Rewards API, schedule it hourly or daily, pipe it into Google Sheets, Slack or a webhook, or let AI agents call it through the Apify MCP server.

Why use Whop Content Rewards Scraper?

  • Brands and agencies running campaigns. Price your own campaign against the live market before you fund it. See what CPM competitors in your niche are actually paying, how fast their budgets burn, how many creators they attract at each rate, and which niches are saturating. Guessing your reward rate is the most expensive mistake in a content rewards campaign.
  • Clipping agencies managing creators. Pull the whole directory on a schedule, filter to campaigns that fit your roster, and route work to creators before the rate gets competed down.
  • Analysts and tool builders. Treat the creator economy's campaign layer as a time series: launches per week, median CPM by platform, budget burn velocity, campaign lifespan.
  • Clippers. Find the highest-paying campaigns and catch new launches before they saturate. Sort by fewest creators to surface real budget with little competition.

What makes this scraper different?

  • A campaign archive that outlives the page. Turn on Include historical campaigns and every run also returns the campaigns seen in your previous runs that have since rotated off the public directory. The public page shows about 50 campaigns at a time. A scheduled run builds an archive well past that, with each record keeping the scrapedAt of the run that captured it.
  • Burn rate, not just budget. Every item carries budgetSpentDeltaUsd: how much the campaign actually paid out since your last run. A campaign burning $3,000 a day is a campaign that pays. A big budget that has not moved in a week is not.
  • New campaign detection. isNew flags campaigns launched since your previous run, and Only new campaigns turns the Actor into a clean feed of fresh launches.
  • Estimated views remaining. budgetLeftUsd / rewardPerThousandUsd x 1000 tells you how many views the remaining budget can still pay for.
  • One request, no browser. Pure HTTP, so runs finish in seconds and cost cents.

How many campaigns you get. Whop serves its Content Rewards directory publicly one page at a time and answers every filtered or paginated request from a logged-out visitor with Forbidden. This Actor returns that public page, currently about 50 featured campaigns, and applies all filters and sorting locally. The featured set rotates, which is exactly why the archive and Only new campaigns since last run exist: run it on a schedule and your dataset keeps growing past what the site will ever show at once.

How to use it

  1. Click Try for free. No input is required: the default run returns every campaign on the public directory page, sorted by budget left.
  2. Optionally set filters: minimum reward per 1K views, minimum budget left, platforms, payout type, max creators already joined, or a search keyword.
  3. Click Start and wait a few seconds.
  4. Open the Output tab to browse campaigns, or Export as JSON, CSV or Excel.
  5. Add a Schedule (every 6 hours works well) and turn on Include historical campaigns so your archive builds. Turn on Only new campaigns since last run instead if you want a pure feed of new launches.

Input

All fields are optional. An empty input returns the whole public directory page. Example:

{
"platforms": ["tiktok", "instagram"],
"minRewardPerThousand": 1,
"minBudgetLeftUsd": 5000,
"maxProgressPercentage": 80,
"maxCreators": 300,
"includeHistorical": true,
"sortBy": "budgetLeft",
"maxItems": 500
}

This returns TikTok and Instagram campaigns paying at least $1 per 1K views, with at least $5,000 unspent, under 80% burned and fewer than 300 creators already competing, including matching campaigns from your archive.

Output

Download the dataset as JSON, HTML, CSV or Excel. One item per campaign:

{
"title": "Yomi Denzel Clipping - 1$ par 1000 vues",
"brand": "Yomi Denzel Clipping",
"payoutType": "cpm",
"rewardPerThousandUsd": 1.0,
"totalBudgetUsd": 238000.0,
"budgetSpentUsd": 47492.72,
"budgetLeftUsd": 190507.28,
"progressPercentage": 19.95,
"estimatedViewsRemaining": 190507280,
"socialPlatforms": ["instagram", "tiktok", "youtube"],
"creatorsCount": 192,
"requiresApplication": true,
"isVerified": true,
"fundedAt": "2026-08-15T10:40:47+00:00",
"fundedAgo": "9mo",
"campaignUrl": "https://whop.com/apps/exp_FeigepAu1zjagM/",
"description": "Clippe le contenu de Yomi Denzel et gagne 1$ pour chaque 1000 vues.",
"isLive": true,
"isNew": false,
"firstSeenAt": "2026-08-20T06:00:00+00:00",
"lastSeenAt": "2026-09-05T06:00:00+00:00",
"budgetSpentDeltaUsd": 4.7
}

Data fields

FieldDescription
title, brand, descriptionCampaign name, the brand running it, and the full rules text
rewardPerThousandUsdDollars paid per 1,000 views
totalBudgetUsd / budgetSpentUsd / budgetLeftUsdCampaign budget, amount already paid out, and money still available
progressPercentagePercentage of the budget already spent
estimatedViewsRemainingViews the remaining budget can still pay for
socialPlatformsAccepted platforms: tiktok, instagram, youtube, x
payoutTypeHow the campaign pays: cpm (per 1,000 views), perPost, or retainer
creatorsCountCreators already participating, a competition signal
requiresApplicationWhether the brand must approve you before your clips count
isVerifiedWhether Whop has verified the brand
fundedAt / fundedAgoWhen the campaign was funded, as a timestamp and as a relative label
isLiveTrue when the campaign is on the public directory right now, false for an archived record from an earlier run
isNewCampaign appeared since your previous run
firstSeenAt / lastSeenAtWhen this Actor first and last saw the campaign
budgetSpentDeltaUsdPayout since your previous run, the burn rate signal
campaignUrlDirect link to the campaign's Whop page

How much does it cost to scrape Whop Content Rewards?

You pay per campaign returned, so a full directory pull costs well under a dollar and filtered runs cost cents. Free plan runs are limited to 8 campaigns, with the campaign link and rules withheld. Subscribe to an Apify plan to unlock the full directory, the historical archive, campaign links, scheduling and higher limits.

Tips for getting the most out of it

  • Schedule plus Include historical campaigns is what makes this Actor compound. Every run widens an archive of the campaign market that you cannot reconstruct later.
  • Benchmark before you fund. Filter to your niche with a search keyword, then compare rewardPerThousandUsd against creatorsCount: that is the going rate for attention in your category.
  • Watch budgetSpentDeltaUsd across runs. Campaigns that burn fast actually pay. Large budgets that never move usually mean the campaign is not approving submissions.
  • Sort by Fewest creators first to find real budget with little competition.
  • Use Max budget spent % at 80 or lower to skip nearly exhausted campaigns whose views may no longer be paid.

FAQ

What is Whop Content Rewards?

Whop Content Rewards is a marketplace where brands and creators fund campaigns that pay per 1,000 views for posting clips or original UGC on TikTok, Instagram, YouTube and X. Campaigns have a fixed budget and pay out until it runs dry.

Why can't I just read the directory on the website?

You can, for the roughly 50 campaigns Whop chooses to feature right now. What you cannot do is see the campaigns that were listed last week, compare today's rates against last month's, or measure how fast a budget is being spent. This Actor records all three on your own account, run after run.

How do I find Whop clipping campaigns that still pay?

Filter by Min budget left and Max budget spent %. A campaign with $50,000 unspent and only 20% burned will keep paying for a long time. A 95% spent campaign may stop paying tomorrow. Then check budgetSpentDeltaUsd to confirm the money is actually moving.

What reward per 1,000 views should my campaign offer?

Pull the directory, filter to your niche, and look at the spread of rewardPerThousandUsd against creatorsCount. Campaigns paying below the market rate attract few creators, and paying far above it burns budget you did not need to spend.

Do I need a Whop account or cookies?

No. This scraper reads the public campaign directory. No login, cookies or API key required.

Can I use this as a Whop Content Rewards API?

Yes. Every Apify Actor is callable via REST API: start a run and fetch the dataset as JSON from your own code, n8n, Make or Zapier. AI agents can call this Actor through the Apify MCP server for programmatic campaign discovery.

This Actor only collects publicly visible campaign data (no personal data, no login-gated content). You are responsible for using the data in compliance with Whop's terms of service and applicable laws.

Support & custom solutions

Found an issue or want an extra field? Open a ticket in the Issues tab. The Actor is actively maintained.

💼 Need a custom scraper or automation? Reach out at youssefarhan24@gmail.com 🌐 Got a site in mind? Suggest it here ⚡ Unlock full results with an Apify plan