C# Web Scraper for NBA Depth Charts
Budget: $30 – $250 AUD
I am looking for someone to build a C# program which will perform some data scrapping from this website:
https://sports.yahoo.com/2022-23-depth-charts-early-213309196.html
On this site there are depth charts for each NBA team.
I need to capture the following information for each team into an object. The C# object should contain the following fields:
• Team – string, example “Boston Celtics”
• PG1 – string, example “Jrue Holiday”
• PG2 - string, example "Payton Pritchard”
• PG3 – string, example "”
• SG1 – string, example “Derrick White”
• SG2 – string, example “Sam Hauser”
• SG3 – string, example “Jaden Springer”
• SF1 – string, example “Jaylen Brown”
• SF2 – string, example “Oshae Brissett”
• SF3 – string, example “Svi Myhauiluk”
• PF1 – string, example “Jayson Tatum”
• PF2 – string, example “Xavier Tillman”
• PF3 – string, example “”
• C1 – string, example “Al Horford”
• C2 – string, example “Luke Kornet”
• C3– string, example “”
• Out – a list of the players who are out , string[], example – [“JD Davison”, “Jordan Walsh”, “Drew Peterson”, “Kristaps Porzingis”, “Neemias Queta”]
I need a c# console application which scraps the web page and returns an object as defined above for each of the 30 NBA teams.
https://sports.yahoo.com/2022-23-depth-charts-early-213309196.html
On this site there are depth charts for each NBA team.
I need to capture the following information for each team into an object. The C# object should contain the following fields:
• Team – string, example “Boston Celtics”
• PG1 – string, example “Jrue Holiday”
• PG2 - string, example "Payton Pritchard”
• PG3 – string, example "”
• SG1 – string, example “Derrick White”
• SG2 – string, example “Sam Hauser”
• SG3 – string, example “Jaden Springer”
• SF1 – string, example “Jaylen Brown”
• SF2 – string, example “Oshae Brissett”
• SF3 – string, example “Svi Myhauiluk”
• PF1 – string, example “Jayson Tatum”
• PF2 – string, example “Xavier Tillman”
• PF3 – string, example “”
• C1 – string, example “Al Horford”
• C2 – string, example “Luke Kornet”
• C3– string, example “”
• Out – a list of the players who are out , string[], example – [“JD Davison”, “Jordan Walsh”, “Drew Peterson”, “Kristaps Porzingis”, “Neemias Queta”]
I need a c# console application which scraps the web page and returns an object as defined above for each of the 30 NBA teams.