# Promote.fun Clipping Campaigns Scraper (`tactful_anvil/promote-fun-clipping-campaigns-scraper`) Actor

Scrape promote.fun's public clipping campaign board: CPM per 1,000 views, budget used vs remaining from the platform's own snapshots, clipper counts, $ per clipper, burn rate, est. days left and a proof-gated opportunity score. No login, no key, no proxy.

- **URL**: https://apify.com/tactful\_anvil/promote-fun-clipping-campaigns-scraper.md
- **Developed by:** [Mr Zack](https://apify.com/tactful_anvil) (community)
- **Categories:** Automation, Lead generation, Social media
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.96 / 1,000 campaign results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## Promote.fun Clipping Campaigns Scraper

Scrape the **public campaign board of [promote.fun](https://www.promote.fun/campaigns)** — the campaign-based clipping marketplace where brands and creators fund a budget and clippers earn per 1,000 verified views.

One run gives you every campaign as a flat row with the numbers clippers actually refresh the board for:

- **CPM** (USD per 1,000 views) and **total budget**
- **Budget used vs remaining** — from the platform's own daily snapshots, not guesses
- **Clipper counts, views / likes / shares per platform**
- **$ per clipper** and **effective CPM** — what participants actually earned
- **Burn rate (USD/day), est. days left, budget pace** (`draining` / `healthy` / `slow` / `stalled`)
- **`hasPaidEvidence`** — has this campaign actually paid anyone yet?
- **`opportunityScore` 0-100**, proof-gated: campaigns that never paid out can't outrank proven payers

HTTP-only against the site's own public API. **No login, no API key, no browser, no proxy.**

### Who is this for?

- **Clippers** deciding which campaign is worth their next edit — pick pools with money left, real payout history and low competition.
- **Agencies & clipping teams** monitoring several boards (see the companion actors below).
- **Analysts / builders** benchmarking CPMs and payout speed across the clipping economy.

### Output fields

| Field | Meaning |
|---|---|
| `name`, `url`, `slug`, `status`, `operationalState` | Campaign identity & state |
| `cpmUsd` | Promised USD per 1,000 views |
| `budgetUsd`, `budgetUsedUsd`, `budgetRemainingUsd`, `budgetSpentPct` | The money |
| `remainingViews` | Paid views still available at this CPM |
| `clippersTotal`, `clippersApproved`, `approvedSubmissions`, `pendingSubmissions` | Competition |
| `totalViews`, `approvedViews`, `viewsByPlatform`, `topPlatform` | Where the views land |
| `usdPerClipper`, `viewsPerClipper`, `effectiveCpmUsd` | What participants actually got |
| `burnUsdPerDay`, `estDaysLeft`, `budgetPace` | How fast the pool drains |
| `hasPaidEvidence` | `budgetUsedUsd > 0` |
| `opportunityScore` | 0-100 = CPM 20 + remaining budget 25 + payout proof 30 + low competition 15 (halved while unproven) + freshness 10. Ended / spent-out = 0. |

Unknown values are `null`, never fake zeros.

### Input

```json
{
  "status": "active",
  "budgetAvailableOnly": true,
  "paidEvidenceOnly": false,
  "platforms": ["tiktok", "instagram"],
  "minCpmUsd": 1,
  "minRemainingBudgetUsd": 500,
  "sortBy": "opportunity",
  "maxItems": 200
}
```

`status: "completed"` pulls the payout history — 30+ finished campaigns with final `usdPerClipper` and `effectiveCpmUsd`, a ready-made CPM benchmark dataset.

### How to schedule this Actor (recommended)

Campaign budgets drain in days, sometimes hours. The clippers who win are the ones who see a new drop **while the pool is still full**:

1. Open the Actor page → **Schedules** → create a schedule (e.g. every 6 hours).
2. Use input `{ "status": "active", "budgetAvailableOnly": true }`.
3. Add an integration (Slack / email / webhook) on new dataset items, or diff `budgetRemainingUsd` between runs to catch pools that started draining.

A run on the current board costs about **$0.05** at listed pricing — checking four times a day costs less than a coffee a month.

### Companion actors — the clipping economy data stack

- [Whop Content Rewards Scraper](https://apify.com/tactful_anvil/whop-content-rewards-scraper) — the biggest clipping board (500+ campaigns)
- [Vyro Clipping Campaigns Scraper](https://apify.com/tactful_anvil/vyro-clipping-campaigns-scraper) — the MrBeast-backed marketplace
- [ClipAffiliates Clipping Campaigns Scraper](https://apify.com/tactful_anvil/clipaffiliates-clipping-campaigns-scraper)

### Was this Actor useful?

If it saved you time, a **review on the Store page** helps other clippers find it. Something broken or missing? Open an **Issue** on the Issues tab — I maintain this actively and usually respond within a day.

# Actor input Schema

## `status` (type: `string`):

Which campaigns to pull: active (default), completed (payout history / benchmark data), or all.

## `budgetAvailableOnly` (type: `boolean`):

Drop campaigns whose pool is already spent.

## `paidEvidenceOnly` (type: `boolean`):

Keep only campaigns with budgetUsedUsd > 0 — proven payers.

## `platforms` (type: `array`):

Keep campaigns accepting any of these platforms (youtube, tiktok, instagram, twitter, facebook). Empty = all.

## `minCpmUsd` (type: `integer`):

Keep campaigns paying at least this per 1,000 views.

## `minRemainingBudgetUsd` (type: `integer`):

Keep campaigns with at least this much money left.

## `sortBy` (type: `string`):

Row order: opportunity (default), cpm, remainingBudget, burnRate, newest.

## `maxItems` (type: `integer`):

Cap on campaigns fetched (each costs one dataset item).

## `requestDelayMs` (type: `integer`):

Politeness delay between API calls.

## Actor input object example

```json
{
  "status": "active",
  "budgetAvailableOnly": false,
  "paidEvidenceOnly": false,
  "platforms": [],
  "sortBy": "opportunity",
  "maxItems": 200,
  "requestDelayMs": 300
}
```

# Actor output Schema

## `campaigns` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {};

// Run the Actor and wait for it to finish
const run = await client.actor("tactful_anvil/promote-fun-clipping-campaigns-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {}

# Run the Actor and wait for it to finish
run = client.actor("tactful_anvil/promote-fun-clipping-campaigns-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{}' |
apify call tactful_anvil/promote-fun-clipping-campaigns-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,tactful_anvil/promote-fun-clipping-campaigns-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/vBzY4zeGPhfFgGjC2/builds/aH38wgBfxuixJsXCD/openapi.json
