News Feed
Jobs Feed
Sections




News Archive
Sameer Borate's Blog:
Web scraping tutorial
March 09, 2009 @ 07:52:43

In a new tutorial on his blog today, Sameer shows a library that you can use (simplehtmldom) to parse remote sites and pull out just the information you need (aka "web scraping").

There are three ways to access a website data. One is through a browser, the other is using a API (if the site provides one) and the last by parsing the web pages through code. The last one also known as Web Scraping is a technique of extracting information from websites using specially coded programs. In this post we will take a quick look at writing a simple scraper using the simplehtmldom library.

His three (really more) step process guides yo through installing the library, installing Firebug and some example code to create your first scraper - an example that pulls some of the "Featured Links" from the Google search results sidebar. The second example illustrates grabbing the list of the table of contents from the most recent issue of Wired.

5 comments voice your opinion now!
web scraping tutorial simplehtmldom google search results wired tableofcontents


blog comments powered by Disqus

Similar Posts

PurpleRockScissors.com: Avoiding Cache Stampedes with Pseudo-Locks

Simplesem.com: 4 Steps to Make Your PHP Site Indexed Properly

Chris Hartjes' Blog: Fun with custom Zend_Views

The Bakery: Latest Articles, Tutorials and Components

PHPMaster.com: Under the Hood of Yii's Component Architecture, Part 3


Community Events











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


functional language interview conference series release example usergroup framework podcast introduction community phpunit testing rest database symfony2 development zendframework2 opinion

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