News Feed
Jobs Feed
Sections




News Archive
Raphael Stolt's Blog:
Scraping websites with Zend_Dom_Query
October 17, 2008 @ 14:31:34

Raphael Stolt has a new blog post today with a tutorial showing how to take the Zend_Dom_Query component out of the Zend Framework and use it to scrape content from another web site.

Today I stumbled upon an interesting and reportable scenario were I had to extract information of the weekly published Drum and Bass charts provided by BBC 1Xtra. As this information currently isn't available in any consumer friendly format like for example a RSS feed, I had to go that scraping route but didn't want to hustle with a regex approach. Since version 1.6.0 the Zend_Dom_Query component has been added to the framework mainly to support functional testing of MVC applications, but it also can be used for rolling custom website scrapers in a snap. Woot, perfect match!

He includes the code for his Bbc_DnbCharts_Scraper class he's created to show how the data is pulled in (via curl) and pushed into an object to be parsed.

1 comment voice your opinion now!
scraping website zendframework zenddomquery component tutorial


blog comments powered by Disqus

Similar Posts

NETTUTS.com: Your First WordPress Plugin: Simple Optimization

Matthew Leverton\'s Blog: How to add a custom CAPTCHA to phpBB2

Michael Kimsal's Blog: Zend Framework and Doctrine integration – autoloading of doctrine models

WaxJelly Blog: Using PHP to make a MySQL "abstraction layer"

KillerPHP.com: The Zend Framework: Writing Object-Oriented PHP with Ease


Community Events











Don't see your event here?
Let us know!


development zendframework2 object opinion introduction interview application language testing functional podcast series phpunit code example release tool unittest community framework

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework