MunchEye Launch Calendar Scraper | JVZoo & WarriorPlus Launches avatar

MunchEye Launch Calendar Scraper | JVZoo & WarriorPlus Launches

Pricing

from $2.66 / 1,000 launch results

Go to Apify Store
MunchEye Launch Calendar Scraper | JVZoo & WarriorPlus Launches

MunchEye Launch Calendar Scraper | JVZoo & WarriorPlus Launches

Scrape every IM product launch on MunchEye: vendor, product, launch date, front-end price, affiliate commission %, network (JVZoo, WarriorPlus, Launchpad), big-launch flag, est. commission per sale and a 0-100 launch score. HTTP-only, no login, schedule-ready.

Pricing

from $2.66 / 1,000 launch results

Rating

0.0

(0)

Developer

Mr Zack

Mr Zack

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

a day ago

Last modified

Share

Every serious affiliate in the "internet marketing" space checks MunchEye — the public JV launch calendar — to decide which product launches to promote next. Launches pay 50-75% front-end commission plus JV contest prizes, and the launch window is everything: build your bonus page and email sequence before launch day, or watch the leaderboard without you on it.

This actor turns that daily manual check into structured data: one run returns every listed launch (~600 at the time of writing) across WarriorPlus, JVZoo, Launchpad, ClickBank and Explodely, with the numbers you actually pick launches by — and since 13 Sep 2026 every row also carries the launch time, JV page URL, sales page, niche and listing tier from the detail page, at no extra cost. HTTP-only, pay per result ($3.80 / 1,000 launches + $0.01 per run — a full board is ≈ $2.30), MCP-ready.

Who this is for

  • Affiliate marketers planning their promo calendar: filter to launches in the next 14 days paying ≥50% on a ≥$27 front-end.
  • Bonus-page & email-sequence builders who prep assets per launch and need lead time.
  • JV managers & vendors watching what's launching against them in their niche and week.
  • Newsletter / community operators (launch roundups, "what's launching this week" posts) who want the data without the copy-paste.

Output fields

FieldMeaning
productName, vendorParsed from the listing ("Vendor: Product").
networkWarriorPlus, JVZoo, Launchpad, Clickbank, Explodely.
launchDate, daysToLaunchISO date from the board's own structured data; negative = already launched.
statusupcoming, today, launched, parked (placeholder slot years out), unknown.
priceRaw, priceUsdFront-end price as published + parsed USD (null when not published — never a fake 0).
commissionPctAffiliate commission % as published.
estCommissionUsdFront-end price × commission % = what one front-end sale pays you. Upsells/bundles not included — treat it as a floor.
isBigLaunchFeatured in MunchEye's Big Launches list (heaviest JV push).
launchScore0-100: launch window 40 + est. commission 30 (log-scaled) + big-launch 20 + network 10. Unknown data scores neutral, never bonus.
muncheyeUrlThe launch's detail page (JV page link, prizes, launch time).
launchTime, launchDateTimeUtcLaunch time as listed ("10:00 EDT") + ISO UTC timestamp — schedule your email to land at the right minute. (detail page)
jvPageUrl, jvPageRawJV / affiliate registration page. jvPageRaw keeps what the vendor typed ("TBA", "Coming soon") when it isn't a URL yet. (detail page)
salesPageUrl, launchId, vendorIdSales-page link + MunchEye's numeric launch/vendor ids (group a vendor's launches across runs). (detail page)
niche, launchTierNiche (Software, PLR, Video, Bizopp…) and listing tier (Standard / Big). Vendors sometimes type their pitch into the niche box — then niche is null and the text goes to description. (detail page)
descriptionVendor's pitch text from the listing, max 2,000 chars. (detail page)
detailed, detailErrorWhether the detail page was fetched; a failed detail keeps the row with null detail fields.

How to schedule this actor (this is the whole point)

The calendar moves every day — new launches appear, dates shift, big launches get announced. A launch you spot 10 days early is a promo; one you spot on launch day is a missed leaderboard.

  1. Open the actor → Schedules → create a schedule (daily at your morning hour works well).
  2. Recommended input for a promo-planning feed: status: "upcoming", maxDaysToLaunch: 21, sortBy: "launchDate".
  3. Add an integration (email, Slack, webhook, Google Sheets) so each morning's run lands where you plan your promos.
  4. Diff tip: keep sortBy: "launchDate" and compare against yesterday's dataset — new slugs = new launches announced.

