{
  "openapi": "3.0.1",
  "info": {
    "title": "Whop Content Rewards Scraper — Clipping & UGC Campaigns",
    "description": "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.",
    "version": "0.1",
    "x-build-id": "1IU3g5GEZ0ukKckCa"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/fayoussef~whop-clipping-campaigns-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-fayoussef-whop-clipping-campaigns-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/fayoussef~whop-clipping-campaigns-scraper/runs": {
      "post": {
        "operationId": "runs-sync-fayoussef-whop-clipping-campaigns-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/fayoussef~whop-clipping-campaigns-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-fayoussef-whop-clipping-campaigns-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "properties": {
          "searchText": {
            "title": "Search text (optional)",
            "type": "string",
            "description": "Only keep campaigns whose title, brand, category or description contains this text (case-insensitive). Example: `poker`, `music`, `AI`. Leave empty to get the whole directory.\n\n⚡ Unlock full pages and higher limits by subscribing to an [Apify plan](https://apify.com/pricing?fpr=youssef).\n💼 Need a custom solution? Reach out at youssefarhan24@gmail.com\n🌐 Got a site in mind? [Suggest it here](https://automationbyexperts.com/apify)"
          },
          "campaignTypes": {
            "title": "Campaign types",
            "type": "array",
            "description": "Filter by campaign type. `Clipping` = repost/clip existing content, `UGC` = create original content. Campaigns marked `Both` accept either and are included when you pick Clipping or UGC. Leave empty for all types.",
            "items": {
              "type": "string",
              "enum": [
                "clipping",
                "ugc",
                "both"
              ],
              "enumTitles": [
                "Clipping",
                "UGC",
                "Both"
              ]
            },
            "default": []
          },
          "platforms": {
            "title": "Social platforms",
            "type": "array",
            "description": "Only campaigns that accept at least one of these platforms. Leave empty for all.",
            "items": {
              "type": "string",
              "enum": [
                "tiktok",
                "instagram",
                "youtube",
                "x"
              ],
              "enumTitles": [
                "TikTok",
                "Instagram",
                "YouTube",
                "X (Twitter)"
              ]
            },
            "default": []
          },
          "categories": {
            "title": "Categories",
            "type": "array",
            "description": "Filter by campaign category as shown on Whop. Leave empty for all categories.",
            "items": {
              "type": "string",
              "enum": [
                "Personal Brand",
                "Music",
                "Product",
                "Entertainment",
                "Technology",
                "Logo",
                "Slideshow",
                "Gaming",
                "Other"
              ],
              "enumTitles": [
                "Personal Brand",
                "Music",
                "Product",
                "Entertainment",
                "Technology",
                "Logo",
                "Slideshow",
                "Gaming",
                "Other"
              ]
            },
            "default": []
          },
          "minRewardPerThousand": {
            "title": "Min reward per 1K views (USD)",
            "minimum": 0,
            "type": "integer",
            "description": "Only campaigns paying at least this many dollars per 1,000 views. Example: `2`."
          },
          "minBudgetLeftUsd": {
            "title": "Min budget left (USD)",
            "minimum": 0,
            "type": "integer",
            "description": "Only campaigns with at least this much unspent budget — the practical signal that new views will still get paid. Example: `5000`."
          },
          "maxProgressPercentage": {
            "title": "Max budget spent (%)",
            "minimum": 0,
            "maximum": 100,
            "type": "integer",
            "description": "Skip nearly exhausted campaigns: only keep campaigns whose budget is at most this % spent. Example: `80`."
          },
          "status": {
            "title": "Campaign status",
            "enum": [
              "active",
              "all"
            ],
            "type": "string",
            "description": "`Active` = currently paying out (default). `All` also includes completed campaigns present in the directory.",
            "default": "active"
          },
          "sortBy": {
            "title": "Sort results by",
            "enum": [
              "budgetLeft",
              "reward",
              "newest",
              "progress",
              "creators"
            ],
            "type": "string",
            "description": "`Budget left` surfaces campaigns with the most money still to pay out. `Fewest creators` surfaces low-competition campaigns.",
            "default": "budgetLeft"
          },
          "maxItems": {
            "title": "Max campaigns",
            "minimum": 1,
            "type": "integer",
            "description": "Upper limit of campaigns to return. You are only charged for returned results.",
            "default": 500
          },
          "onlyNewCampaigns": {
            "title": "Only new campaigns since last run",
            "type": "boolean",
            "description": "Monitoring mode: only output campaigns that were NOT present in your previous run — perfect on a schedule to catch fresh campaigns before they saturate. The first run just builds the baseline snapshot.",
            "default": false
          },
          "proxyConfiguration": {
            "title": "Proxy",
            "type": "object",
            "description": "Proxy settings. The default Apify proxy works in most cases; switch to the RESIDENTIAL group if runs start returning zero campaigns.",
            "default": {
              "useApifyProxy": true
            }
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}