# Upcoming JVZoo & WarriorPlus launches (MunchEye calendar)

**Use case:** 

The MunchEye launch calendar as data: upcoming and live JVZoo / WarriorPlus / ClickBank product launches with launch date, vendor, price, commission, JV page and countdown. Affiliates and product creators use it to plan promos weeks ahead. Pay per result, HTTP-only.

## Input

```json
{
  "status": "upcoming",
  "networks": [],
  "bigLaunchesOnly": false,
  "sortBy": "launchDate",
  "maxItems": 1000,
  "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`).
