Netherlands Football Results & Tables
Pricing
from $0.85 / 1,000 match or league standings
Netherlands Football Results & Tables
Extracts Netherlands football matches, scores, standings, teams, points, and rounds. Export data, run via API, schedule and monitor runs, or integrate with other tools.
Pricing
from $0.85 / 1,000 match or league standings
Rating
0.0
(0)
Developer
Trove Vault
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
What does Netherlands Football Results & Tables do?
Netherlands Football Results & Tables returns structured Dutch football match results and league tables for selected domestic competitions. It focuses on supported league competitions only: Eredivisie.
The actor is useful as a lightweight Dutch football API alternative when you need clean rows for dashboards, spreadsheets, scheduled updates, reporting workflows, or downstream data pipelines.
Why use Netherlands Football Results & Tables?
Use this actor when you need Dutch football data in a consistent dataset instead of manually checking separate competition pages. You can limit match output to a specific round or matchday, and return matches and calculated standings as two separate output tables.
Main capabilities:
- Retrieve fixtures, dates, teams, scores, status, and winners.
- Calculate standings from completed full-time results.
- Schedule matchday runs on Apify and export data through the API.
- Append results into an existing Apify dataset with
datasetId. - Add your own workflow identifier with
runId.
What data can it extract?
| Field | Type | Description |
|---|---|---|
leagueName | string | Netherlands competition name |
competitionType | string | league |
competitionGender | string | men |
country | string | Netherlands |
season | number | Season start year |
round | number | Matchday when available |
matchDate | string | Match date in ISO 8601 format |
homeTeam, awayTeam | string | Teams for match rows |
homeScore, awayScore | number | Full-time score when available |
winner | string | home, away, draw, or empty |
position, teamName, points | number/string | Standing row fields |
played, won, drawn, lost | number | League record |
goalsFor, goalsAgainst, goalDifference | number | League-table goal fields |
Supported Netherlands competitions
The dropdown currently supports:
- Eredivisie
This actor does not currently include cups, European competitions, youth leagues, or women's leagues because the free no-key dataset coverage is not stable enough for this launch scope.
Use cases
- Build Dutch football dashboards and matchday trackers.
- Keep spreadsheets of Dutch league results.
- Feed editorial tools with structured score and table data.
- Schedule daily or matchday updates through Apify.
- Combine this dataset with club, attendance, media, or market workflows where legally permitted.
How to use it
- Open the actor input tab.
- Choose the Netherlands competition from the Competitions dropdown.
- Set the season start year, for example
2025for 2025/2026. - Optionally set Round to retrieve only one matchday.
- Keep Include Matches enabled for fixtures and scores.
- Keep Include Standings enabled when you want calculated league tables.
- Run the actor and download the Matches and Standings tables as JSON, CSV, Excel, XML, or HTML.
Input
See the input tab for full configuration options.
Example input:
{"leagues": ["eredivisie"],"season": 2025,"round": 1,"includeMatches": true,"includeStandings": true,"maxMatches": 20}
For scheduled matchday updates, set round and keep maxMatches low. For full-season match exports, leave round blank and raise maxMatches. Standings rows are calculated from all completed full-time matches available for the selected season, not from the selected round only.
Output
The actor creates two output tables: Matches and Standings. You can download each dataset in various formats such as JSON, HTML, CSV, or Excel.
Example output:
[{"leagueName": "Netherlands Eredivisie","competitionType": "league","competitionGender": "men","country": "Netherlands","season": 2025,"round": 1,"matchDate": "2025-08-08T00:00:00.000Z","status": "finished","homeTeam": "Fortuna Sittard","awayTeam": "Go Ahead Eagles","homeScore": 2,"awayScore": 2,"winner": "draw"},{"leagueName": "Netherlands Eredivisie","competitionType": "league","competitionGender": "men","country": "Netherlands","season": 2025,"position": 1,"teamName": "PSV","played": 34,"won": 22,"drawn": 7,"lost": 5,"goalsFor": 64,"goalsAgainst": 26,"goalDifference": 38,"points": 73}]
API usage example
curl "https://api.apify.com/v2/acts/trovevault~netherlands-football-results-tables/runs?waitForFinish=120" \-H "Authorization: Bearer $APIFY_TOKEN" \-H "Content-Type: application/json" \-d '{"leagues": ["eredivisie"],"season": 2025,"round": 1,"includeMatches": true,"includeStandings": true,"maxMatches": 20}'
Limitations
This actor covers supported Netherlands domestic league competitions only. It does not include Champions League, Europa League, national-team fixtures, cups, player-level scorer feeds, or unsupported lower divisions in this version.
Standings are calculated from completed full-time match results available in the public dataset. If some recent matches have not been updated yet, the calculated table can lag until the source dataset is updated.
FAQ
Does this actor include Champions League?
No. The scope is supported Netherlands domestic leagues only.
Can I select multiple leagues?
The input is a dropdown list and supports multiple values, but this first version has one supported competition.
Does the actor include cups?
No. This first version is league-only so that standings remain meaningful.
Which season format should I use?
Use the season start year. For example, 2025 means the 2025/2026 season.
Can I get only one round?
Yes. Set Round to a matchday number. Standings still use all completed season matches.
Does the actor include scorers?
No. This actor is standardized around match results and standings only.
Is the output suitable for spreadsheets?
Yes. Matches and standings are separate flat tables that export cleanly to CSV or Excel.
Can I append results to an existing dataset?
Yes. Fill datasetId to append rows to another Apify dataset in addition to the default run datasets. When both matches and standings are appended to this external dataset, the actor adds entityType so downstream workflows can distinguish match and standing rows.
Troubleshooting
If a run returns fewer rows than expected, check the selected season and round first. The free JSON dataset coverage for this actor starts at 2018/2019. Older inputs such as 2000 are outside the supported source coverage, and the current season can be incomplete until public data updates land.
If standings do not match the selected round, that is expected: tables are calculated from the full available season, not one historical matchday.
For bugs, missing competitions, or output issues, use the Issues tab on the actor page.
Related actors
For similar country-specific actors, see Spain Football Results & Tables, Italy Football Results & Tables, and France Football Results & Tables.
Changelog
0.1
Initial version with supported Netherlands football matches and calculated league tables.