tags:

views:

104

answers:

1

I need to write a custom web-scraper to mine some data. ?I know how to submit a form using HttpWebRequest class Post method. My challenge is to loop through the resulting pages and retrieve the records from each page.

Does anyone have a code sample or article to point to? Thanks

+2  A: 

I recommend WatiN

prostynick
great resource! Thanks, am playing with this.
Mikos
Awesome and very useful ! Thanks much!
Mikos