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

Zend Developer Zone: Live Blogging From php/db|works 2006

Andy Bakun's Blog: Race Conditions with Ajax and PHP Sessions

Kevin Waterson's Blog: Introduction to PHP and MySQL How they work together.

Oracle Technology Network: High Performance and Availability with Oracle RAC and PHP

BillS' IIS Blog: How to install PHP on IIS7 (RC1)


Community Events











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


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

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