Is there any program that is basically this site but automated? I need a program that automatically checks my site every day and exports the results into a spreadsheet or similar output without me doing anything.
There are a bunch of commercial services that do this (BrowserMob, Keynote, Gomez). BrowserMob has a free tier that would do a few checks per day from multiple locations (though it is firefox-based and the free version runs at backbone speeds).
Could you kindly share the basic script outline? I downloaded cURL for Windows and succeeded in launching a test from the command line, but don’t know how to get hold of the URL for the result:
FWIW, you’ll probably be a lot better off passing &f=xml and storing the result as XML which will be a lot easier to parse than the HTML. You’ll still need to parse it though.
I think someone is working on adding API key support to it right now (it was actually meant for using against private instances so there wasn’t really the need for key support.