Scraping data from a secure website or automating mundane task
See the question and my original answer on StackOverflowTo scrap a web site in .NET, there is the Html Agility Pack.
And here is the link that explains how to do login with it: Using HtmlAgilityPack to GET and POST web forms