Web-scraping in R using while loops Error in open.connection(x, “rb”) : HTTP error 429 when webpage exists
I’ve created a loop to scrape NBA regular season data. My loop cycles through all the regular season months over a set of years. My code keeps returning the error “Error in open.connection(x, “rb”) : HTTP error 429.” when the webpage does exist online and is accessible to everyone.
Web-scraping in R using while loops
I’ve created a loop to scrape NBA regular season data. My loop cycles through all the regular season months over a set of years. My code keeps returning the error “Error in open.connection(x, “rb”) : HTTP error 429.” when the webpage does exist online and is accessible to everyone.