Php Website Scrapper

I need a website scrapper written using http://simplehtmldom.sourceforge.net that can extract the customer testimonials from this website http://tinyurl.com/22kqcxz.

The way it should work is it will first read my database
and for each product it will check if a page with testimonials
exists at the website we are scrapping testimonials from.

so the query might be this:
select product_id from products

then the result will loop thru each product and visit each products page on the website we are scrapping from (example: example.com?style=35032). It will retrieve each testimonial and insert it into a temporary holding table. It will include the customers name, location, date, rating, and review.

note: it must be load balanced to only visit 25 records
and then pause for thirty seconds to continue to the next
25 records and so on until it is complete.

That is all.

Leave a Reply

Your email address will not be published. Required fields are marked *