Friday 31 May 2013

Amazon Product Review Scraper

Yes, it’s finally happened. The Amazon Product Review Scraper is available. Be the first to grab the multitude of product reviews.

What’s inside?

The demo demonstrating product reviews scraping. No cURL support, no proxy rotation, no database, files and formatting. No nothing that allows amateurs to scrap tons of content. But it can be extended / modified / rewritten. Everything you need to get started with mass scraping is in place.

include_once('app/amazon_scraper.php');
$amazonScraper = new AmazonScraper();
$revs = $amazonScraper->scrapProductReviews('php cookbook 2009');
print_r($revs);

Source: http://www.fromzerotoseo.com/amazon-product-review-scraper/

No comments:

Post a Comment