igor-alexandrov / wiselinks_example

Rails 3 example application that uses Wiselinks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Rails 3 example application that uses Wiselinks


Languages

Language:Ruby 92.5%Language:CoffeeScript 7.5%