The previous scraper no longer works.
Rather than scraping the page, we can now simply read the JSON directly at: https://secure.parking.ucf.edu/GarageCounter/GetOccupancy.
To conform with the way it is called on the official page, one should also add the current epoch Unix timestamp in milliseconds as a query string like so: https://secure.parking.ucf.edu/GarageCounter/GetOccupancy?=1735750800000
As of last testing, the garage statuses update every 2 minutes.