ClipAffiliates Campaigns Scraper | CPM, Budget Left & Score
DeprecatedPricing
from $0.96 / 1,000 campaign results
ClipAffiliates Campaigns Scraper | CPM, Budget Left & Score
DeprecatedScrape ClipAffiliates' public campaign board: CPM per 1,000 views, budget spent vs remaining, paid views left, active affiliate competition count and a 0-100 opportunity score. HTTP-only, no login, no key. Built for clippers, UGC creators and agencies hunting fresh, low-competition campaigns.
Pricing
from $0.96 / 1,000 campaign results
Rating
0.0
(0)
Developer
Mr Zack
Maintained by CommunityActor stats
0
Bookmarked
4
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
⚠️ Status (updated 6 Sep 2026): clipaffiliates.com has been offline since 24 Aug 2026 (the owner pointed the domain at a blackhole IP). By default this Actor now fails fast in ~5 s with a clear message and charges nothing while the board is down; it resumes automatically the day the site returns.
New — keep your schedules alive: set input
"whenOffline": "fallbackBoards"and, whenever ClipAffiliates is unreachable, the Actor returns the same kind of clipping campaigns from Whop Content Rewards + Promote.fun + Vyro (≈590 rows today) in this exact schema — CPM, budget left, competition count, opportunity score, all filters and sorts work unchanged. Every fallback row is tagged withsource(whop/promotefun/vyro) andsourceBoardUrl, so it can never be confused with ClipAffiliates data. When the board is back, rows come from ClipAffiliates again (source: "clipaffiliates").Looking for clipping campaigns right now? The same data model, live today:
- Clipping Campaigns Aggregator | 4 Boards, One Ranked Feed — Whop Content Rewards + Promote.fun + Vyro (+ ClipAffiliates when it's back), 580+ campaigns, deduplicated and scored.
- Whop Content Rewards Scraper | Clipping Campaign Finder — the biggest board (570+ campaigns), CPM, budget left, burn rate.
- Vyro Clipping Campaigns Scraper and Promote.fun Clipping Campaigns Scraper — the smaller boards, same schema.
Pulls the public campaign board of ClipAffiliates — the clipping & UGC marketplace where creators pay clippers per 1,000 views — and turns it into clean, money-first rows: CPM, budget remaining, paid views left, how many clippers are already competing, and a 0-100 opportunity score.
No login. No API key. No proxies. HTTP-only, so runs finish in seconds and cost almost nothing.
Who this is for
- Clippers & UGC creators deciding which campaign to jump on today — before the budget runs out.
- Clipping agencies monitoring every board (Whop, Vyro, ClipAffiliates) from one dashboard.
- Analysts & builders tracking the creator-economy clipping market.
The board moves fast: budgets deplete in days and new drops appear without notice. The clippers who catch a fresh campaign with low competition earn the most per clip. This actor exists so you never refresh the board manually again.
What makes this board special: competition data
ClipAffiliates publicly exposes active_affiliates_count — how many clippers already joined each campaign. This actor turns that into:
remainingUsdPerAffiliate— remaining budget ÷ active affiliates: the competition-adjusted money on the table.lowCompetitionsort +maxActiveAffiliatesfilter — surface quiet campaigns before the crowd arrives.
No other clipping-board dataset gives you this.
Output fields
| Field | Meaning |
|---|---|
name, creatorName, type | Campaign, who runs it, clipping or ugc |
status | active / ended (derived from end date + budget) |
cpmUsd | USD per 1,000 views (normalized from pay rate) |
budgetUsd / budgetSpentUsd / budgetRemainingUsd / budgetSpentPct | The money pool |
remainingViews | How many views can still get paid at this CPM |
activeAffiliatesCount | Clippers already in — your competition |
remainingUsdPerAffiliate | Remaining budget split across the competition |
maxPostsPerAffiliate, maxAffiliates, accessType | Participation rules |
platforms, countries, hashtag | Where and how to post |
createdAt, ageHours, isFreshWithin24h/72h | Catch new drops early |
endDate, endsInDays, closingWithin48h | Deadline math |
opportunityScore | 0-100: CPM (30) + budget headroom (30) + low competition (15) + freshness (15) + time left (10) |
How to schedule this actor (recommended)
This data is worth the most when it's fresh. Set it and forget it:
- Open the actor → Schedules → create a schedule (e.g. every 30 minutes or hourly).
- For a cheap "new drop alert", set input
freshWithinHours: 1with a 1-hour schedule — most runs push 0 rows (you pay only the $0.01 start fee), and the moment a new campaign lands you get exactly the new rows. - Add an integration (Slack / email / webhook) on "run succeeded with items" to get pinged only when something new appears.
- Pair with
sortBy: "lowCompetition"ormaxActiveAffiliates: 10to be first into quiet campaigns.
Example input
{"activeOnly": true,"minCpmUsd": 1,"maxActiveAffiliates": 40,"sortBy": "opportunity"}
Keep schedules alive while the board is offline
{ "whenOffline": "fallbackBoards", "sortBy": "opportunity", "maxItems": 200 }
Same schema, same filters — rows come from Whop Content Rewards, Promote.fun and Vyro (tagged source) until clipaffiliates.com is reachable again.
Pricing
Pay-per-event: $0.01 per run + $0.96 per 1,000 campaign rows. A typical run on today's board costs about a cent.
The full clipping-economy data stack
Track every major clipping board with one scheduler:
- Whop Content Rewards Scraper — the biggest board (Whop.com content rewards)
- Vyro Clipping Campaigns Scraper — the MrBeast-backed marketplace
- ClipAffiliates Campaigns Scraper — this actor
- Galxe Quest Rewards Scraper — web3 quest rewards
Notes & fair use
- Reads only the public discover board over its official public JSON endpoint — no login, no bypass, gentle request rate (a single GET per run).
- Not affiliated with ClipAffiliates.
- Data accuracy depends on what the board publishes;
estimated_spendis the platform's own estimate.
Changelog
- 0.0.6 (6 Sep 2026) — New input
whenOffline: "fallbackBoards": when clipaffiliates.com is unreachable, return Whop Content Rewards + Promote.fun + Vyro campaigns in this Actor's schema (≈590 rows, taggedsource). New fields on every row:source,sourceBoardUrl(existing fields unchanged). - 0.0.4 (6 Sep 2026) — Fail-fast when the ClipAffiliates board is offline: 8 s request timeout, 2 quick checks, then a clear FAILED message with 0 dataset items (no per-result charge). Default run options lowered to 512 MB / 120 s so a dead upstream can never burn your compute.
Found this useful? A review helps more than you'd think
If this Actor saved you time, a short review on the Reviews tab of this Store page takes 30 seconds and is the only signal other buyers have before they spend anything. If something is broken instead, open a ticket on the Issues tab — parser bugs and field requests get fixed.
Related Actors from the same account