After looking online, capfriendly.com was chosen due to its easily accessible NHL salary data.
A list of names were created and then used to create a for loop. The for loop, ran through each name and plugged it into the url. It then took the salary data from the html and placed it into a data frame.
The data frame created from the for loop was converted to a csv and exported.