Tsongkie Posted March 4, 2009 Posted March 4, 2009 I'm sure this has been done before but I'm trying to extract the results from wordpress:http://en.search.wordpress.com/?q=philippinesI'm trying to extract the results on the first page and the 2nd page. Help?
Marlo Posted March 4, 2009 Posted March 4, 2009 (edited) This should help get you started, you should be able to do the rest i hope. #include <INet.au3> #include <array.au3> #include <String.au3> $Url = "http://en.search.wordpress.com/?q=philippines" $Source = _InetGetSource($Url) $LinksArray = _StringBetween($Source, "href=""", """>") _ArrayDisplay($LinksArray) Edited March 4, 2009 by Marlo Click here for the best AutoIt help possible.Currently Working on: Autoit RAT
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now