I'm sure this has been asked a billion and a half times, but I searched and didn't find anything on it.
I'd like to scrub some html pages, dynamically, and load the results into my database. jQuery seems like the perfect library to do this, but of course that runs in a browser and I'm looking to do this without a browser/user interaction.
What would be recommended for accomplishing this on the server-side (C# in my case)? Regex seems like overkill and not necessarily appropriate for the task.
Thanks, -Ben
UPDATE:
This library seems like what I'm after... but man I really like the way jQuery works.