How to scrape webpages using PHP and XPath
If you need to extract information from remote webpages you can read this article about how to do it with PHP and XPath. The autor explains how extracting information can be very easy and it can be done in no time (less then 5 minutes) with the mentioned tools and without the use of regular expressions.
No related posts.
Did you enjoy this post? Why not leave a comment below and continue the conversation, or subscribe to my feed and get articles like this delivered automatically to your feed reader.


Have you looked at YQL. You can query regular broken html content with xpath. Then use the result in Yahoo Pipes I suppose …