New York Lottery Past Winning Numbers
Pricing
$10.00 / 1,000 results
Go to Apify Store

New York Lottery Past Winning Numbers
This actor retrieves historical winning numbers for the New York Lotto lottery within a specified date range.
Pricing
$10.00 / 1,000 results
Rating
0.0
(0)
Developer

Harvest Data
Maintained by Community
Actor stats
0
Bookmarked
5
Total users
4
Monthly active users
14 days ago
Last modified
Categories
Share
Fetch Historical Winning Numbers for the New York Lottery
This actor retrieves historical winning numbers for the New York 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-DDformat. - endDate: The end date of the period to fetch lottery results for (inclusive). Enter the date in
YYYY-MM-DDformat.
Example Input
{"startDate": "2024-12-24","endDate": "2024-12-31"}
Output
The output is a list of objects, each representing a New York 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.
- bonusNumber: The bonus number for the draw.
Example Output
[{"drawDate": "2025-07-09T00:00:00","winningNumbers": "06 07 15 16 21 51","bonusNumber": "29"},{"drawDate": "2025-07-12T00:00:00","winningNumbers": "03 16 19 27 39 57","bonusNumber": "37"}]
How to Use
- Deploy the actor on Apify platform.
- Provide the desired date range for the
startDateandendDateinputs, or exclude them for the complete dataset. - Run the actor to retrieve the historical New York lottery winning numbers.
- The output will contain all the relevant data for each New York lottery draw within the specified period.
Notes
- The
startDateandendDatemust be in the formatYYYY-MM-DD. - Make sure to check for any specific lottery draw constraints based on the date range.