Replies Back to Article
Page Scraping
scraping and asp
April 21, 2004 by briant sylvain78
The problem I have, is how to make scrpaing fo jobs.... job scraping on asp website
This tutorial is out of date I think!
May 22, 2006 by j ll
When I try to get this code working, a blank page is returned (i.e. no info between the body tags).
The amazon information that is used in this example no longer works as Amazon have changed the format. Could please provide an example that works. Its a deadly bit of code if it works. Thanks you John L
Not quite fixed but I tried
July 6, 2009 by Jason Guritz
The script works if..
Just take another look at the tutorial and the new page
Or change it to what I have here.
preg_match("/<b>Amazon.com\sSales\sRank:<\/b>\s(.*)\s/i",$file,$match);