
Mega Millions Lottery Past Winning Numbers
Pricing
$10.00 / 1,000 results
Go to Store

Mega Millions Lottery Past Winning Numbers
This actor retrieves historical winning numbers for the Mega Millions Lottery within a specified date range.
0.0 (0)
Pricing
$10.00 / 1,000 results
2
Total users
8
Monthly users
4
Runs succeeded
>99%
Last modified
4 months ago
Fetch Historical Winning Numbers for Mega Millions Lottery
This actor retrieves historical winning numbers for the Mega Millions Lottery within a specified date range.
Input Schema
The input schema accepts two optional parameters: startDate
and endDate
. Both dates should be in the format YYYY-MM-DD
.
Input Fields
- startDate: The start date of the period to fetch lottery results for (inclusive). Enter the date in
YYYY-MM-DD
format. - endDate: The end date of the period to fetch lottery results for (inclusive). Enter the date in
YYYY-MM-DD
format.
Example Input
{"startDate": "2024-12-23","endDate": "2024-12-31"}
Output
The output is a list of objects, each representing a Mega Millions lottery draw within the specified date range. Each object includes:
- drawDate: The date of the lottery draw (in ISO 8601 format).
- winningNumbers: The set of winning numbers for the draw.
- megaBall: The Bonus Mega Ball number for the draw.
- megaplier: The Megaplier multiplier for the draw.
Example Output
[{"drawDate": "2024-12-24T00:00:00","winningNumbers": "11 14 38 45 46","megaBall": "03","megaplier": "03"},{"drawDate": "2024-12-27T00:00:00","winningNumbers": "03 07 37 49 55","megaBall": "06","megaplier": "03"},{"drawDate": "2024-12-31T00:00:00","winningNumbers": "13 22 27 29 35","megaBall": "01","megaplier": "02"}]
How to Use
- Deploy the actor on Apify platform.
- Provide the desired date range for the
startDate
andendDate
inputs, or exclude them for the complete dataset. - Run the actor to retrieve the historical Mega Millions winning numbers.
- The output will contain all the relevant data for each Mega Millions draw within the specified period.
Notes
- The
startDate
andendDate
must be in the formatYYYY-MM-DD
. - Make sure to check for any specific lottery draw constraints based on the date range.