Data Scraping from a Website -- 2
Budget: $30 – $250 USD
I need a scraper that can collect individual basketball game statistics form this website https://www.fiba.basketball/basketballworldcup/2023/european-qualifiers/game/1411/Spain-Netherlands#|tab=boxscore and convert them into a JSON file,
the scrapping should be done in php, if it is not possible, we can consider other language
the statistics link have the below format
https://www.fiba.basketball/basketballworldcup/2023/european-qualifiers/game/1411/Spain-Netherlands#|tab=boxscore
https://www.fiba.basketball/basketballworldcup/2023/european-qualifiers/game/1411/France-Bosnia-and-Herzegovina#|tab=boxscore
https://www.fiba.basketball/basketballworldcup/2023/european-qualifiers/game/1311/Belgium-Greece#|tab=boxscore
if you notice the changing element in the url is this section :"basketballworldcup/2023/european-qualifiers/game/1411/Spain-Netherlands#|"
I'm interested in the final score, the Quarter score and in the 2 stats box located underneath the score
Team A Statistics is the first box while Team B is the second box
i need to extract the below data and have them formatted in a Json file
#,Players, Min, PTS, FG (%), 2PTS (%), 3PTS (%), FT(%), OREB, DREB, REB, AST, PF, TO, STL, BLK, +/-, EFF
and also the Totals stats for each team
So 1 Json file with both Team individual stats, + Total Team Stats
i should insert the matchID="basketballworldcup/2023/european-qualifiers/game/1411/Spain-Netherlands#|" and be able to get the relevant JSON file with the data
the scrapping should be done in php, if it is not possible, we can consider other language
the statistics link have the below format
https://www.fiba.basketball/basketballworldcup/2023/european-qualifiers/game/1411/Spain-Netherlands#|tab=boxscore
https://www.fiba.basketball/basketballworldcup/2023/european-qualifiers/game/1411/France-Bosnia-and-Herzegovina#|tab=boxscore
https://www.fiba.basketball/basketballworldcup/2023/european-qualifiers/game/1311/Belgium-Greece#|tab=boxscore
if you notice the changing element in the url is this section :"basketballworldcup/2023/european-qualifiers/game/1411/Spain-Netherlands#|"
I'm interested in the final score, the Quarter score and in the 2 stats box located underneath the score
Team A Statistics is the first box while Team B is the second box
i need to extract the below data and have them formatted in a Json file
#,Players, Min, PTS, FG (%), 2PTS (%), 3PTS (%), FT(%), OREB, DREB, REB, AST, PF, TO, STL, BLK, +/-, EFF
and also the Totals stats for each team
So 1 Json file with both Team individual stats, + Total Team Stats
i should insert the matchID="basketballworldcup/2023/european-qualifiers/game/1411/Spain-Netherlands#|" and be able to get the relevant JSON file with the data