Mega Millions Lottery Past Winning Numbers

Mega Millions Lottery Past Winning Numbers

This actor retrieves historical winning numbers for the Mega Millions Lottery within a specified date range.

AUTOMATIONDEVELOPER_TOOLSNEWSApify

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

1{
2    "startDate": "2024-12-23",
3    "endDate": "2024-12-31"
4}

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

1[
2    {
3        "drawDate": "2024-12-24T00:00:00",
4        "winningNumbers": "11 14 38 45 46",
5        "megaBall": "03",
6        "megaplier": "03"
7    },
8    {
9        "drawDate": "2024-12-27T00:00:00",
10        "winningNumbers": "03 07 37 49 55",
11        "megaBall": "06",
12        "megaplier": "03"
13    },
14    {
15        "drawDate": "2024-12-31T00:00:00",
16        "winningNumbers": "13 22 27 29 35",
17        "megaBall": "01",
18        "megaplier": "02"
19    }
20]

How to Use

  1. Deploy the actor on Apify platform.
  2. Provide the desired date range for the startDate and endDate inputs, or exclude them for the complete dataset.
  3. Run the actor to retrieve the historical Mega Millions winning numbers.
  4. The output will contain all the relevant data for each Mega Millions draw within the specified period.

Notes

  • The startDate and endDate must be in the format YYYY-MM-DD.
  • Make sure to check for any specific lottery draw constraints based on the date range.

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!