Lottery Analyzer - Powerball & Mega Millions avatar

Lottery Analyzer - Powerball & Mega Millions

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Lottery Analyzer - Powerball & Mega Millions

Lottery Analyzer - Powerball & Mega Millions

Comprehensive lottery data analyzer for Powerball and Mega Millions. Access historical drawings, run statistical analysis, track hot/cold numbers, get next drawing info, and receive automated notifications via webhook.

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

0

Bookmarked

7

Total users

1

Monthly active users

3 hours ago

Last modified

Share

Historical lottery data analyzer with statistical analysis, hot/cold numbers, frequency tracking, and result notifications. Covers Powerball and Mega Millions with webhook support for Zapier, Make, and n8n.


Quick Start

Test with Demo Mode (free, no API key needed)

{
"demoMode": true
}

Run with real data

{
"demoMode": false,
"lottery": "both",
"mode": "full_report",
"analysisType": "all",
"analysisPeriod": 365,
"historicalLimit": 100,
"jackpotThreshold": 500000000,
"webhookTriggers": [
"always"
],
"webhookPlatform": "custom",
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": [
"RESIDENTIAL"
]
}
}

Input Parameters

ParameterTypeDefaultRequiredDescription
lotterystring"both"NoWhich lottery to analyze
modestring"full_report"NoWhat operation to perform
analysisTypestring"all"NoType of statistical analysis to run
analysisPeriodinteger365NoNumber of days to include in analysis (0 = all time)
historicalLimitinteger100NoMaximum number of historical drawings to fetch
checkNumbersstring-NoYour lottery numbers to check against history (comma-separated, e.g., '5,17,23,44,62,14')
jackpotThresholdinteger500000000NoMinimum jackpot amount to trigger webhook alert (in dollars)
webhookUrlstring-NoURL to POST results (Zapier, Make, n8n, or custom endpoint)
webhookTriggersarray["always"]NoWhen to send webhook notifications
webhookPlatformstring"custom"NoTarget platform for payload formatting
proxyConfigurationobject{"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"]}NoProxy settings for scraping
demoModebooleantrueNoReturn sample data without actual scraping (for testing)

Pricing

This actor uses pay-per-event billing:

EventDescriptionPrice
Analysis CompletedEach lottery analysis run completed$0.01

Demo mode is free -- no charges for sample data.


Troubleshooting

"API error 429" or "Rate limit"

Too many requests. Wait a minute and try again, or reduce the number of items per run.

No results or empty dataset

Check the run log for error messages. Common causes:

  • Invalid input format (check the examples above)
  • The target data doesn't exist or is too small to track

How do I test without an API key?

Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.


Built by John Rippy | Actor Arsenal