Programmatically Submit form and loop through paging (C#.NET)
Posted
by Mikos
on Stack Overflow
See other posts from Stack Overflow
or by Mikos
Published on 2010-05-24T06:50:16Z
Indexed on
2010/05/24
6:51 UTC
Read the original article
Hit count: 332
c#
|webscraping
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
© Stack Overflow or respective owner