Search code examples
asp.netscreen-scrapingrake

Using Rake To Scrape ASP.NET Page


Is it possible, and if so how, do I use RAKE to scrape an ASP.Net Application (very simple, just 2 login forms) - Basically a spider bot/web crawler.

I only ask since I've heard this mentioned before and wonder what method I would use to go about doing it?

Help greatly appreciated.


Solution

  • I'm not sure what RAKE is, and Googling isn't helping much, but you could try WebPoacher:

    http://josh1.com/Projects/WebPoacher/

    Web poacher is a bit of Windows software I wrote after asking a similar question on here.

    It will crawl websites and get static HTML for you.