Powerball Lottery Past Winning Numbers avatar

Powerball Lottery Past Winning Numbers

Try for free

Pay $10.00 for 1,000 results

Go to Store
Powerball Lottery Past Winning Numbers

Powerball Lottery Past Winning Numbers

harvest/powerball-lottery-past-winning-numbers
Try for free

Pay $10.00 for 1,000 results

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

Fetch Historical Winning Numbers for Powerball Lottery

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

Output

The output is a list of objects, each representing a Powerball 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.
  • powerPlayMultiplier: The Power Play multiplier for the draw.

Example Output

1[
2    {
3        "drawDate": "2024-12-25T00:00:00",
4        "winningNumbers": "15 26 27 30 35 03",
5        "powerPlayMultiplier": "3"
6    },
7    {
8        "drawDate": "2024-12-28T00:00:00",
9        "winningNumbers": "06 31 51 54 55 12",
10        "powerPlayMultiplier": "2"
11    },
12    {
13        "drawDate": "2024-12-30T00:00:00",
14        "winningNumbers": "09 19 33 38 39 01",
15        "powerPlayMultiplier": "3"
16    }
17]

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 Powerball winning numbers.
  4. The output will contain all the relevant data for each Powerball 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.
Developer
Maintained by Community

Actor Metrics

  • 1 monthly user

  • 1 star

  • >99% runs succeeded

  • Created in Jan 2025

  • Modified 6 days ago