Search code examples
.net-4.0screen-scraping

asp.net/ C# screen scaping done easily?


whats the simplest way to do screen scraping using c# and .net 4.0?

are their libraries i can reuse? i think i heard of an html tool pack for this but can not find it now...


Solution

  • The parsing should be done with the HTML Agility Pack. I've never used it so I don't know if it will connect to the web pages for you or not. If not, you should be able to use the WebClient class.