This actor retrieves historical winning numbers for the Powerball Lottery within a specified date range.
This actor retrieves historical winning numbers for the Powerball Lottery within a specified date range.
The input schema accepts two optional parameters: startDate
and endDate
. Both dates should be in the format YYYY-MM-DD
.
YYYY-MM-DD
format.YYYY-MM-DD
format.1{ 2 "startDate": "2024-12-24", 3 "endDate": "2024-12-31" 4}
The output is a list of objects, each representing a Powerball lottery draw within the specified date range. Each object includes:
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]
startDate
and endDate
inputs, or exclude them for the complete dataset.startDate
and endDate
must be in the format YYYY-MM-DD
.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.
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.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
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!