View Single Post
Old 02-26-2008, 06:18 PM   #1 (permalink)
sunilbhatia79
The Wanderer
 
Join Date: Nov 2007
Location: Mumbai, India
Posts: 24
Thanks: 0
sunilbhatia79 is on a distinguished road
Default Tutorial on writing Website Scrapers

This article discusses about how to write a website scraper using PHP for web site data extraction. The concepts taught can be applied and programmed in Java, C#, etc. Basically any language that has a powerful string processing capability. This article will teach you the basics of website scraping. The article will further cover a tutorial to find web ranking from Yahoo.com search engine.

Steps involved to write a scraping program
  1. Visit the URL
  2. Understand the pattern
  3. Validate the structure of pattern on different URLs
  4. Write the program
  5. Test the program using various input parameters

Full post:

Writing Website Scrapers in PHP | Geek Files
__________________
Sunil Bhatia www.twitter.com/sunilbhatia79 - Follow me on Twitter
PHP5 Tutorials
Career Articles

Last edited by Wildhoney : 02-26-2008 at 07:25 PM.
sunilbhatia79 is offline  
Reply With Quote
The Following 3 Users Say Thank You to sunilbhatia79 For This Useful Post:
Alan @ CIT (02-26-2008), Rendair (02-27-2008), ReSpawN (02-28-2008)