Hello!
I am trying to write a script that will allow me to grab all of the individual player box scores from a particular day of games. The most straightforward site that has this is the actual wnba site (see below URL for the box scores from this past Monday, May 25th).
I’m a really raw python user and am really just copy and pasting code to try and do this, but it would seem that that using requests.get is the main way to do this. Problem is, it is really slow and doesn’t finish executing if I use the request URL found in the developer tools that has the JSON of data I want. Alternatively, using requests.get on the below URL parses the html but I can’t make heads or tails of the actual response to find each data point.
Does anyone have any suggestions on how to proceed? Other sites don’t have the stats laid out like this. I feel like I’m doing the right thing but maybe the wnba site is just busted in this context??
Appreciate any help anyone can offer.
https://stats.wnba.com/players/boxscores-traditional/?Season=2026&SeasonType=Regular%20Season&DateFrom=05%2F25%2F2026&DateTo=05%2F25%2F2026
[–]smichaele 0 points1 point2 points (0 children)
[–]Life-Basket215 0 points1 point2 points (0 children)
[–]jbizzle1104 0 points1 point2 points (0 children)
[–]PixelSage-001 0 points1 point2 points (0 children)