Result data from Vasaloppet

I have skied Vasaloppet since 2018 and have sketched several analysis based on data I have pulled from results.vasaloppet.se service. People have shown interest both in the analysis and the data, so I made this dedicated site for sharing the data and the code for creating the data.

App

Here is an interactive app for browsing the data: app.vaphana.com/vasaloppet/

Code

Code for scraping the result service is hosted in Codeberg at: codeberg.org/muuankarski/vasaloppetdata. It is written in R-language, so beware.

Data

Data is provide here in per sex datasets in parquet format containing all years since 2001. (Since there has been split data available) Check out the examples on how to use the data!

year sex parquet
total both both_total.parquet 38.95M
total men men_total.parquet 34.66M
total women women_total.parquet 4.44M

Licensing

Code is freely licensed, so do what you want with it. However, Vasaloppet has not clearly stated under which license their result data can be re-used. Therefore this data is meant only for personal use, just to help you to create some custom analysis that the official service does not allow.