AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

PageScrape - Screen Scrape Web Pages [CMD]

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Utilities & Resources
View previous topic :: View next topic  
Author Message
BoBo
Guest





PostPosted: Fri Oct 20, 2006 3:33 pm    Post subject: PageScrape - Screen Scrape Web Pages [CMD] Reply with quote

Quote:
PageScrape is a command line utility, which can be used to Screen Scrape specified data from a given target Web Page. As an example consider retrieving the current stock price for your company from your favorite stock quote web page, or Screen Scraping the current temperature in Deli from one of the many weather web pages. PageScrape can be easily invoked from other applications and scripts to further automate data gathering.

In order to let PageScrape to know how to scrape the required data the user provides the following parameters - target URL (along with optional HTTP GET request parameters) and a Regular Expression. A Regular Expression is just a powerful and fairly standard way to express a set of textual search criteria, the provided Regular Expression is used by PageScrape to search the resulting HTML stream for the required data.

PageScrape connects to the Web server and submits a GET request, it waits to receive the resulting Web page (HTML text stream), and as it arrives PageScrape it searches using the provided Regular Expression, if a match occurs the matched data is output and the page download is stopped as the Web Screen Scrape is complete.

[Home] - [Calling PageScrape from C++]
The regex ability might make it your first choice if compared with AHK's UrlDownloadToFile. Cool
Back to top
heresy



Joined: 11 Mar 2008
Posts: 131

PostPosted: Wed Apr 16, 2008 4:01 am    Post subject: Reply with quote

what a kickass tool Shocked
thanks BoBo!
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Utilities & Resources All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group