Whop Content Rewards Scraper — Clipping & UGC Campaigns avatar

Whop Content Rewards Scraper — Clipping & UGC Campaigns

Pricing

from $1.20 / 1,000 results

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

Whop Content Rewards Scraper — Clipping & UGC Campaigns

Scrape every live Whop Content Rewards campaign: reward per 1K views, budget left, burn rate, platforms, categories & campaign URLs. Monitor mode flags new clipping campaigns since your last run. Filter by reward, budget, platform. Export JSON/CSV, run via API or MCP.

Pricing

from $1.20 / 1,000 results

Rating

0.0

(0)

Developer

youssef farhan

youssef farhan

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 hours ago

Last modified

Share

What does Whop Content Rewards Scraper do?

Whop Content Rewards Scraper lets you scrape every live clipping and UGC campaign from Whop Content Rewards in one run — no login, no cookies, no API key. For each campaign you get the reward per 1,000 views, total budget, budget spent, budget left, burn percentage, accepted social platforms (TikTok, Instagram, YouTube, X), campaign type, category, creator count, view stats, funding date, full rules text, and a direct campaign URL.

Because it runs on Apify, you can export the data to JSON, CSV, or Excel, call it as a Content Rewards API from your own code, schedule it to run hourly or daily, plug it into integrations (Google Sheets, Slack, webhooks), or let AI agents call it via the Apify MCP server.

Why use Whop Content Rewards Scraper?

  • Clippers & clipping agencies — find the highest-paying clipping campaigns and catch new launches before they saturate. Sort by "fewest creators" to find low-competition campaigns.
  • Creators & brands — benchmark reward-per-view rates and budgets against other campaigns in your category before launching your own.
  • Analysts & tool builders — treat the creator-economy campaign directory as a dataset: track launches, budget burn rates, platform trends, and payout velocity over time.
  • Automation & AI agents — programmatically discover campaigns matching your criteria (reward threshold, budget left, platform, category) and chain the results into downstream tools.

What makes this scraper different?

  • Built-in campaign monitoring. A persistent snapshot is kept between runs, so every item carries isNew (campaign launched since your last run) and budgetSpentDeltaUsd (how much the campaign paid out since your last run — a live burn-rate signal). Turn on Only new campaigns and schedule the Actor to get a feed of fresh campaigns only.
  • Estimated views remaining. budgetLeftUsd / rewardPerThousandUsd × 1000 tells you how many views a campaign can still pay for.
  • One request, whole directory. Pure HTTP scraping — fast, cheap, and reliable.

How to find the best Whop clipping campaigns

  1. Click Try for free — no input is required; the default run returns all active campaigns sorted by budget left.
  2. Optionally set filters: minimum reward per 1K views, minimum budget left, platforms, campaign type (clipping / UGC), or a search keyword.
  3. Click Start and wait a few seconds.
  4. Open the Output tab to browse campaigns, or Export the dataset as JSON, CSV, or Excel.
  5. To monitor for new campaigns, enable Only new campaigns since last run and add a Schedule (e.g. every 6 hours).

Input

All fields are optional — an empty input returns the full active directory. Example:

{
"platforms": ["tiktok", "instagram"],
"minRewardPerThousand": 1,
"minBudgetLeftUsd": 1000,
"maxProgressPercentage": 90,
"sortBy": "budgetLeft",
"maxItems": 100
}

This example returns TikTok/Instagram campaigns paying at least $1 per 1K views with at least $1,000 of budget still unspent — roughly 200 live campaigns at the time of writing.

Output

You can download the dataset in various formats such as JSON, HTML, CSV, or Excel. One item per campaign:

{
"title": "ROOBET UGC REPOSTING V2",
"brand": "Creator Casino",
"campaignType": "clipping",
"category": "Entertainment",
"status": "active",
"rewardPerThousandUsd": 1.5,
"totalBudgetUsd": 250000.0,
"budgetSpentUsd": 40688.64,
"budgetLeftUsd": 209311.36,
"progressPercentage": 16,
"estimatedViewsRemaining": 139540907,
"socialPlatforms": ["tiktok", "instagram"],
"creatorsCount": 3181,
"viewCountDisplay": "23.2M",
"successRate": 13,
"fundedAt": "2026-06-10T21:05:05.000Z",
"campaignUrl": "https://whop.com/creator-casino-7b/",
"description": "Roobet is putting their product in front of the right audience at scale...",
"isNew": false,
"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
progressPercentage% of the budget already spent
estimatedViewsRemainingViews the remaining budget can still pay for
socialPlatformsAccepted platforms: tiktok, instagram, youtube, x
campaignType / categoryclipping, ugc, or both / Music, Personal Brand, Product, …
creatorsCountCreators already participating — a competition signal
successRateShare of submissions that get approved
isNewCampaign appeared since your previous run
budgetSpentDeltaUsdPayout since your previous run (burn rate)
campaignUrlDirect link to the campaign's Whop page

How much does it cost to scrape Whop Content Rewards?

You pay per campaign returned — a full directory pull (~500 campaigns) costs well under a dollar, and filtered runs cost just cents. Free plan users are limited to 25 campaigns per run. Subscribe to an Apify plan to unlock the full directory, scheduling, and higher limits.

Tips for catching campaigns early

  • Schedule + Only new campaigns is the killer combo: run every few hours and receive only freshly launched campaigns, before thousands of clippers pile in.
  • Sort by Fewest creators first to find campaigns with real budget but little competition.
  • Use Max budget spent % ≤ 80 to skip nearly exhausted campaigns whose views may no longer be paid.
  • Watch budgetSpentDeltaUsd across scheduled runs — campaigns that burn fast are campaigns that actually pay.

FAQ

What is Whop Content Rewards?

Whop Content Rewards is a marketplace where brands and creators fund campaigns that pay you 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.

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.

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 in JSON from your own code, n8n, Make, or Zapier. AI agents can also 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