# Whop Clipping Campaign Scraper

**Use case:** 

Scrape active Whop Content Rewards clipping campaigns with payout rates, budgets, accepted platforms, brands, and campaign links.

## Input

```json
{
  "maxItems": 25,
  "campaignType": "clipping",
  "status": "active",
  "sortBy": "newest",
  "enrichDetails": false,
  "maxConcurrency": 5
}
```

## Output

```json
{
  "title": {
    "label": "Campaign",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "campaignType": {
    "label": "Type",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "rewardPer1kUsd": {
    "label": "Reward / 1K",
    "format": "number"
  },
  "totalBudgetUsd": {
    "label": "Total budget",
    "format": "number"
  },
  "budgetSpentUsd": {
    "label": "Spent",
    "format": "number"
  },
  "budgetRemainingUsd": {
    "label": "Budget left",
    "format": "number"
  },
  "progressPercentage": {
    "label": "Progress %",
    "format": "number"
  },
  "platforms": {
    "label": "Platforms",
    "format": "array"
  },
  "fundedAt": {
    "label": "Funded",
    "format": "date"
  },
  "verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "requirements": {
    "label": "Requirements",
    "format": "array"
  },
  "campaignUrl": {
    "label": "Campaign",
    "format": "link"
  },
  "thumbnailUrl": {
    "label": "Thumbnail",
    "format": "image"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Whop Content Rewards Scraper](https://apify.com/automation-lab/whop-content-rewards-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/whop-content-rewards-scraper) to learn more, explore other use cases, and run it yourself.