# TikTok UGC Rewards Extractor

**Use case:** 

Extract TikTok UGC campaign opportunities from Whop with rewards per 1K views, budget left, campaign status, and brand details.

## Input

```json
{
  "maxItems": 50,
  "campaignType": "ugc",
  "platforms": [
    "tiktok"
  ],
  "status": "active",
  "minRewardPer1kUsd": 1,
  "sortBy": "reward",
  "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.