Win-4 Lottery Past Winning Numbers avatar
Win-4 Lottery Past Winning Numbers

Pricing

$10.00 / 1,000 results

Go to Store
Win-4 Lottery Past Winning Numbers

Win-4 Lottery Past Winning Numbers

Developed by

Harvest Data

Harvest Data

Maintained by Community

This actor retrieves historical winning numbers for the Win-4 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

3 days ago

Fetch Historical Winning Numbers for Win-4 Lottery

This actor retrieves historical winning numbers for the Win-4 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 Win-4 lottery draw within the specified date range. Each object includes:

  • drawDate: The date of the lottery draw (in ISO 8601 format).
  • midDayWin4: The mid-day draw winning numbers.
  • eveningWin4: The evening draw winning numbers.

Example Output

[
{
"drawDate": "2025-07-10T00:00:00",
"midDayWin4": "4634",
"eveningWin4": "4589"
},
{
"drawDate": "2025-07-11T00:00:00",
"midDayWin4": "4106",
"eveningWin4": "8579"
},
{
"drawDate": "2025-07-12T00:00:00",
"midDayWin4": "5195",
"eveningWin4": "4337"
}
]

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