README.rdoc
November 25, 2012 ยท View on GitHub
== AmazonParser
AmazonParser is a simple parser for retrieving information about products from amazon.com.
With the parser you can get the following fields:
- Title
- Brand
- Rating
- Price
- Image Url
Creating a new parser:
Parsers::AmazonParser.new('http://www.amazon.com/gp/bestsellers/electronics/1266092011/ref=sv_e_1')
Parsing the chosen page:
Parsers::AmazonParser.new('http://www.amazon.com/gp/bestsellers/electronics/1266092011/ref=sv_e_1').parse