Quick Draw Lottery Past Winning Numbers avatar
Quick Draw Lottery Past Winning Numbers

Pricing

$10.00 / 1,000 results

Go to Store
Quick Draw Lottery Past Winning Numbers

Quick Draw Lottery Past Winning Numbers

Developed by

Harvest Data

Harvest Data

Maintained by Community

This actor retrieves historical winning numbers for the Quick Draw lottery within a specified date range.

0.0 (0)

Pricing

$10.00 / 1,000 results

0

Total users

1

Monthly users

1

Runs succeeded

>99%

Last modified

2 days ago

Fetch Historical Winning Numbers for Quick Draw Lottery

This actor retrieves historical winning numbers for the Quick Draw 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-24",
"endDate": "2024-12-31"
}

Output

The output is a list of objects, each representing a Quick Draw lottery draw within the specified date range. Each object includes:

  • drawDate: The date of the lottery draw (in ISO 8601 format).
  • drawNumber: The sequential draw number.
  • drawTime: The draw time.
  • winningNumbers: The set of winning numbers for the draw.
  • extraMultiplier: The extra multiplier for the draw.
  • moneyDotsNumber: The Money Dots winning number for the draw.
  • moneyDotsPrize: The Money Dots prize for the draw.

Example Output

[
{
"drawDate": "2025-07-12T00:00:00",
"drawNumber": "2859209",
"drawTime": "07:12",
"winningNumbers": "01 02 08 13 14 24 26 36 40 41 42 45 46 47 60 67 68 69 73 79",
"extraMultiplier": "01",
"moneyDotsNumber": "51",
"moneyDotsPrize": "$10"
},
{
"drawDate": "2025-07-12T00:00:00",
"drawNumber": "2859210",
"drawTime": "07:16",
"winningNumbers": "01 03 06 07 17 22 23 25 38 39 46 56 57 62 64 66 75 78 79 80",
"extraMultiplier": "02",
"moneyDotsNumber": "65",
"moneyDotsPrize": "$20"
},
{
"drawDate": "2025-07-12T00:00:00",
"drawNumber": "2859211",
"drawTime": "07:20",
"winningNumbers": "02 07 08 15 31 32 33 42 43 44 47 48 51 52 69 73 75 76 77 79",
"extraMultiplier": "01",
"moneyDotsNumber": "21",
"moneyDotsPrize": "$10"
}
]

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 Quick Draw winning numbers.
  4. The output will contain all the relevant data for each Quick Draw 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.