NHL Hockey Stats Scraper
Pricing
$0.60 / 1,000 records
NHL Hockey Stats Scraper
Scrape NHL hockey standings, schedules and rosters from the official NHL API. Returns team stats, games, scores and player details. No API key. Pay per record; empty or failed runs cost nothing.
Pricing
$0.60 / 1,000 records
Rating
0.0
(0)
Developer
Christian Pichichero
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
7 days ago
Last modified
Categories
Share
NHL Hockey Stats Scraper — a fast, reliable nhl stats scraper that needs no API key. You pay only for the results you get: failed or empty runs are always free.
This nhl stats scraper runs on the Apify platform, so you can call it from the API, run it on a schedule, or export results to JSON, CSV, Excel, or Google Sheets.
What this scraper does
- Extracts structured nhl stats data with no browser or API key required
- Returns clean JSON, one record per result — ready for sheets, databases, or apps
- Pay-per-result pricing: you are never charged for a run that returns nothing
- Runs on demand or on a schedule, and integrates with 5,000+ apps via the Apify API and webhooks
What data you get
Each result record includes fields such as:
- Team Name (
teamName) — e.g."Colorado Avalanche" - Team Abbrev (
teamAbbrev) — e.g."COL" - Team Common Name (
teamCommonName) — e.g."Avalanche" - Conference (
conference) — e.g."Western" - Division (
division) — e.g."Central" - Games Played (
gamesPlayed) — e.g.82 - Wins (
wins) — e.g.55 - Losses (
losses) — e.g.16 - Ot Losses (
otLosses) — e.g.11 - Points (
points) — e.g.121 - Goals For (
goalsFor) — e.g.302 - Goals Against (
goalsAgainst) — e.g.203 - Goal Differential (
goalDifferential) — e.g.99 - Win Pct (
winPct) — e.g.0.670732
Input
| Field | Type | Description |
|---|---|---|
dataset | string | Which NHL dataset to fetch: current league standings, the current game-week schedule, or a team roster (ros... |
teamAbbrev | string | 3-letter team code, e.g. TOR, BOS, COL, VGK. REQUIRED when dataset is 'roster'; ignored for standings/sched... |
conference | string | Optional. Keep only standings rows for this conference. Leave empty for all. |
division | string | Optional. Keep only standings rows for this division, e.g. Atlantic, Metropolitan, Central, Pacific. Leave ... |
maxResults | integer | Maximum number of records to return for the run. |
Example output
{"type": "standing","scrapedAt": "2026-07-12T00:00:00Z","teamName": "Colorado Avalanche","teamAbbrev": "COL","teamCommonName": "Avalanche","conference": "Western","division": "Central","gamesPlayed": 82,"wins": 55,"losses": 16,"otLosses": 11,"points": 121,"goalsFor": 302,"goalsAgainst": 203,"goalDifferential": 99,"winPct": 0.670732,"pointPct": 0.737805,"streak": "W3","streakCode": "W","streakCount": 3,"l10Wins": 7,"l10Losses": 2,"l10OtLosses": 1,"leagueSequence": 1,"conferenceSequence": 1}
Use cases
- Build a job board or aggregator
- Track hiring trends and open roles by company
- Benchmark salaries across markets
- Feed roles into an ATS or recruiting CRM
Pricing
This actor uses pay-per-result pricing at $0.0006 per record. There is no monthly fee and no start fee — and empty or failed runs cost $0, so you only ever pay for data you actually receive.
Frequently asked questions
Do I need an API key or account for the source? No. This nhl stats scraper works out of the box with no API key required.
What happens if a run returns no results? You are not charged. Billing is per result, so empty or failed runs are free.
Can I run the nhl stats scraper on a schedule? Yes. Use the Apify Scheduler to run it hourly, daily, or on any cron schedule, and get results by webhook or API.
What export formats are supported? Results can be exported as JSON, CSV, Excel, HTML, or pushed to Google Sheets, a database, or your own app via the Apify API.
Is the data structured? Yes. Every nhl stats result is a clean, flat JSON record you can use immediately.