Example output (one real row, 7 Sep 2026)

Default input (status: "upcoming", sortBy: "launchDate", maxItems: 1000) returned 542 upcoming launches (61 flagged big) in ~6 s. One row, untouched:

{
"slug": "senuke-ai-the-ai-growth-operating-system",
"muncheyeUrl": "https://muncheye.com/senuke-ai-the-ai-growth-operating-system",
"vendor": "Joe Russell",
"productName": "SEnuke AI - The AI Growth Operatin…",
"network": "JVZoo",
"launchDate": "2026-09-08",
"daysToLaunch": 2,
"status": "upcoming",
"priceRaw": "$97.00 at 30%",
"priceUsd": 97,
"commissionPct": 30,
"estCommissionUsd": 29.1,
"isBigLaunch": true,
"launchScore": 86
}

Cost of that run: 542 × $0.0038 + $0.01 ≈ $2.07. A daily maxDaysToLaunch: 21 feed is usually 150–250 rows ≈ $0.60–0.95.

Example input

{ "status": "upcoming", "maxDaysToLaunch": 21, "bigLaunchesOnly": false, "sortBy": "launchDate", "maxItems": 1000 }

Honest limitations

  • Data comes from MunchEye's public board; if a vendor doesn't list there, we can't see it.
  • estCommissionUsd covers the front-end only. Real EPCs with upsells are typically higher — check the JV page (muncheyeUrl) for the full funnel.
  • Some rows are placeholders ("TBA", parked far-future dates). We flag them (status: "parked", null prices) instead of guessing.
  • Detail fields depend on what the vendor filled in: on 13 Sep 2026, 516/516 detail pages parsed, jvPageUrl was a real URL on 61 % (the rest are "TBA" / "Coming soon" — see jvPageRaw), niche on 64 %, sales page on 41 %. Set enrichDetails: false for a board-only run in ~5 s.

The cheapest way to use this Actor is as a monitor: create a Schedule in Apify Console (e.g. every day at 08:00), set the input "onlyNew": true, and add an integration (email, Slack, Google Sheets, webhook). Every run then delivers only the launches that appeared since the previous run — you pay only for new rows, and you never miss one.

Changelog

  • 0.1.3 (24 Sep 2026) — Reliability: if muncheye.com is briefly down or slow, the run now waits and retries on its own instead of failing at once, and a run close to its timeout stops fetching detail pages early and still delivers every launch. No price or field change.
  • 0.1.2 (19 Sep 2026) — Typo guard on input. Apify accepts input fields an Actor does not know without complaining, so a misspelled option (e.g. maxItem instead of maxItems) used to produce a successful run with the setting silently inactive. The run log now warns for every unknown field and suggests the closest real one.
  • 0.1.1 (18 Sep 2026) — New onlyNew (monitor mode). Set it to true and schedule the Actor: the first run returns the full result and remembers every launche (slug) in a key-value store in your account; every later run returns only launches that are new since the last run, and skipped rows are never charged. Nothing else changed — defaults, fields and prices are identical.
  • 0.0.5 (13 Sep 2026) — Detail pages, free. Every row now includes launchTime + launchDateTimeUtc, jvPageUrl / jvPageRaw, salesPageUrl, launchId, vendorId, niche, launchTier, description (1 request per launch, 4 in parallel, ≈ 1.5 min for the full board; enrichDetails: false to skip). Row price unchanged ($0.0038). No existing field changed.
  • 2026-09-07 — README: real example row, cost math, example input, related Actors. Fetch timeout + 512 MB / 300 s default run limits.
  • 2026-08 — Initial release: full MunchEye board across WarriorPlus, JVZoo, Launchpad, ClickBank, Explodely; launchScore (0-100), isBigLaunch, parked/TBA rows flagged instead of dropped, maxDaysToLaunch filter.

Found this useful? Bookmark & review

If it saved you the daily board-checking routine, a ⭐ review on the Store page helps more people find it — and a bookmark keeps it one click away. Something broken or missing a field you need? Open an issue in the Issues tab — I ship fixes fast.