# Big JVZoo & WarriorPlus launches in 14 days, 50%+ commission

**Use case:** 

Only the big launches on MunchEye starting within the next 14 days that pay affiliates at least 50% commission, by launch date: vendor, product, price, network and estimated commission per sale.

## Input

```json
{
  "status": "upcoming",
  "networks": [],
  "bigLaunchesOnly": true,
  "minCommissionPct": 50,
  "maxDaysToLaunch": 14,
  "sortBy": "launchDate",
  "maxItems": 300,
  "enrichDetails": true,
  "detailConcurrency": 4,
  "onlyNew": false
}
```

## Output

```json
{
  "productName": {
    "label": "Product",
    "format": "string"
  },
  "vendor": {
    "label": "Vendor",
    "format": "string"
  },
  "network": {
    "label": "Network",
    "format": "string"
  },
  "launchDate": {
    "label": "Launch date (ISO)",
    "format": "string"
  },
  "daysToLaunch": {
    "label": "Days to launch",
    "format": "number"
  },
  "priceUsd": {
    "label": "Front-end price (USD)",
    "format": "number"
  },
  "commissionPct": {
    "label": "Commission %",
    "format": "number"
  },
  "estCommissionUsd": {
    "label": "Est. commission / sale (USD)",
    "format": "number"
  },
  "isBigLaunch": {
    "label": "Big Launch?",
    "format": "boolean"
  },
  "launchScore": {
    "label": "Launch score (0-100)",
    "format": "number"
  },
  "muncheyeUrl": {
    "label": "MunchEye page",
    "format": "string"
  },
  "launchTime": {
    "label": "Launch time",
    "format": "string"
  },
  "jvPageUrl": {
    "label": "JV page",
    "format": "string"
  },
  "niche": {
    "label": "Niche",
    "format": "string"
  },
  "launchTier": {
    "label": "Listing tier",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [MunchEye Launch Calendar Scraper | JVZoo & WarriorPlus Launches](https://apify.com/tactful_anvil/muncheye-launch-calendar-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/tactful_anvil/muncheye-launch-calendar-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/tactful_anvil/muncheye-launch-calendar-scraper.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
